Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How many types of parameters are available in quicktest professional (qtp)?

1092


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?

2014


Difference between test object and run time object?

1059


please any one can explain the keyword driven framework. with gmail example.

2151


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

1967


Explain about the test fusion report of quicktest professional?

1004


How to import a test case present in ".xls" file to TD under a Test set?

1280


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

4685


What is the syntax to call one script from another?

1094


What are the methods used in UFT to handle exceptions or run-time errors?

1159


Explain the concept of object repository and how QTP recognizes objects?

1131


How many types of object repository in qtp?

1152


Does Low-level recording capture mouse movements?

1100


Differences between quicktest professional (qtp) and winrunner?

1235


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

2093