Can u tell me example for virtual objects?
Answer Posted / shebs
Using the Virtual Object Wizard, you can map a virtual
object to a standard object class, specify the boundaries
and the parent of the virtual object, and assign it a
logical name. You can also group your virtual objects
logically by assigning them to collections.
You can visit blog http://link2connect.blogspot.com/ to get
more information about QTP tutorials links
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain how to use QTP to check broken links on a page?
what is the advantages and disadvantages of using functions instead of re usable actions
How many types of run modes are there in qtp?
What is the difference between Keyword Driven test and Data Driven test?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
How to use the object spy in quicktest professional 8.0 version?
How to add synchronisation points in qtp?
When to use descriptive programming?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
after click on compose mail how can we attached a file in qtp with vbscript code
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
When and why to use descriptive programming?
how to acess a test in RSA?
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