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

Explain datapool?

784


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

827


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

2018


Where do you view the results in Trap option?

1869


Explain Robot?s command line options?

1820


How to test java applications?

790


How will you do data driven testing using Robot?

2154


What information is contained in the Datapool_config section?

1887


what is responsibilities of the Rational Robot

1885


What are the different data pool access orders?

1950


Explain what kind of problems are solved by datapools?

761


What is the purpose of the Trap options?

2081


For unattended execution which playback options you will use?

769


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

2853


How to analyze results after playback?

853