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 |
Can any one please list me out the shortcut keys for some functionalities in the QTP .. for example ..to record...to run...etc
Explain calling sub procedure.
Diff B/w Webserver and Client Server
1) How will you associate SOR in Runtime? ( u had written 10 lines of code from 11th line u want associate what code u will write) 2) How will close n number of browser expect only one which is has to test? ( First tell me how will you identify how many browser are opened ) what logic u will use? 3) In web Table u want to click on link ( Link Name Mohamed ) you dont know in which row and column that link is there. how wil u identify and click on that link.
Write a script to delete the a specific row (say 3rd) in a webtable.
What are the features and benefits of quick test pro (qtp 8.0)?
What is the extension of 'Log file' in QTP
What is the parameterization? Give one example?
1. In build1 there is a page with two check boxes and a submit button. You have prepared a script for that page and its working fine. In Build 2 the developers have added two checkboxes in the page. Will the script prepared for Build 1 work for Build 2 or not. If yes, why and if No, why. Remember the developers have not touched the object properties of the textboxes in the page.
How many add-ins comes by default with quicktest professional?
3.How to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.
What are the different recording modes and how do they work?