Hi,
Am trying to download QTP 8.2 version.its not supporting
Windows Vista.Can you please help me out from this.Which
QTP version supports this.
Thanks in Advance.
Answer Posted / rupesh
qtp 9.2 and qtp 9.5 are supporting windows vista
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Approach for Installation,comaptibility,system testing
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
What are the advantages of a Hybrid framework?
banking project description for software tester
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
Can we run multiple QTP scripts one after the other without manual intervention? How?
could any help me please, how to work on visual foxpro application using UFT
Can any body please tell me the steps of keyword driven framework of QTP.
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
What is the difference between per-action and shared?
How the exception handling can be done using quicktest professional?
What is the difference between Keyword Driven test and Data Driven test?
what is object and child object.. explain ..if possible give some example for better understanding ..
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma