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


Please Help Members By Posting Answers For Below Questions

If you want to output the results to the log file .. How to do?

1792


What are the Limitations/Disadvantages of Rational Function Test?

6475


What is user defined data type?

610


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

578


Hi this is chandra if any one have Navigation of LAB RATIONAL ROBOT I want Navigation of those tools, if any one have the and know the Navigation each and every part of the Rational Robot and plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com

1548






Explain datapool?

582


What are the different data pool access orders?

1571


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

1490


What is standard data type and what is user defined data type?

1763


How do you analyze results after playback?

1644


If we write a scipt for login page and we click submit button then it moves to order page ... How we can validate once we click the submit button it opens wether order page or not

1829


Where the datapool values are stored?

1913


Could any one share scripts... where we can Parameterize radio buttons and Check boxes.

1612


Explain purpose of inserting delay values in the scripts of rational?

573


For unattended execution whick playback options you will use?

2430