| Author |
test script
|
Joe Jose
Ranch Hand
Joined: Jan 14, 2004
Posts: 125
|
|
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.
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
You could start by taking a look at Selenium, Watir and/or jWebUnit.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Jesus Angeles
Ranch Hand
Joined: Feb 26, 2005
Posts: 2036
|
|
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
Joined: Jan 14, 2004
Posts: 125
|
|
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.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26184
|
|
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.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: test script
|
|
|