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 is not present in iterations of test manager? a. Owner b. Name c. Child iteration d. Start date and end date
For unattended execution whick playback options you will use?
How will you debug your script?
hi i did MBA(HR)from IGNOU, NEW DELHI. can any please tell me that is testing is helpful my career?
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?
How will you debug your script?
What is the purpose of the wait state?
purpose of inserting delay values in the scripts of Rational?
Where the datapool column names are stored?
What is the purpose of the Trap options?
is there any book on rtrt?
What is purpose of Rational Administrator?