09-02-2009, 06:08 PM
Prabhu - Please read through the forum guidelines and ensure that you do not reopen old posts. Please create a new Post for a NEW question.
Answer :
Yes using the AOM you can do the task.
Answer :
Yes using the AOM you can do the task.
Code:
Set objQTPApp = CreateObject("QuickTest.Application")
Set objQTPLibraries = objQTPApp.Test.Settings.Resources.Libraries
If objQTPLibraries.Find("C:\QTP Automation\Library File 1.vbs") <> -1 Then
objQTPLibraries.Remove "C:\QTPAutomation\Library File 1.vbs"
End If
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.