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 |
What are the Limitations/Disadvantages of Rational Function Test?
What is datapool cursor?
What is user defined data type?
How do you insert Log Messages and delay values in scripts?
hi i did MBA(HR)from IGNOU, NEW DELHI. can any please tell me that is testing is helpful my career?
What is the purpose of the wait state?
What is the use of Global.sbl file in Rational?
Which of the following is not a built-in input type in Rational Test Manager a. Rational Requisite Pro b. Rational Rose c. Microsoft Excel d. Rational Clear Quest
1. Which of this is not a verification point a. File Comparison b. File Existence c. Module Comparison d. Module Existence
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....
purpose of inserting delay values in the scripts of Rational?
How will you do data driven testing using Robot?