-
Junior Member
QTP Script in Load Runner for Load Testing
I am planning to use QTP Script in Load Runner for Load Testing, i want to know after running QTP Scripts, how can i get the Responce time.
or in other words can we able to give transaction names in QTP Scripts.
-
Junior Member
Re: QTP Script in Load Runner for Load Testing
use below statements for measuring transaction response times in your QTP script. These statements give you transaction response time both in load runner and QTP.
Services.StartTransaction "TransactionName"
//transaction goes here
Services.EndTransaction "TransactionName", Auto
-
Junior Member
Re: QTP Script in Load Runner for Load Testing
Hi Bharath kumar ,
I need some QTP Script so that we can measure the transaction resp0onse time through QTP
PLease can you send me any sample script
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules