InterviewSolution
Saved Bookmarks
| 1. |
What is JWebUnit? |
|
Answer» WebUnit is a Java-based testing framework for web applications. It wraps existing testing frameworks such as HtmlUnit and Selenium with a unified, simple testing interface to allow you to quickly test the correctness of your web applications. |
|