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
What is the use of gui map?
What do you mean by the logical name of the object.
What are the platforms that WinRunner can be used?
Can anybody Explain me about the liasing with the developers,and a tester can make a test plan well?plz explain me as soon as possible ,thanx in advance.
What are the three modes of running the scripts?
Dear all i am new to testing my company using vb.net and we are developing web based application. How i can test those application with winrunner if any one have some good tutorial or link kindly provide thanks u.
What is test parameter
How to do text matching?
What is the difference between writing a function and writing a script?
plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?
when start testing
Explain the purpose of different record methods?
How can withwin runner to make single scripts which supports multiple languages?
What is the disadvantage of loading the GUI maps through start up scripts?
What is parameterizing?