Answer Posted / uma
By using Exception Handling we can instruct QTP to recover
the test from Unexpected Events, Errors and Crashes. This
will have Four types 1. Popup Handle 2. TSL Handle 3. Object
Handle 4. Application crash.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
What are the types of object repositories? Which one is you using?
Explain the benefits of quick test pro(qtp)?
What are the different types of qtp test assets and their extensions?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
Do you know how to connect database? Can you tell me the procedures?
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
Through array we can execute the testcase how ? give me example
How can you pass value one action to another action?
Where you are storing your script?
Mention the test steps of qtp.
How to record a qtp script ?
How to get the particular property value?
give me an example where u used good judgement and logic in solving a problem