How to load the *.vbs or test generating script in a new machine?

Showing Answers 1 - 2 of 2 Answers

sanjeev prabhudesai

  • Oct 26th, 2005
 

You can use the any one of the following two methods:1. goto : Tools --->settings --->Resources and add the .vbs file2. in the QTP script u can write : Dim App 'As ApplicationSet App = CreateObject("QuickTest.Application")App.LaunchApp.Test.Settings.Resources.Libraries.Add("")

Subha

  • Nov 16th, 2005
 

Execute File statement can be included as part of the test script inorder to execute the vbs files.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions