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 |
is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?
What is dynamic arrays
How does qtp identify the object in the application?
How QA specialist can identify when programmatic descriptions are useful?
For which type of projects the iterative model is not suitable?
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
It is regarding VBScript, how to export our function results to ExcelSheet through VBscripting. Ex: I have written add function, that result should export to Excel.
To which environments does QTP supports ?
what is the difference btn risks & Therads in the Test plan documentation?
Where should we turn Smart Identification ON in QTP?
What is Automation frame work.How we will prepare in real time.
I want to open a GOOGLE page without recording a test in QTP.Can any one answer me?