how to write the pass or fail message in winrunner
for eg: in QTP we can write
like "Reporter.reportEvenr,micDon,"Test Test pass"
Answers were Sorted based on User's Feedback
Answer / thirumal prabu
Hi you can use tl_step function to give the status.
e.g tl_step("Product Creation",1,"Product Creation Failed");
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
how do you analyze the result in update and debug mode
What r the recording methods in winrunner and wht r the uses and where do we use and how do we use? pls dont mention recording modes(context sensitive and analong)
How do you handle tsl exceptions?
What are the three windows displayed when a mismatch occurs in Bitmap verification
what load_dll in winrunner
What is Global GUI Map?
How many types of tests can u create in winrunner?
How to know the on which OS and version the application is running through script in winrunner?
What Is Test policy and what is Test Strategy ? differenciate between them? Explain with examples?
How do you filter the objects in the gui map?
is 'tech' is a Reserved word in WinRunner or not?
How do you load GUI map?