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: 313
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