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 is the use of automation objective model?where is used? plz tell me
Syntact for how to call one script from another? and Syntax to call one "Action" in another?
What are the types of object repository?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
0 Answers Magna Infotech, Oracle,
How to do the scripting. Is there any inbuilt functions in QTP as in QTP-S. Whatz the difference between them? how to handle script issues?
Plz explain about object propeties in object identification? means.. explain about 1. mandatory properties.2. assestive properties 3. ordinal properties.
Where you can store check point results?
what's the difference in between function and sub and give some code as well
Did u use check points during ur work experience ?
explain all the check point in QTP?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
what are the principles of good testing scripts for automation?