aspose file tools
The moose likes Testing and the fly likes Diffetence between Junitee & StrutsTestCase Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "Diffetence between Junitee & StrutsTestCase" Watch "Diffetence between Junitee & StrutsTestCase" New topic
Author

Diffetence between Junitee & StrutsTestCase

Vasantha Prabha
Ranch Hand

Joined: Oct 02, 2003
Posts: 108
Hai can any one tell me that Can I use Junitee for writting struts test case
Regards,
vasantha


Regards,Vasantha<p>Great minds discuss ideas. Average minds discuss events. Small minds discuss people.
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11962
    
    5
With "struts test case" are you referring to StrutsTestCase?
While it might be possible to run StrutsTestCases using the JUnitEE test runner, I'd prefer using Jakarta Cactus which definitely supports testing Struts actions (using the abovementioned StrutsTestCase library).


Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Diffetence between Junitee & StrutsTestCase
 
Similar Threads
How to disable JunitEE in production?
Running servlet tests in JUnitEE
Web Application Code Coverage
JUnitEE vs Cactus
JUnitEE Help