What r steps to migrate from Manual testing to QTP?(IN BOTH
WEB BASED AND WINDOWS APP)
Answer Posted / raju
for example 100 Test cases are avaible
in the same test cases we will identifed which test cases
are need to be retest & regression testing.
afterthat we will go for those test cases to be automated.
afterthat we will provide the script through QTP
raju
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the steps involved in the recovery scenario wizard?
What is clean sweep?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
What is synchronization point in QTP?
When do go for loop condition in test?
What is the purpose of loading qtp add-ins?
How to recognise the webelement and verifying that webelement is enabled?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
Have you done batch testing in qtp? If yes how you are doing?
what is meant by source control?
How to find a window is minimized or not
What are parameterizing tests?
what is Property......End Property loop? how to write sript for it in QTP
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
How to define array in qtp?