Re: JUnit in Struts

2011-07-18 Thread Mano Pájaro
Thanks Baubak, I will give it a try! 2011/7/18 Baubak Gandomi > Hello Uday, > > Why don't you check : > http://struts.apache.org/2.x/docs/testing-actions.html > > It is a bit short, but it worked just fine for me. > > Best regards, > > Baubak > > -- Manolo Pájaro Santander Ingeniero de Sistemas

RE: JUnit in Struts

2011-07-18 Thread Baubak Gandomi
Sorry this reply was for Mano not Uday... -Original Message- From: Baubak Gandomi [mailto:b.gand...@castsoftware.com] Sent: lundi 18 juillet 2011 17:27 To: Struts Users Mailing List Subject: RE: JUnit in Struts Hello Uday, Why don't you check : http://struts.apache.org/2.x/docs/te

RE: JUnit in Struts

2011-07-18 Thread Baubak Gandomi
Users Mailing List Subject: Re: JUnit in Struts Hello, any tool for struts 2.2.1? 2011/7/12 Udhay > Hi, > > Please help me how to perform JUnit testing in Struts 1.1 applications. > > Kindly share me any links and other information that will help me a lot. > > Thanks in adva

Re: JUnit in Struts

2011-07-14 Thread Mano Pájaro
Hello, any tool for struts 2.2.1? 2011/7/12 Udhay > Hi, > > Please help me how to perform JUnit testing in Struts 1.1 applications. > > Kindly share me any links and other information that will help me a lot. > > Thanks in advance. > > GoodWill, > Udhay > -- Manolo Pájaro Santander Ingeniero

Re: JUnit in Struts

2011-07-13 Thread smartudhaya
Thanks Dave. I am using StrutsTestCase provided by SourceForge.net. Its working great. Regards, Udhay -- View this message in context: http://struts.1045723.n5.nabble.com/JUnit-in-Struts-tp4578187p4582024.html Sent from the Struts - User mailing list archive at Nabble.com

Re: JUnit in Struts

2011-07-12 Thread Dave Newton
Depends on what you're trying to test. For integration/functional testing I wouldn't use JUnit, I'd use easyb, jwebunit, or whatever. I've never bothered unit testing S1 actions because it's so irritating sure to the servlet spec dependencies, but if you search the web there's quite a few resource

JUnit in Struts

2011-07-12 Thread Udhay
Hi, Please help me how to perform JUnit testing in Struts 1.1 applications. Kindly share me any links and other information that will help me a lot. Thanks in advance. GoodWill, Udhay