hi radhaka plz tell me clearly to handle the earrors with
out isng recovery scnerio
this is sreenivas from delhi
Answer Posted / arun singh
by using if condition we can handle errror without using
recovery scenario. if u have still confusion let me know,
i will help u.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to find that tools work well with your existing system?
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
Explain building blocks of the bpt framework ?
What is different command used in command Prompt while using QTP?
How to add synchronisation points in qtp?
How u will do versioning in QTP?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
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
How is the Bitmap checkpoint different from Image checkpoint?
what is ODC and GDC?
Explain the concept of how quicktest professional (qtp) identifies object?
Can you brief the hurdles you faced during Automation testing?
What is environment variable in qtp and why to use it?
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance