|
Author
|
Topic: What tools do you recommend?
|
id04 New Member
Posts: 2 Registered: Feb 2003
|
posted 03-25-2003 11:54 PM
what tools would you recommend to test web-based applications? I need a tool that tests my online-store, browses it, tests orders and it would be nice if it can analyze my logfile(but that would not be necessary)what tools can i use and where do i get them? ------------------ -------------- always believe in (§$"="§

|
RSBarber Moderator
Posts: 1272 Registered: Jul 2002
|
posted 03-26-2003 04:53 AM
I always recommend Rational Tools, but that doesn't mean that is always the best fit.  Go to the Automated Testing forum - look at the FAQ, there are links upon link about tool prefreences, selection processes, etc. You'll find more information than you could have hoped for. ------------------ Scott Barber, Sr. Performance Engineer sbarber@noblestar.com http://www.noblestar.com http://www.perftestplus.com

|
igglue Wizard
Posts: 370 Registered: Jan 2002
|
posted 03-26-2003 08:44 PM
Use XP's httpunit. You can fill in the order, and submit the form. Then you can use the java code to analyze the code.After you are done, then you can use a random/sequnce generator and excute the tests using the jperfunit to do multi-user/threading tests. It's free and will do 90% of what you want. Iggy ------------------

|
quaqa Member
Posts: 17 Registered: Mar 2003
|
posted 03-27-2003 05:27 AM
For tools that can simulate user input into a web application and validate images, etc. you need something like Rational Robot, QuickTest or SilkTest (very pricey, but good). If you cannot afford those tools look at (e.g.) eValid or Macrobot (mid-price). You could also try TestSmith - if you want the added risk factor of using a free beta tool . Simply search Google/Yahoo/etc. by tool name to locate the vendors of these tools.------------------
[This message has been edited by quaqa (edited 03-27-2003).]

|
Corey_G Advanced
Posts: 196 Registered: Sep 2001
|
posted 04-03-2003 11:41 AM
check out OpenSTA (portal.opensta.org). It is a free open-source web testing tool that is as good (or better) than the commercial tools out there. .. also there is an OpenSTA forum on QAForums if u need help.-Corey www.test-tools.net ------------------

|
Edward Miller Member
Posts: 8 Registered: Feb 2003
|
posted 04-18-2003 04:31 PM
While not *free*, you really should look into the eValid browser based solution. See www.e-valid.com or send me email (miller@soft.com). eValid tests websites entirely from the user perspective, which, naturally, is the right way to do it!------------------

|
faisal77 Member
Posts: 26 Registered: Jul 2002
|
posted 04-28-2003 11:33 PM
Yes, OpenSTA is good tool and although bit tricky then other but in functionality certainly eqal or better in some extent commercial tools...but it's nature when you spend $$$ then you think it's better... ------------------

|
suzor New Member
Posts: 4 Registered: Apr 2003
|
posted 04-29-2003 12:54 AM
Hi,OpenSTA is a good tool but if your web site is compressed, it won't be possible to test it correctly with OpenSTA (especially if you have dynamic url or link). It's the reason why I use QuotiumPRO (professional version of OpenSTA for these type of application). Suzor

|
splaine Member
Posts: 96 Registered: Feb 2001
|
posted 05-06-2003 11:55 AM
quote: Originally posted by Edward Miller: While not *free*, you really should look into the eValid browser based solution.
FYI: Some addtional Web sites of Web based scripting test tools: Atesto (atesto.com) AutoTester (autotester.com) Compuware (compuware.com) Empirix (empirix.com) Mercury Interactive (mercuryinteractive.com) Online Computer Library Center (oclc.org) Original Software Group (origsoft.com) RadView (radview.com) Rational (rational.com) Seque (segue.com) Software Research (soft.com) TestQuest (testquest.com) Cheers Steve ------------------ Steve Splaine Lead Author: "Testing Web Security" & "The Web Testing Handbook" URL=http://www.qalinks.com/cgi-bin/links/jump.cgi?ID=1135 URL=http://www.qalinks.com/cgi-bin/links/jump.cgi?ID=447 URL=http://bdonline.sqe.com

|