-
Notifications
You must be signed in to change notification settings - Fork 10
testing
renepickhardt edited this page Aug 11, 2013
·
3 revisions
for java we use JUnit testing. the following articles could be helpful if you think about testing HTTPServlets:
- we use mockito: http://stackoverflow.com/questions/5434419/how-to-test-my-servlet-using-junit
- example to get the context running http://www.coffeaelectronica.com/2009/07/tour-de-mock-3-mockito.html
- esample with a different framework http://www.evolutionnext.com/blog/date/2006/0/27.html
general hints for junit testing