Which is the best testing institute for QTP training in
Hyderabad.
Answer Posted / vishnu
What is the current address of GC Reddy sir? Is he taking classroom training for QTP?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is environment variable in qtp and why to use it?
What is a recovery scenario?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
How to modify the text checkpoint?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
How to use the object spy in quicktest professional (qtp) 8.0 version?
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 will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
Have you done batch testing in qtp? If yes how you are doing?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
How can you handle exceptions in qtp?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?