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

Rest Assured Chectsheet

REST Assured Cheat Sheet 🚀 REST Assured Cheat Sheet Complete Reference for ...