1. how can you handle exceptions without using recovery
scenario?
Answer Posted / dinesh
using the optionalstep method we can handle the error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain qtp(quick test professional)?
Does QTP run in any environment?
what is the difference between the modular framework and datadriven frame work
Differences between text and test area checkpoints?
How many types of parameters are available in quicktest professional (qtp)?
What is Curd testing?
How to get the particular property value?
How you can replace string in qtp?
in a web page How to check and display a particular word from a paragraph?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
Is any limitation to xml checkpoints?
What is a checkpoint? How many check points are there in qtp?
When using descriptive programming?