How do you insert Log Messages and delay values in scripts?



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

Post New Answer

More Rational TestSuite Interview Questions

How to get the OR SAP discriptive program by using RFT.

0 Answers  


For unattended execution which playback options you will use?

0 Answers  


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?

0 Answers  


what is responsibilities of the Rational Robot

0 Answers   Tanla Solutions,


Is it possible to perform performance/stress tests using Rational Test Manager, by executing manual test scripts?

3 Answers  






Which of these is not a kind of report in Rational Test Manager a. Performance Report b. Build Listing Report c. Test Plan Report d. Test Case Report

0 Answers  


What is Datapool?

1 Answers   Wipro,


What is the use of Global.sbl file in Rational?

2 Answers   Satyam,


How to record & run on japanese language application using english version of ibm?

0 Answers  


What information is contained in the Datapool_config section?

1 Answers  


how to insert clipboard verification point

1 Answers  


I wanna to learn RFT can anyone send me the learning material including demo. I am working on mainframe based project using RFT, but don't have that much knowledge of java scripts so need to learn.

0 Answers  


Categories