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 |
Please can you give where can we get good QTP Training at Hi-Tech city Hyderabad?
What is the extension of the qtp local repository?
What is our exact stage involvement with QTP?
Explain Checking XML....
Step 3&4 are repeated until an the object in recognised uniquely.
How QA specialist can identify when programmatic descriptions are useful?
how to test globalisation testing using qtp? lets take an example: suppose i have to test the word is in hindi "ratikanta", how we test it by using descriptive programming or any method??
How can the functions inside DLL be called from QTP? i mean How can i use those functions(Inside DLL) in QTP
Explain types of exception handling and script for that?
A webPage has a ComboBox with 10 values in it. Write a script to select 4 vales from it using CTRL key
what is the difference between data table and spread sheet?
Hi. plz expalin abouit SetToProperty, SetRoProperty, GetToProperty, GetRoProperty,GetToPrperties. with examples.