Can you recommend some frameworks for acceptance testing of Spring MVC application? Something like Rails "Capybara+Cucumber" would be ideal. I have found only Selenium so far.
Asked
Active
Viewed 638 times
0
-
1http://stackoverflow.com/questions/606550/watir-vs-selenium-vs-sahi – Bozho Oct 03 '12 at 06:32
-
Thanks! please post it as an answer so I can accept it=) – HtonS Oct 03 '12 at 06:41
1 Answers
1
The testing framework doesn't actually depend on the server-side framework. So any one will do, regardless of whether you are using Spring MVC, JSF or whatever.
Selenium is, to my knowledge, the most popular and stable one, but here's a comparison between a couple of options.
Also not that is more often called "functional" and "automated" testing