hp uft - UFT/QTP=Is it possible to get 'Transaction' time from result viewer? -


i using 'transaction' feature find out exact loading time. getting transaction time in 'result viewer'. possible transaction time in excel or possible store transaction time in variable?

please find attached screen shot more details

thanks enter image description here

use following functions, call these @ appropriate places. if want use once remove function syntax.

  function starttimer   itimerstart = timer()   end function    function stoptimer  itimerstop = timer()  datatable("timetaken", dtlocalsheet) = itimerstop - itimerstart  end function 

Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -