how to write the pass or fail message in winrunner
for eg: in QTP we can write
like "Reporter.reportEvenr,micDon,"Test Test pass"
Answer Posted / anusha subbu
Here one of the pre-define function in winrunner (just
press f7 for getting all pre-define functions)
That is
tl_step(“step name”, 0 or 1, ”description(pass or fail)”);
Here 0 means status is pass
1 means status is fail
Eg: tl_step(“s1”,0,”pass”)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
how can you explain your Real Estate Project in front of interviewer..? please step by step......
What is the purpose of set_window command?
How to have winrunner insert yesterdays date into a field in the application?
Hi iam a begginer or rather new stsrter to QTP and strugling to start as i have to start writing the automated scripts for the existing manual testing could some one send me some tips ans tricks for a jump start. Any help is greatly appreciated
What are the platforms that WinRunner can be used?
What are the virtual objects and how do you learn them?
How do you handle pop-up exceptions?
What is the difference between writing a function and writing a script?
What is the use of gui map and what happens when the gui map file get loaded?
This Is Sekar, Can Any One Of You Help Me? Question: How To Draw Charts In Excel Sheet Using Winrunner Scripts. Thanks, Sekar.
you hae a inbox and got a mail how can you know it is there or not write script.
I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.
Explain difference between winrunner and test director?
How do you filter the objects in the gui map?
Explain the purpose of gui spy?