Can u tell me example for virtual objects?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vara
virtual object wizard is used to change the class name of an
object ,like from image to button etc.for example in many
websites we click on images to navigate to next pages.so
when we click on that qtp recognises it as a button where as
it should be an image . for this we use virtual object .you
can find this in tools meny
| Is This Answer Correct ? | 2 Yes | 5 No |
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
How to resume the second iteration in the QTP,, if the error has intrupted the the second iteration. When i use run from step it starting from the first iteration again.
Explain the concept of object repository & how qtp recognizes objects?
What are objects? how do you select the unknow object?
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
How do you check ticket cost and ticket number in flight application?
difference between GetRoProperry and GetToProperty.and where we've to use exactly those properties
How to attach a file to TD?
How do we Access, retriew and edit the runtime objects in Automation Testing using QTP
I m trying to automate one vb desktop application in that there is vblist vbcombobox many other vb tools are there ,when i m trying to find some unique property to identify the object (take example of vbcombobox ) I cannot find any unique property, all the combobox belong to same nativeclass same name no ids are available ,only the distinct property is there x and y coordinates so i m using some code like this "vbbutton "nativeclass:=ThunderRT6CommandButton","x:=304","y :=443").exist(2)" but i dont find them reliable .Can anyone suggest me some other way to identify those objects with some unique property or is there any way to register our own property .I m using descriptive programming to write the code .Thanks in advance
I have to automate excel features using qtp in this i need to open instance of excel in different ways like double click on file, drag & drop options, File > open option but i know the 2 ways to open the excel instance 1 is by creating the object and another is to open the excel file in already opened instance of excel through sendkeys through qtp. But i m not geting how to open excel file through double click and drag and drop option through qtp script plz help me out anyone can thanks in advance
Could we use QTP for java project(Which is develop in Netbeans and My SQL) otherwise which one is suitable?