i am a begnner so am learning
Error handling :tried using Recovery manager didnt work
i want to be able to handle errors , e.g.

if while running the test the folwoing does not show up
then how can i use the If then else and goto next step in
the test, as in many scenarios it does not show up

Browser("The Shopping Channel -").Page("The Shopping
Channel -_8").Image("easy pay").Click


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More QTP Interview Questions

What is the difference in the global and action sheet in qtp?

0 Answers  


How many types of Parameters are available in QTP?

1 Answers  


Tell me the QTP Advantages and Disadvatages ?

1 Answers  


In qtp,how to interact tool & application build?

1 Answers   Polaris,


Hi, I want to pass a value in to Link object. For ex: I have a link where in which contains the value like "DC4463219(Active)". Whenever i will execute the script this value "DC4463219 (Active)" will get changed. I got the value DC4463219(Active) from the link and stored that value in variable "ACTUAL". If i want to select the same link again, while recording the value DC4463219(Active) will be recorded in object repository. So, that it will not work for the next cycle of execution as the value will get changed everytime as i mentioned above. I want to pass that Acutal value in to link object. The script is as follows: Actual Script when recording: Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(DC4463219(Active)".Click But now instead of this DC4463219(Active) i want to pass a variable where i have the same value. I tried to execute the script Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(Actual).Click But it is displaying the error message as that the value which we got from Actual is not existing in Object repository. So,i made the link object as regular expression. Even it is displaying the same message as mentioned above. If you are not able to understand, feel free to contact me with nbabu11@gmail.com

1 Answers  






What is FRAME WORK? How many Frameworks can QTP supports?

4 Answers  


Explain the concept of object repository and how quicktest professional recognises objects?

0 Answers  


What is recovery scenario in qtp?

0 Answers  


Hi All, I am using QTP for one of the Desktop application which uses Keyboard inputs like 'Tab ,F7 etc' and also mouse (Click). After recording when i am running the Script ,it is not able to recognize the keyboard inputs like F7,Tab and mouse Click because of which either i have to skip that part or manually do the inputs. Please answer how can i make script more flexible so that it will recognize both keyboard and mouse operations.

3 Answers  


What is vulnerability?

1 Answers   CTS,


How can i use Ordinal identifiers and Smart identification methods suppose i want to know the index no of check box

1 Answers  


Set DR= CreateObject("Mercury.DeviceReplay")

2 Answers  


Categories