Micro Focus QTP (UFT) Forums
Load testing in QTP - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Load testing in QTP (/Thread-Load-testing-in-QTP)



Load testing in QTP - newqtp - 02-08-2008

How to do Laod testing for web based Application in QTP?


RE: Load testing in QTP - Ankur - 02-08-2008

With qtp you can just measure the transaction time for a business scenario using Start and End transaction.

To go deep into load testing, you need to use other load testing tools like HP LoadRunner, QALoad etc


RE: Load testing in QTP - hi.manishsinha@gmail.com - 02-14-2008

You can do load testing using QTP and Loadrunner controller.QTP scripts runs on controller .But there u have to get terminal licenses for each machine .
It does not spawn threads like Loadrunner but creates real session on the load generator machines


RE: Load testing in QTP - smitapawar610 - 11-26-2018

Generally QTP is not used for load testing, though it is possible to measure transaction time for a business scenario using Start and End transaction.You can execute QTP scripts which would in-turn be a part of the load testing.But to go deep into load testing, you need to use other load testing tools like HP LoadRunner.


RE: Load testing in QTP - sonali31 - 01-24-2019

Of course write a script in QTP for say logging into a website and run that script via loadrunner.
But firstly, the time will not be exact as QTP will add its own time (for execution) to the response time.
Secondly you will be able to simulate only one user per machine, while as Load runner simulates hundreds of users at a time.