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 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  


How to do data driven testing using robot?

0 Answers  


How do you analyze results after playback?

2 Answers  


What is the purpose of .sbl, .sbh, .rec files?

1 Answers  


For unattended execution whick playback options you will use?

0 Answers   HCL,






purpose of inserting delay values in the scripts of Rational?

2 Answers  


purpose of start and end timers in robot scripts?

1 Answers   GE,


How will you edit a baseline file of a verification point?

0 Answers   Covansys,


Explain user defined data type with an example..?

1 Answers  


What is not present in iterations of test manager? a. Owner b. Name c. Child iteration d. Start date and end date

1 Answers   Hewitt,


What do you mean by data driven testing? a. Testing using Data Drivers. b. Testing using Excel Sheets c. Testing using Executables. d. Testing using Command Line Parameters

6 Answers  


Explain user defined data type with an example..?

1 Answers  


Categories