what is the purpose of start and end timers in robot scripts?
Answers were Sorted based on User's Feedback
Start and Stop timers in Robot script gives us the actual
time of the script execution.
Example: If we place a Start Timer at the begining of the
script and a Stop timer at the end of the script and then
Execute the script(playback), the Result gets displayed in
the Test Manager with the Actual time of script playback.
along with Hours/Mini/ and Seconds also.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vijay soni
Start and Stop timers are used/inserted in the script to identify the time consumed to execute an event or set of events.
Eg : if there is a virtual user logged in to web site and he is updating database then if we insert start and stop command in script between request submitted by user and response received by user than while playback of script tester can evaluate and report "response time to execute update query command".
Hope this helps.
Is This Answer Correct ? | 0 Yes | 0 No |
Explain Robot?s command line options?
What are the different data pool access orders?
If you want to output the results to the log file .. How to do?
How to identify the particular item in dropdownlist?
How we write a java script using RFT for the below scenario iam having dropdown list COUNTRY(it contains india,us,uk...) once we select the india in that list it will open the corresponding states in STATES dropdown list. i would like to change those values dynamically... can u pls send me the coding....
For unattended execution whick playback options you will use?
What is the purpose of the Trap options?
purpose of inserting delay values in the scripts of Rational?
What is the purpose of the wait state?
Where do you view the results in Trap option?
What is standard data type and what is user defined data type?
What is datapool cursor?