Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to load vbs file to qtp through scripting.
plz provide the code.....

Answers were Sorted based on User's Feedback



how to load vbs file to qtp through scripting. plz provide the code..... ..

Answer / guest


In your script include the following line of code, .vbs
file will be loaded

ExecuteFile "Path of .vbs file"

Is This Answer Correct ?    11 Yes 1 No

how to load vbs file to qtp through scripting. plz provide the code..... ..

Answer / poornima

using

1)ExecuteFile "Path.vbs"
2)LoadFunctionLibrary "Path.vbs"
3)Using Associate Function Library
4)Using Automation Object Model

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

what's the difference in between function and sub and give some code as well

3 Answers   Patni,


How to add synchronisation points in qtp?

0 Answers  


Which statement will use for close an action in QTP?

0 Answers  


How to record right click of a context menu and click on the selection ?

3 Answers  


I need to know how to Automate a Username and Password for a Web-based product? I'm scripting 3 different types of surveys but each Survey requires a Username and Password which is always the same. I can I do this using QTP?

3 Answers  


can we test an windows application using qtp

1 Answers  


How to check which add-ins are associated with a test in qtp?

0 Answers  


How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2

1 Answers  


how to compare two excell sheets by using vbscript??

2 Answers  


Where can I find and view run-time data table?

0 Answers  


What is object spy in quicktest professional?

0 Answers  


In our application (Web based application)we will get a pdf file and we have check a particular text in that pdf. Can any one tell how to check text in a pdf file. In the same pdf file it generating some links and I have to click that links. QTP unable recognizing that links, even id did record and playback qtp does not generating any script. Can any one help me….?

6 Answers  


Categories