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 |
Idid my qtp course in 2007 june in mind Q i for got to use this tool ,i want to mention in my resume about this ,how can i rectify this ,pls give me any idea .
In QTP how can we recognize objects Without using Object Repository?
can any one tell me How exactly data drivent testing is done in.explain with any example and the exact steps to fallow?
What are the five challenges you faced in QTP?
how will you check how many members visited the website www.infosys.com?
what is the process to follow between writing the test cases & then atomating it?
hi gavasker i want how to merg OR's in QTP 8.2 by QTP Plus
How can you give wait up to 10 seconds in qtp?
In qtp, explain what is crypt object
Friends please let me know how id following possible in QTP: Can I apply conditional loop on a bitmap/image or any other checkpoint. Like if checkpoint passes then if or Else
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
Synchronozation types in QTP