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 |
Where do you view the results in Trap option?
Is there any book for RFT and QTP containing all the details of the tool and scripting concepts.
what is the purpose of start and end timers in robot scripts?
Symbol for comments in Rational?
How to test java applications?
What is the purpose of the wait state?
Where do you view the results in Trap option?
What is the purpose of comparators in analyzing the results?
How many verification points are there in Robot and What are they?
What information is contained in the Datapool_config section?
What is standard data type and what is user defined data type?
What is Datapool?