how to load vbs file to qtp through scripting.
plz provide the code.....
Answers were Sorted based on User's Feedback
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 |
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 |
what's the difference in between function and sub and give some code as well
How to add synchronisation points in qtp?
Which statement will use for close an action in QTP?
How to record right click of a context menu and click on the selection ?
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?
can we test an windows application using qtp
How to check which add-ins are associated with a test in qtp?
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
how to compare two excell sheets by using vbscript??
Where can I find and view run-time data table?
What is object spy in quicktest professional?
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….?