Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Web Application Testing Tool

  Asked By: Leona    Date: Nov 26    Category: Java    Views: 915
  

I am searching for a tool for testing my web application's functionality, and mostly UI layer. In fact, I want a tool which makes functional testing of web application possible, using a number of testers which are not familiar with JAVA and development considerations, and they can be trained to write some scripts, and not more ;)

Application Server: Tomcat, and UI Layer: JSP!

Any recommendations?!?!

Share: 

 

5 Answers Found

 
Answer #1    Answered By: Bama Cohen     Answered On: Nov 26

Try record & playback testing  tools.
Selenium(http://selenium.openqa.org) is a great one.

 
Answer #2    Answered By: Hadil Khan     Answered On: Nov 26

You have to use TestNG Or Junit for test case and functional test.
And for testing  your system about performance and security, you could use of Apache JMeter

 
Answer #3    Answered By: Dale Jones     Answered On: Nov 26

We have a shared experience with "Mercury" test tools.

As I remember, it has enough capabilities for comprehensive tests.



Have you checked that out?

 
Answer #4    Answered By: Nicolas Costa     Answered On: Nov 26

Some useful tools :

TestGen4Web
Selenium
HttpUnit
JsUnit
PushToTest
For white-box testing  GlassBox can be helpful.

And see also :

ajaxpatterns.org/Tools
www.manageability.org/.../open-source-automated-test-tools-written-in-java

 
Answer #5    Answered By: Djoser Massri     Answered On: Nov 26

i had worked with a test tools such as e-tester , product of Empirix Company this software

is suitable for Functional testing  , Regression and Load testing .

working with this tool  is easy .

it is based on recording Scripts and you are not needed to write  Script ,this tool record it itself . the new version of this tool is available .

I think it is worth to try .

 
Didn't find what you were looking for? Find more on Web Application Testing Tool Or get search suggestion and latest updates.




Tagged: