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 |
Where the datapool column names are stored?
How will you edit a baseline file of a verification point?
purpose of inserting delay values in the scripts of Rational?
Explain the planning and creating datapool with an example?
Explain user defined data type with an example..?
What information is contained in the Datapool_config section?
Explain Robot?s command line options?
How will you do data driven testing using Robot?
What is datapool cursor?
How will you edit a baseline file of a verification point?
How to get the OR SAP discriptive program by using RFT.
What are the Limitations/Disadvantages of Rational Function Test?