How to load vbs functions in qtp
Answers were Sorted based on User's Feedback
Answer / ananymousb
U can directly use the function
ExecuteFile "vbsfunctionname.vbs"
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / bfakruddin
ExecuteFile "path of file"
this is useful for only one action where you have mentioned
this line
if your test should contain that vbs file you need to go for
menu item "File" --> "Settings" --> "Resources" --> click on
+ button and show the path of your .vbs file
it will take effect on all test
| Is This Answer Correct ? | 3 Yes | 0 No |
how to set one column as primary key in QTP and fetch values accordingly
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
please can you help me to get a code of flames using a visual basic 6
There is a web Table where You will find Two Columns First Column consist of Check box and Second column consist of Test cases ID(Viz T1,T2,T3....Etc); If You select any Test case ID, respective Check boxes to be checked write a VBSCRIPT for this scenario?
Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.
* ** *** Please write a code to get output like above diagram? ple explain as it how the code works?
. Program for sorting of numbers in vb script?
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
how do you make the variable declaration mandatory?what is the use of "option explicit"?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
What are the disadvantages of vbscript?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..