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

Spring Boot : Exception Handler 14