• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JWebUnit testing issues with STRUTS

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have several questions on JWebUnit testing issues with STRUTS:

1) I have defined an application as my ROOT application, so when I define the base URL, do I need to put the ROOT application name?

2) If I want to go to a specific module ( under my application, which is the ROOT application as in question 1), how can I define the base URL?

3) How to test file uploading with JWebUnit, setFormElement could only set String elements.

Thanks a lot and have a great Labor Day,


Jiao
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic