What’s the Transaction?
We can measure how long it takes to run a section of our test by defining transactions.
Transaction modes are:
Start transaction
End transaction
We can also use MercuryTimers() function also like:
MercuryTimers("Timer1").Start
MercuryTimers("Timer1").Stop()
And also we can fetch the time taken to load a particular step in a variable like:
Dim a
a=MercuryTimers("Timer1")
http://
http://
Contributed by:
Rohit kakria
I am software developer, moderator of xpode.com
Resourse address on xpode.com
http://www.xpode.com/Print.aspx?Articleid=431
Click here to go on website
|