Software Testing Tools Question:

Explain Web Application Testing Tool jWebUnit?

Tweet Share WhatsApp

Answer:

jWebUnit is a Java framework which facilitates creation of acceptance tests for Web applications. It provides a high-level API for navigating a Web application combined with a set of assertions to verify the application's correctness. This includes navigation via links, form entry and submission, validation of table contents, and other typical business Web application features. It utilizes HttpUnit behind the scenes. The simple navigation methods and ready-to-use assertions allow for more rapid test creation than using only JUnit and HttpUnit.

Download Testing Tools PDF Read All 122 Testing Tools Questions
Previous QuestionNext Question
Explain Java Application Testing Tool QAT?Explain Web Application Testing Tool The Grinder?