Posts: 2
Threads: 1
Joined: Dec 2013
Reputation:
0
12-05-2013, 04:09 PM
Hi There,
I was wondering if it's possible to run a testscript (regressiontesting) where on handling is done by thousands of users at ones.
To combine loadtesting and regressiontesting in one.
Thanks.
Regards,
Joya
Posts: 1,003
Threads: 1
Joined: Jul 2009
Reputation:
5
12-06-2013, 07:30 AM
I wouldn't prophese using QTP as a tool to perform a load test for the regression scripts. Maybe, functionally you would be able to achieve the time taken for each scenario execution and probably potray it from an automation execution report, however, using it as a benchmark for response time by the application is incorrect.
LoadRunner or any Performance Tool should be able to give you accurate or confident results.
EOD you shouldn't end up mixing Oil and Water
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Posts: 1,003
Threads: 1
Joined: Jul 2009
Reputation:
5
12-06-2013, 01:07 PM
If you are running tests to determine the application response then it is Performance testing which needs to be done by a performance test tool like Loadrunner, jmeter etc.
If you are executing scripts to test the functionality of the application to ensure that the changes have not caused any breaks in the application then that is regression testing which is done by a functional test tool like QTP, TestComplete etc.
Probably i wasnt clear in the first place. Kindly excuse.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.