• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

test script

 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Please any one give me an idea how to write test scripts ? I am java developer . Which language script usually use to test a web application done in Java,JSP in a tester's point of view ?

Thanks,
Joe.
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could start by taking a look at Selenium, Watir and/or jWebUnit.
 
Ranch Hand
Posts: 2108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In addition to those mentioned, try the 'junit in action' book. It is great. I am a beginner and it definitely immersed me into junit.

The book is okay for beginners in testing java. It includes testing regular classes, jsp, servlet, jsp taglibs, ejb, database.

Since it came out 2004, maybe that is the reason why there is no mention on testing web services.
 
Joe Jose
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Lasse and Jesus for your replies.

Is these used for unit testing ? I am beginner in testing and would like to get into testing/QA field. Usually testers do the unit testing ? Or the developers ? Most oppotunities want scripting experience. What do they usually mean by that ?

Many Thanks,
Joe.
 
author & internet detective
Posts: 42145
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Developers do the unit testing. QA does the end-to-end/functional/user acceptance testing. (Developers do some of this to, but it is QA's job to certify the product.)

When they ask for scripting experience, they usually mean a playback record tool's scripting language. You can search for QA on a job listings site to see which ones are most common and the present time.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic