UFT\QTP Learner
Saturday, 25 May 2013
QTP : Script to know what plugins are loaded
Set QTP = CreateObject("QuickTest.Application")
AddIns = QTP.Test.GetAssociatedAddins() 'Get the list of Add-Ins
For i = 0 to UBound(AddIns)
print AddIns (i)
Next
Output:
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Rest Assured Chectsheet
REST Assured Cheat Sheet 🚀 REST Assured Cheat Sheet Complete Reference for ...
QTP AOM Script : Launch QTP, Create new test and Save it
QTP AOM Script : Launch QTP, Create new test and Save it =============================================== dim qtpapp set qtpapp=create...
WaitProperty Method with Regular Expression
Description Waits until the specified object property achieves the specified value or exceeds the specified timeout ...
QTP -Simple Program to navigate all the pages using Pagination link
Suppose there is thread in a forum and we wish to navigate all pages of the forum. Below code can be useful Thread url: http://www.indi...
No comments:
Post a Comment