| Author |
Writing Tests for Struts 1.3 application
|
DharmaRao Edula
Greenhorn
Joined: Feb 28, 2008
Posts: 9
|
|
I am writing Tests for one legacy application developed using Struts and plain JDBC.
Could you please let me know which of the following are best methods.
1. Writing tests in Junit + Mockito
2. Writing tests using TestNG + Mockito
3. Writing tests in Groovy
|
 |
Vinod Tiwari
Ranch Hand
Joined: Feb 06, 2008
Posts: 458
|
|
|
I have used jUnit with jMock. You can check StrutsTestCase framework which is useful for testing Struts.
|
Vinod Tiwari | Twitter
|
 |
 |
|
|
subject: Writing Tests for Struts 1.3 application
|
|
|