Who is the best faculty for QTP in Hyderabad? Is it Mr.
G.C.Reddy, some are referring his name?
Answer Posted / imran nazir
yes g c reddy is a good faculty for qtp testing tool. his site
www.gcreddy.com having lot of qtp script examples and documents.
from that site anybody can learn qtp.
he is also providing Public training at hi-Tech City in
Hyderabad.
Mr. G C Reddy has sound knowledge in:
Descriptive Programming
Vb Script
Web scripting
Excel scripting
GUI Scripting
and Designing and Implementation of Automation Framework
| Is This Answer Correct ? | 74 Yes | 10 No |
Post New Answer View All Answers
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
How to handle Java tree in QTP?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
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
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
How to analyzing test results using quicktest professional?
Explain the views in the QTP GUI?
How to associate shared object repository to test in qtp?
What is qtpro? What is quick test pro?
How did you use regular expressions in QTP and also in WR?
What are the different attribute used with regular expression?
What contains Data Driven Framework document in qtp?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api