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 |
Where do you view the results in Trap option?
What are the Limitations/Disadvantages of Rational Function Test?
How can I date change in tally whenever new voucher entery. When I press F2 I can change the date only 1,2&31. When I feed other dates like 12,15,17, 21 etc. not changed. Please tell me how can I change the all voucher dates.
What is the purpose of .sbl, .sbh, .rec files?
How do you insert Log Messages and delay values in scripts?
consider i had created two projects in rational administrator.And i am currently working one project in rational robot.Now i want to open the other project script in rational robot without closing the rational robot.How can we access the other project script in robot.
Hi all when you run your scripts, all the corresponding bugs can be loged in to Quality Center (or any bug tracking tool), when you have a connection between both the tools. obviously one is being a BUG TRACKING and TEST MANAGEMENT TOOL (QC) and the next is a TESTING TOOL (QTP). my question is that....being both are different tools how can you establish a connection. As you connect your Monitor with CPU by some cables. ns_prasad21@yahoo.co.in
What is standard data type and what is user defined data type?
Explain Robot?s command line options?
Could any one share scripts... where we can Parameterize radio buttons and Check boxes.
1. Which of this is not a verification point a. File Comparison b. File Existence c. Module Comparison d. Module Existence
If we write the script for login page and click on submit boutton then it opens order page...How we can validate that opened page is wether orderpage or not?