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 |
how you copy test cases from .xls to Quality centre?
Where the datapool column names are stored?
Explain user defined data type with an example..?
For unattended execution which playback options you will use?
hi i did MBA(HR)from IGNOU, NEW DELHI. can any please tell me that is testing is helpful my career?
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
Is it possible to perform performance/stress tests using Rational Test Manager, by executing manual test scripts?
What is datapool cursor?
Is there any book for RFT and QTP containing all the details of the tool and scripting concepts.
what is the use of "TestObject root = getRootTestObject();" in RFT?
How to test java applications and what settings you need to do?
How to record & run on japanese language application using english version of ibm?