How to call .vbs funtion , Library files in QTP? plz
Explain indetail(chandana)
Answers were Sorted based on User's Feedback
we can associate a .vbs file to qtp script without using the
navigation given above i.e
we can use "executefile" method
simply
executefile"path of the .vbs file"
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / dilip
User Defined Libary File : filename .vbs
Test Batch Runner File : filename .mtb
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / satyanarayana
Hi i think librar file and .vbs file or function is same.
TO the functions we have to use the following syntax
Call functionname()
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / limon
we need to follow the following steps.
file>settings
"test setting window" opens.
click on resources
browse the file that we saved somewhere (desktop,c drive) with extension .vbs.
click on apply.
click on OK.
NOW WE CALLED THE FUNCTION IN THE SCRIPT.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / nandishpatil
Suggest you to visit the below link:
http://www.knowledgeinbox.com/QTP_LibraryFiles.html
| Is This Answer Correct ? | 1 Yes | 2 No |
Hi, I am new to QTP testing and was exploring the frameworks used for automation. I wanted help in writing various scripts and files for keyword driven automation like 1. Control File 2. Test Case File 3. Startup Script 4. Driver Script 5. Utility Script . etc It would be great if someone can give help in this context ... Thanks
What is throw Object?
In a WebTable 2nd row,3rd column contains one link and that link name is changing dynamically. How you will click the link?
suppose u have two send buttons(same width,height,font) on an application write a descriptive programming
how you update scripts in qtp?
write a qtp code to display all the items in the fly from combo box or list box
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
what are the difference between qtp8.2 to 9.0 surya
What is meant by Step Generator in Qtp How is it used? pls gimme in detail
What is an expert view and keyword view?
What is environment variable in qtp and why to use it?
can objects recogonised without repository?