How do you insert Log Messages and delay values in scripts?
Answer / i.r
For insert Log Message
----------------------
In Robot window click insert >> select write to log>>
it opens a window & enter the
1)message,
2)description
& status of test pass/fail /warning/none
and execute the script & view the log message.
this Write To Log generate coding as follows in SQABasic
---------------------------------------------------------
SQALogmessage sqastatus,"message","Description"
ex.
SQAlogmessage sqapass,"Successfully done","n....."
For insert Delay values
-----------------------
In Robot Window select insert menu>> click Delay...>>
1)it opens a window ask for some milliseconds in number
click ok
this is generated as follows in SQABasic
----------------------------------------
DelayFor(milliseconds)
ex.DelayFor(1000)
| Is This Answer Correct ? | 1 Yes | 0 No |
Shortcut Key for Playback and Halting the playback in Rational Robot are a. F8 and F9 b. F5 and F9 c. F5 and F11 d. F8 and F11
How will you edit a baseline file of a verification point?
1. Which of this is not a verification point a. File Comparison b. File Existence c. Module Comparison d. Module Existence
How will you do data driven testing using Robot?
What is meant by verification point and what is the use of it?
What is the purpose of comparators in analyzing the results?
If you want to output the results to the log file .. How to do?
hi i am sanganithi.i am having some doubt in rational robot.can we do synchronization in rational robot,if we can do means how can we do .please explain the steps clearly.
How will you do data driven testing using Robot?
What is user defined data type?
How to analyze results after playback?
Where the datapool column names are stored?