How do you insert Log Messages and delay values in scripts?
Answer Posted / 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 |
Post New Answer View All Answers
What is user defined data type?
How to record & run on japanese language application using english version of ibm?
How to test java applications and what settings you need to do?
What is the planning and creating datapool?
Explain what kind of problems are solved by datapools?
I am new to Rational tools,how to test an application i.e what are the things i should do before starting testing the application
How to get the OR SAP discriptive program by using RFT.
Explain datapool?
How do you analyze results after playback?
How will you edit a baseline file of a verification point?
Explain Robot?s command line options?
Where the datapool values are stored?
How to create datapool?
How to analyze results after playback?
How Do I run my RFT scripts through RQM(rational quality manager)can anyone explain me in the details giving examples. Also, I wanna to integrate RQM with RFT how to do that?