Programming Tutorials Browser Tutorials Articles Struts Tutorials Hibernate Tutorials

  Tutorial: Testing Web Applications with HttpUnit (Don\\\'t worry, it\\\'s not boring!)

There are many expensive or free tools to create automated test scripts for web applications. These tools can capture the way the testers interact with the browser, and play it back in a configurable and sometimes programmable manner.

Tutorial Details:

HttpUnit is a framework based on jUnit, which allows the implementation of automated test scripts for web applications. It is best suited for the implementation of automated functional tests, or acceptance tests. As the name suggests, it can be used for Unit testing, however my opinion is that typical web layer components like JSP pages, servlets, or any other template components do not lend themselves to unit testing too well. As for various MVC framework based components, these are better suited for testing with other test frameworks


 

Read Tutorial at: Click here to view the tutorial

Rate Tutorial:
Testing Web Applications with HttpUnit (Don\\\'t worry, it\\\'s not boring!)

View Tutorial:
Testing Web Applications with HttpUnit (Don\\\'t worry, it\\\'s not boring!)

Related Tutorials:

Site navigation
 

 

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2006. All rights reserved.