Where we write the FUNCTIONS, in Expert view (or) in any
textfiles like Notepad and save it in Library functions
folder? How to cal that functions to our script? How to
save that functions to Function generator?
Answers were Sorted based on User's Feedback
Answer / abhesheke
it very easy dude
i will tell u
assume i have written a function in notepad and save it with
.vbs extension
"assume this is the function written in notepad"
function Testing
msgbox("welcome to testing world")
end Function
now add this to the library
navigation is test->setting->resources (add this file there)
and in ur expert view just write the function name i.e
Testing run the script it will work
i hope u understood dude any doubt ping me
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / a.thirumalareddy@gmail.com
we can save that library files in our local folder and by using "executefile" method we can directly associate those files
for e.g executefile "path of the library file"
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the purpose of .vbs file?
Does QTP run in any environment?
4. How u will open the build automatically in QTP except using Systemutil.run command
what kind of frame work you used in your last project?
How to capture data from images in QTP and produce them in Excel sheet ? please ans...
How to attach a file to TD?
How do you check ticket cost and ticket number in flight application?
What is the difference between per-action and shared?
In where you are keeping or maintaining shared object repository (file)in your appliction?
what is objectidentification?
what is keyword driven testing in qtp?n how is it useful?
How good are you in writing VBscript code for your application? Can you completely write VBscrit for your project with out using recording mode in QTP?