How to do excception handling ( error handling ) in QTP
Answer Posted / anu
In middle of the coding means where that error foud after
that we r using on error go to EXIT
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
What is the difference between a Function and Action in QTP?
what is the advantages and disadvantages of using functions instead of re usable actions
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
how can we do the frame work in qtp
What is expert view in qtp?
i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
What is Distributed testing? How does UFT support it?
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
is there any addin for remedy user application
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You