06-06-2008, 03:10 AM
(This post was last modified: 06-06-2008, 03:16 AM by Anshoo Arora.)
How is it going to be possible when the object is seen as a WinObject type?
#1
Its not possible. Its not a .Net app.
#2
Paul - I would recommend you look into Virtual Objects. Even though it may behave like a standard object, QTP is not going to identify it. You will need to add this particular object in your Virtual Object Collection (Vo Collection) and map it to a standard Windows class. Once you add the object to your Vo Collection, using the Virtual Object Wizard, make sure you record on it once. This will reference the Virtual Object (VirtualTable) in your Object Repository.
When you are done, please look into the 'VirtualTable Object' under QTP help. You might need to also take a read on ActivateCell and SelectCell methods.
#1
Its not possible. Its not a .Net app.
#2
Paul - I would recommend you look into Virtual Objects. Even though it may behave like a standard object, QTP is not going to identify it. You will need to add this particular object in your Virtual Object Collection (Vo Collection) and map it to a standard Windows class. Once you add the object to your Vo Collection, using the Virtual Object Wizard, make sure you record on it once. This will reference the Virtual Object (VirtualTable) in your Object Repository.
When you are done, please look into the 'VirtualTable Object' under QTP help. You might need to also take a read on ActivateCell and SelectCell methods.