Unit Test in struts

2004-01-21 Thread Vinicius Carvalho
Hi there! I've heard about a tool (like JUnit) but especific to be used with struts, where I can test my actions, forms and jsp pages, problem is ... I cant rememeber the name, does anyone knows about it? thnx Vinicius - To u

RE: Unit Test in struts

2004-01-21 Thread Robert Taylor
Google: http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=Unit+Test+In+Struts I believe you want: http://strutstestcase.sourceforge.net/ but I could be wrong. robert > -Original Message- > From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] > Sent: Wednesday,

RE: Unit Test in struts

2004-01-21 Thread Shane Mingins
nicius Carvalho [mailto:[EMAIL PROTECTED] > Sent: Thursday, 22 January 2004 8:17 a.m. > To: [EMAIL PROTECTED] > Subject: Unit Test in struts > > Hi there! I've heard about a tool (like JUnit) but especific to be > used > with struts, where I can test my actions,

RE: Unit Test in struts

2004-01-21 Thread Chappell, Simon P
(608) 935-4526 "Wisdom is not the prerogative of the academics." - Peter Chappell >-Original Message- >From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] >Sent: Wednesday, January 21, 2004 1:17 PM >To: [EMAIL PROTECTED] >Subject: Unit Test in struts >

RE: Unit Test in struts

2004-01-21 Thread Richard Hightower
you should try jWebUnit. i like it a lot. -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 12:52 PM To: Struts Users Mailing List Subject: RE: Unit Test in struts Well, we use Junit for testing our business logic (you do have your

RE: Unit Test in struts

2004-01-21 Thread Chappell, Simon P
Richard, What do you use jWebUnit to test? Simon >-Original Message- >From: Richard Hightower [mailto:[EMAIL PROTECTED] >Sent: Wednesday, January 21, 2004 3:26 PM >To: Struts Users Mailing List >Subject: RE: Unit Test in struts > > >you should try jW

RE: Unit Test in struts

2004-01-22 Thread Edgar P Dollin
grained control). How does jWebUnit compare? Thanks. Edgar > -Original Message- > From: Richard Hightower [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 21, 2004 4:26 PM > To: Struts Users Mailing List > Subject: RE: Unit Test in struts > > > you should try

RE: Unit Test in struts

2004-01-22 Thread Matt Raible
Sent: Thursday, January 22, 2004 5:49 AM > To: Struts Users Mailing List > Subject: RE: Unit Test in struts > > > I have spent a fair amount of time with WebTest and HttpUnit. > The major issues with both of these are JavaScript related. > For example if you use Jav

RE: Unit Test in struts

2004-01-22 Thread Edgar P Dollin
I wish I had the luxury. Edgar > -Original Message- > From: Matt Raible [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 22, 2004 9:42 AM > To: 'Struts Users Mailing List' > Subject: RE: Unit Test in struts > > > I use a fair amount of JavaScript

RE: Unit Test in struts

2004-01-22 Thread Ashikuzzaman
: Thursday, January 22, 2004 11:56 PM To: 'Matt Raible'; 'Struts Users Mailing List' Subject: RE: Unit Test in struts I wish I had the luxury. Edgar > -Original Message- > From: Matt Raible [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 22, 2004 9:42 AM >

RE: Unit Test in struts

2004-01-22 Thread Edgar P Dollin
Message- > From: Ashikuzzaman [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 22, 2004 1:25 PM > To: 'Struts Users Mailing List' > Subject: RE: Unit Test in struts > > > I somehow dislike JavaScript from the very beginning. I try > my best to

RE: Unit Test in struts

2004-01-22 Thread Nimmons, Buster
an't figure out why? Sounds like upper management material to me. -Original Message- From: Edgar P Dollin [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 4:42 PM To: 'Struts Users Mailing List' Subject: RE: Unit Test in struts Maybe I am not smart enough fo

RE: Unit Test in struts

2004-01-23 Thread Jesse Alexander (KAID 11)
ruts Users Mailing List' Subject: RE: Unit Test in struts if the front end to your application is strictly browser based then JavaScript will more than likely play a role in the application. Same as if you were to use a Swing front end you would more than likely have to make use of eventlistene

RE: Unit Test in struts

2004-01-23 Thread Edgar P Dollin
; [mailto:[EMAIL PROTECTED] > Sent: Friday, January 23, 2004 3:37 AM > To: 'Struts Users Mailing List' > Subject: RE: Unit Test in struts > > > not true. > I've seen web-apps that use strictly html (not a line of JavaScript) > and look very dynamic and respon

RE: Unit Test in struts

2004-01-23 Thread Chappell, Simon P
[EMAIL PROTECTED] >Sent: Friday, January 23, 2004 7:26 AM >To: 'Jesse Alexander (KAID 11)'; 'Struts Users Mailing List' >Subject: RE: Unit Test in struts > > >Could you share with us how you worked around some of my issues, i.e. > >The user is enteri