how to insert QTP to display errors and other description
in the test results instead of halting execution by
throwing error in the mid of executin due to an error (for
object not found)?
Answer Posted / swati,gayatri
Write error description into repoter.reportEvent to dispaly
in results.
write a recovery senario to deal the situation and continue
the execution.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How will you handle java tree in qtp?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
Explain xml checkpoints.
how to do the batch testing in test director using manual testing procedure?
How can get count of list box?
How do you know the location Id of an object if you know its index id?
Hi, how can we check or avoid the memory leakage in QTP9.2?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What are the different ways to invoke an application using QTP?
Without using gui map editor we can recognize the application in winrunner ?
How to handle the exceptions using the recovery scenario manager in qtp?
How to customize checkpoints with parameters?
ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS
diff between qtp versions from 8.5
How can you exit from an action?