what is the purpose of start and end timers in robot scripts?
Answer Posted / 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 |
Post New Answer View All Answers
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....
What is standard data type and what is user defined data type?
How to create datapool?
How Do I run my RFT scripts through RQM(rational quality manager)can anyone explain me in the details giving examples. Also, I wanna to integrate RQM with RFT how to do that?
If we write a scipt for login page and we click submit button then it moves to order page ... How we can validate once we click the submit button it opens wether order page or not
Where do you view the results in Trap option?
If you want to output the results to the log file .. How to do?
Where do you view the results in Trap option?
How will you edit a baseline file of a verification point?
Explain purpose of inserting delay values in the scripts of rational?
Where the datapool values are stored?
What is user defined data type?
What information is contained in the Datapool_config section?
I am new to Rational tools,how to test an application i.e what are the things i should do before starting testing the application
Could any one share scripts... where we can Parameterize radio buttons and Check boxes.