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 to get the resolution settings?
Besides Record and Replay what else can we do with WinRunner?
How do you find an object in an gui map.
Write test scripts on a scenario where you have to transfer data from one table to another.
The GUI MAp Editor or Rapid Fire test are not learning the GUI of any window or any object..The pointer conevrts to hand and everthing hangs till i don't press Ctrl+Alt+Del. Help me!!!
what are the modules present in Winrunner?
What actually happens when you load GUI map?
Where are multiple properties of object stored
what is the extension of the Run time Record checklist file
Wat is the defferances between Test plan and devolopment plan?
why you are doing software testing, why testing necessary
What is Data Driven TEsting?