Can we write class for vb script in Quick Test Professional?
Answers were Sorted based on User's Feedback
Answer / ddpras
Yes, Place the vb script in functions/procedures. Create a
new class and place the fun or procedures inside of the class.
create an instance for the class access the methods outside
as external source.
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / rakee
To find out in this answers given this link:-
http://www.btechguru.com/showSubMenu.php?mid=3&smid=11&ssmid=33&smcid=104
| Is This Answer Correct ? | 1 Yes | 2 No |
What are the challenges you faced during you entire life automation ?
Can we set a timeout for the msgbox.I want the msgbox to disappear after 2 seconds during the script execution without clicking on the OK button manually.
How can i select multiple values from drop down list using vb script in qtp? and wt is the script for clicking msg box box automatically with a specific time. Thanks in advance...Kalyani.
Please can you give where can we get good QTP Training at Hi-Tech city Hyderabad?
For Usability testing, which is preferable Automation or Manual?
How to retrieve particular cell data in excel sheet ?without importing method.
what is database check point, how will you parameterize the database from seperate data table?
Explain about Test Fusion Report of QTP?
Hi all, what is the latest version of QTP?
This is Ajay i have few douts if anybody know pls give me reply. 1. i have opend 2 gmails i am working with 1 gmail i want to close other gmail by usig script. 2.i have 10 links in a page all of them have same properties& names i want to click on 5link by using script. 3.i have one combobox in that i want to see all the citynames in the combobox and i have to check weather hyderabad is present or not. 4. size of objectrepository. 5.what r problems we get during writing the script. 6.is it possible to compare to excel sheets in qtp if possible wht is the script. 7.example for lowlevelrecording
What is the process for creating an automated test script using QTP assuming you have reviewed the manual test case and understand the requirements?
Explain calling sub procedure.