Can we use winrunner for performance testing?If so how?

Showing Answers 1 - 4 of 4 Answers

sriharsha

  • Nov 23rd, 2007
 

No I dont think u can.....

  Was this answer useful?  Yes

Yes, we can perform performance testing by using Winrunner

1.Calling the
Function
get_time();


or


2.Using the following Script
declare_transaction("abc");
button_press("OK");
start_transaction("abc");
a=win_wait_info("welcomewindow","enabled",1,10000);
if(a==0)
end_transaction("abc",PASS);
else
end_transaction("abc",FAIL);

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions