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 is RTRT??

11 Answers   IBM, Intel,


Where the datapool values are stored?

2 Answers  


What kind of problems are solved by Datapools?

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  


How to test java applications and what settings you need to do?

0 Answers  


How do you analyze results after playback?

0 Answers   CTS,


Explain the use of "testobject root = getroottestobject();" in rft?

0 Answers  


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

3 Answers  


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,


Where the datapool column names are stored?

1 Answers  


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

1 Answers  


purpose of inserting delay values in the scripts of Rational?

1 Answers   HP,


Categories