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")