Hi All,

My automation involves automating of a third party control, which can be
handled only through Native object's Properties, methods and Events.

Now I want to convert those  Native objects to QTP Test Objects. When I
convert the Object in the following way, its only upto Page it works and not
more than that.
Please let me know, if anybody know how to do this.


Example :

Set objBrowserNative=Browser("").Object
Msgbox Browser(objBrowserNative).Exist  *' Returns True*


Set objBrowserPageNative=Browser("").Page("").Object
Msgbox Page(objBrowserPageNative).Exist  *' Returns True*


Set objEditNative = Browser("").Page("").WebEdit("").Object
Msgbox WebEdit(objEditNative).Exist   *  'Returns False*
Msgbox Browser("").Page("").WebEdit(objEditNative).Exist   *   'Returns
False*

Please let me know, as to how to retrieve QTP Test Object using Native
Object.



*With Best Regards,
Prasanna Narayanan S*

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to