Slashdot Log In
Software QA and Load Testing Solutions?
Posted by
Cliff
on Tue Jul 19, 2005 03:30 PM
from the stress-it-until-it-breaks dept.
from the stress-it-until-it-breaks dept.
tekiegreg asks: "I've been asked by the boss to evaluate Load Testing and QA solutions for use by our company. Google Searches have yielded TestComplete and Mercury's solutions. However prices are very steep. Has anything in the Open Source world even come close to this level of functionality in a testing suite? Searches of Sourceforge and Freshmeat reveal nil. Are there any other solutions that people have tried, out there?"
This discussion has been archived.
No new comments can be posted.
Software QA and Load Testing Solutions?
|
Log In/Create an Account
| Top
| 23 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
JRunner (Score:2, Informative)
JMeter (Score:2, Informative)
you need something like LoadRunner (Score:3, Informative)
(Last Journal: Friday August 24, @06:41PM)
Mercury is worth every dollar (Score:2)
Uhmm, perl? (Score:3, Insightful)
Not open source.... (Score:2)
Rational? (Score:3, Informative)
(http://www.gnaa.us/ | Last Journal: Monday October 31 2005, @07:37AM)
Rational Robot does automated testing. I'm pretty sure they have load and performance tools too.
http://www-306.ibm.com/software/rational/ [ibm.com]
Do it yourself (Score:2, Interesting)
(http://www.piratetoystore.com/)
Get it over with and just write the software yourself. Most of the work is custom software anyways.
Log everything to an xml file and or a database.
Write your own front end to the whole test harness.
There really isn't very much good help available.
Even though nunit is good for unit tests, there is nothing that stops you from implementing load/stress and performance tests with it.
You can even use the nunit user interface as a testharness until you get your own written.
In the end you'll spend some time and money on your own automation, but that is what you would have ended up doing down the road anyways.
Some Open Source Testing Tools (Score:3, Informative)
Watier [clabs.org]
The Grinder [sourceforge.net]
Selenium [thoughtworks.com]
Last January there was a workshop on open source web test tools [pettichord.com] in Austin.
Depends on Your Requirements (Score:1)
(http://www.mobocracy.net/)
However if you need to be able to do regression testing, performance tuning, and code profiling then you will either need to drop some cash (Mercury can do all these things) or spend some considerable time doing your own development. My company developed something similar to Mercury's load runner and quick test, and looking back it would have probably been less expensive to just spend the money up front.
So, if you don't have money but your requirements aren't real strict then a hodge podge of open source tools with a bit of custom development will work fine. If you have strict requirements then be prepared to spend a bunch of time or money getting these tools up and running.
Have you considered... (Score:1)
(http://127.0.0.42/)
Emily Latilla might say (Score:2)
That's very different. Never mind.
At my last programming position (Score:1)
Write it yourself using Perl and IE (Score:3, Informative)
(http://www.dutchvirtual.nl/ | Last Journal: Friday August 10, @07:04AM)
JMeter (Score:1)
(http://rishikesh.mailworks.org/)
Grinder (Score:2)
(http://e42.us/)