Hi,
I am looking for any automated GUI testing tool for (Ariba Buyer)web application, not for load testing. Any script-less tool will be great since our QA team have limited coding skill.
Any recommendation for Silk or WinRunner or JMeter?
Thanks.
sithu
-
Any functional testing tool for Web Application (5 messages)
- Posted by: sithu aung
- Posted on: August 22 2005 19:44 EDT
Threaded Messages (5)
- Any functional testing tool for Web Application by abhishek bhargava on August 24 2005 14:20 EDT
- RE: Any functional testing tool for Web Application by Tim Hodgson on August 24 2005 14:36 EDT
- Jmeter is good by Subramanian Easwaran on October 07 2005 18:45 EDT
- Quick Test Pro is better by Jose Ramon Huerga Ayuso on November 09 2005 04:11 EST
- Jmeter is good by Subramanian Easwaran on October 07 2005 18:45 EDT
- Selenium : Open Source tool for web app functional test by Bruno Vernay on February 08 2006 04:20 EST
-
Any functional testing tool for Web Application[ Go to top ]
- Posted by: abhishek bhargava
- Posted on: August 24 2005 14:20 EDT
- in response to sithu aung
JMeter is a good enough tool for load testing and simple functional testing. You can view various reports and have a graph plotted for the various test cases.
Most important of all it is free and easy to use -
RE: Any functional testing tool for Web Application[ Go to top ]
- Posted by: Tim Hodgson
- Posted on: August 24 2005 14:36 EDT
- in response to sithu aung
There are a great deal of products out there to choose from. A rather complete, though not visually outstanding list is:
http://www.softwareqatest.com/qatweb1.html
<plug>Our product, WebWatchBot, can perform simple testing of web pages for response time, availability, and content. Check it out here: http://www.webwatchbot.com</plug> -
Jmeter is good[ Go to top ]
- Posted by: Subramanian Easwaran
- Posted on: October 07 2005 18:45 EDT
- in response to Tim Hodgson
I have used Winrunner and JMeter. Winrunner is I think quite an expensive software and very powerful. We used it mainly for functionality testing.
But for most cases JMeter is good enough. I have used JMeter for both functionality testing and load testing. It really did serve the purpose. And this maybe a repeat.. but it is really easy to use.
subu -
Quick Test Pro is better[ Go to top ]
- Posted by: Jose Ramon Huerga Ayuso
- Posted on: November 09 2005 16:11 EST
- in response to Subramanian Easwaran
I have used Winrunner and JMeter. Winrunner is I think quite an expensive software and very powerful. We used it mainly for functionality testing.
In my opinion, Mercury Interactive's Quick Test Pro is a great tool for functionality testing. It can be used to record interaction with a browser or with just any other Windows application. It generates VBScript so it is very easy to add functionality to the scripts (for example, reading info from databases, flat files, etc.).
Jose Ramon Huerga
http://www.terra.es/personal/jrhuerga -
Selenium : Open Source tool for web app functional test[ Go to top ]
- Posted by: Bruno Vernay
- Posted on: February 08 2006 04:20 EST
- in response to sithu aung
There is a new application : Selenium.
Selenium allows : Browser compatability testing and System functional testing.
There is a new release : Selenium IDE 0.7 !
Features:
* Easy record and playback
* Intelligent field selection will use IDs, names, or XPath as needed
* Autocomplete for all common Selenium commands
* Walk through tests
* Debug and set breakpoints
* Save tests as HTML, Ruby scripts, or any other format
* Support for Selenium user-extensions.js file
* Option to automatically assert the title of every page
It is an Open Source project backed up by some big names : like ThoughtWorks.