Who is the best faculty for QTP in Hyderabad? Is it Mr.
G.C.Reddy, some are referring his name?
Answer Posted / narayana
g c reddy sir is the only one faculty for QTP in Hyderabad.
So many are there in hyderabad, but all are teaching QTP
basics only, but G C only teaching Advanced concepts.
One draw back is there, gc reddy is charging too much fee
| Is This Answer Correct ? | 12 Yes | 14 No |
Post New Answer View All Answers
How many types of parameters are available in quicktest professional (qtp)?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
Difference between test object and run time object?
please any one can explain the keyword driven framework. with gmail example.
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
Explain about the test fusion report of quicktest professional?
How to import a test case present in ".xls" file to TD under a Test set?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
What is the syntax to call one script from another?
What are the methods used in UFT to handle exceptions or run-time errors?
Explain the concept of object repository and how QTP recognizes objects?
How many types of object repository in qtp?
Does Low-level recording capture mouse movements?
Differences between quicktest professional (qtp) and winrunner?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian