RE: JUnit in Struts

2011-07-18 Thread 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

-Original Message-
From: Mano Pájaro [mailto:mano0...@gmail.com] 
Sent: vendredi 15 juillet 2011 07:39
To: Struts Users Mailing List
Subject: Re: JUnit in Struts

Hello, any tool for struts 2.2.1?

2011/7/12 Udhay systemudh...@gmail.com

 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 de Sistemas VIII Semestre (Actual)
Promoviendo el Software Libre
CUSOL-UAC
Linux Registered User # 522026

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



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/testing-actions.html

It is a bit short, but it worked just fine for me.

Best regards,

Baubak

-Original Message-
From: Mano Pájaro [mailto:mano0...@gmail.com] 
Sent: vendredi 15 juillet 2011 07:39
To: Struts Users Mailing List
Subject: Re: JUnit in Struts

Hello, any tool for struts 2.2.1?

2011/7/12 Udhay systemudh...@gmail.com

 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 de Sistemas VIII Semestre (Actual)
Promoviendo el Software Libre
CUSOL-UAC
Linux Registered User # 522026

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: JUnit in Struts

2011-07-18 Thread Mano Pájaro
Thanks Baubak, I will give it a try!

2011/7/18 Baubak Gandomi b.gand...@castsoftware.com

 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 VIII Semestre (Actual)
Promoviendo el Software Libre
CUSOL-UAC
Linux Registered User # 522026


Re: JUnit in Struts

2011-07-14 Thread Mano Pájaro
Hello, any tool for struts 2.2.1?

2011/7/12 Udhay systemudh...@gmail.com

 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 de Sistemas VIII Semestre (Actual)
Promoviendo el Software Libre
CUSOL-UAC
Linux Registered User # 522026


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.

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



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


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 resources available, and several options for setting everything up.

Dave
On Jul 12, 2011 4:35 AM, Udhay systemudh...@gmail.com wrote:
 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


Using JUnit with Struts

2006-06-17 Thread Sahil Gupta
Hi,
 
I want to use JUnit with struts, can anyone please guide me.
 

Regards,

Sahil Gupta

Extn : 339
Mobile: 91 9899468288
Email :  mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] 
**
NetEdge Computing Global Solutions Private Limited. 
A-14, Sector-7, NOIDA U.P. 201-301
Tel #  91-120-2423281, 2423282 
Fax #  91-120-2423279 
URL  http//www.netedgecomputing.com 
**
This message may contain confidential and/or privileged information. If you
are not the addressee or authorized to receive this for the addressee, you
must not use, copy, disclose or take any action based on this message or any
information herein. If you have received this message in error, please
advise the sender immediately by reply e-mail and delete this message. Thank
you for your cooperation. 
 


Re:Using JUnit with Struts

2006-06-17 Thread starki78
Hi there
is Struts-Test-Case, I've tested it it works
but we don't use it in the project because
it's not a large problem to configure actions...
Another thing are the normal business-beans
and DAOs there we use normal
JUnit, but if someone has another test strategy
I always would be curious!


-- Initial Header ---

From  : Sahil Gupta [EMAIL PROTECTED]
To  : Struts Users Mailing List user@struts.apache.org
Cc  :
Date  : Sat, 17 Jun 2006 11:59:52 +0530
Subject : Using JUnit with Struts







 Hi,

 I want to use JUnit with struts, can anyone please guide me.


 Regards,

 Sahil Gupta

 Extn : 339
 Mobile: 91 9899468288
 Email :  mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
 **
 NetEdge Computing Global Solutions Private Limited.
 A-14, Sector-7, NOIDA U.P. 201-301
 Tel #  91-120-2423281, 2423282
 Fax #  91-120-2423279
 URL  http//www.netedgecomputing.com
 **
 This message may contain confidential and/or privileged information. If you
 are not the addressee or authorized to receive this for the addressee, you
 must not use, copy, disclose or take any action based on this message or any
 information herein. If you have received this message in error, please
 advise the sender immediately by reply e-mail and delete this message. Thank
 you for your cooperation.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]