how can i impliment error handling in QTP?
Answer Posted / uma
By using Exception Handling We can handle the errors. The EH
will have three types 1. Popup Handle 2. TSL Handle
3. Object Handle.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is run action?
We stored into the objects OR and then write the scripting
What is the difference between analog and low level recording?
how to create flat file datasubmission in qtp
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
Explain advantages and disadvantages of ddf?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
How do you delete unwanted results in qtp?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
how will load the object during runtime?
How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
Tell me one scenario, the complex functionality you have automated in your project?
For which type of project the iterative model is suitable?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?