Servlet unit test

Posted by Thomman on Stack Overflow See other posts from Stack Overflow or by Thomman
Published on 2010-04-03T10:05:54Z Indexed on 2010/04/03 10:13 UTC
Read the original article Hit count: 290

Currently I'm using TestNG framework for testing application business logic, i added some Servlet classes recently.

How do I unit test these Servlet classes in TestNg framework?

© Stack Overflow or respective owner

Related posts about testng

Related posts about unit-testing