Procedure to write and run a vbscript file to test applications using QTP if possible please explain with an example thanks in advance

Showing Answers 1 - 2 of 2 Answers

Suresh Babu Lingam

  • Nov 13th, 2006
 

Hi, you can write a seperate VB Script file and save it VIZ xyz.vbs and call it in the QTP.
The command to call VB Script in to QTP is

Executablefile"c:Document and settingDesktopxyz.vbs"

Above is the path of a VB script file.

Cheers

Suresh Babu.L

  Was this answer useful?  Yes

Suresh Babu Lingam

  • Nov 13th, 2006
 

Hi,

Sorry the command to run VB script file in QTP is

Executefile"Path of the file"

Cheers

Suresh Babu.L

  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