| Author |
testing tool using java
|
Parthiban Thangaraju
Greenhorn
Joined: Oct 16, 2012
Posts: 12
|
|
Hi Friends,
I am working in manual testing. Now started to learn automation testing. Kindly help me, Is there any tool available to test java web and mobile application using java and javascript. Kindly specify me the available tools.
Thanks in advance
Parthiban Thangaraju
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26184
|
|
|
To test a web application, you can use JWebUnit or Selenium. The former is pure Java code to write tests, but doesn't execute in a real browser. There are a few ways to write Selenium tests - one is Java - and it does run in a real browser
|
[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
|
 |
Parthiban Thangaraju
Greenhorn
Joined: Oct 16, 2012
Posts: 12
|
|
|
Thanks Jeanne
|
 |
 |
|
|
subject: testing tool using java
|
|
|