WE ARE PLANING TO DESIGN AUTOMATION FRAME WORK. HOW TO CALL
CONFIGURATION SCRIPT FILE(.VBS) FROM DRIVE SCRIPT FILE(.VBS)



WE ARE PLANING TO DESIGN AUTOMATION FRAME WORK. HOW TO CALL CONFIGURATION SCRIPT FILE(.VBS) FROM D..

Answer / raju

Place file in your script folder and use

Filename = Environment(“TestDir” ).value & “\Filename”


(or)

ExecuteFile "(*.vbs) path"

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More QTP Interview Questions

I have to automate webpage. If I click one hyperlink2 it will take 2 hrs to open. How to automate hyperlink2?

4 Answers   Cap Gemini, Polaris,


What is descriptive Programming in qtp.

5 Answers  


How to load an object to a object repository at RUN TIME ?

3 Answers  


If I want to run more than one test (With different functionality) with in one script, then what i do? plz. explain with any example.

4 Answers  


in which case & which method we can use "native" property of an object ?

1 Answers  






Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.

0 Answers   IBM,


How we can merge the object repositories?say if we have 2 or 3 object repositories then how we can merge them?Is there any option in QTP to merge the object repositories?

2 Answers  


what about f2&f6 function keys

1 Answers  


what is verification & validation?

2 Answers   Accenture, TCS,


How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application

1 Answers  


i have .xls,.txt,.doc files are there (together). i want find only .xls file among them? how can we write function?

3 Answers   CTS,


What will be the output of the statements below? On error Resume Next Sum 100/0 if Sum= 0 Then msgbox "Pass" else msgbox "Fail" End If

3 Answers   IIT,


Categories