HttpUnit is a suite of Java classes to test Web applications over HTTP. Coupled with JUnit, HttpUnit is a powerful tool for creating test suites to ensure the end-to-end functionality of your Web ...
In order to smoke test web applications, I like to run-to-end smoke tests that start the web server and drives a web browser to interact with the application . Here is how this may look: ...
In a typical enterprise application, many areas require testing. Starting from the simplest components, classes, the developers or specialized test developers need to program unit tests to ensure that ...