0

I want to be able to create the test's inside the Web-UI instead of writing them in code. Also i want to automate the tests and have extensive reporting. I am restricted to htmlunit because the websites i am testing are testable with htmlunit.

s.ijpma
  • 930
  • 1
  • 11
  • 23

1 Answers1

1

You can define the test steps in other ways, see WebDriver recorder, WebTest and Wetator.

There is Spring MVC Test HtmlUnit also.

Community
  • 1
  • 1
Ahmed Ashour
  • 5,179
  • 10
  • 35
  • 56