aravindhanR

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-05-21
03:16
489 views
How to Retrieve the list of variables in a BPT component through UFT
Hello,
I need to know a way using HP OTA to retrieve the list of variables present within a particular BPT component. Also it would be great if i could get a manual of the list of methods that can be performed using the HP OTA.
Thanks
Aravin
3 Replies


Vice Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-05-21
05:42
Hi there,
You can find the OTA & API manuals at this link https://softwaresupport.hp.com/
Regards,
(Statements expressed here are mine alone and do not reflect the opinions of my employer)
DeyanChavdarov

Vice Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-05-21
08:55
Hello Aravin,
You can get a reference to ALM OTA via QCUtil object in UFT.
Then if it is a particular BPT Component you have to use OTA API to get the associated parameters.
If it is a component in the current run of a test, then you can utilize the properties of QCUtil object.
HTH,
Deyan
[Give Kudos or accept as Solution, if post helped you :)]
aravindhanR

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-05-22
13:59
Thank You