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 |
how to merge object repositories in qtp for n different applications
What are the key elements available in test result window?
How to find the difference between 2 dates in qtp?
How will you test a stapler?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
How you test the object which is dynamically changes its location?
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
how to do regression testing in qtp? plz give ans with examples
There r 1000 rows and 1000 coloums , in that I want pickup a name of the coloumn , pls dont say in sql statements , in interview one of the interviewer said it was a wrong answer pls any send me answer its urgent
Give me diffrent script in QTP for Webpage(Java and .Net),WindowsBased Applications,Java application,.Net application...
How to get line numbers in your editor in expert view?