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

What kind of problems are solved by Datapools?

2 Answers   Relq, TCS,


How do you analyze results after playback?

0 Answers   CTS,


hi i am sanganithi.i am having some doubt in rational robot.can we do synchronization in rational robot,if we can do means how can we do .please explain the steps clearly.

2 Answers  


What information is contained in the Datapool_config section?

0 Answers   Covansys,


Hi i am learning Rational test could some one please give me some tips and tricks how and where to start and suggest me any sites, documents or traning to go through. Any help is appreciated Thank you.

0 Answers   Rational,






What is the purpose of the wait state?

3 Answers   Satyam,


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

0 Answers  


If we have to use a different data type then which command helps us in that a. Custom Data type b. Import from command line c. Microsoft excel d. None of the above

2 Answers  


What is the purpose of the Trap options?

0 Answers   Accenture,


1. Which of this is not a verification point a. File Comparison b. File Existence c. Module Comparison d. Module Existence

1 Answers   Impact Systems,


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  


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

3 Answers  


Categories