java - exccute web application testcases other than JUnit -


how execute web application unit testcases other junit? other tool execute web application test cases?

junit nice framework orchestrating different kinds of tests, web testing need more tools. httpunit provides need -- communications, form submittal, parsing, etc. can use along junit, or other framework testng.


Comments