I want to learn Advanced QTP, suggest me the best faculty
in Hyderabad
Answers were Sorted based on User's Feedback
Answer / sai rajesh
in hyderabad most of the faculties cover Basic tool
features only, but Mr. G.C.Reddy teaches in Script based
Advanced Orientation.
His Organization located at Hi-Tech City in Hyderabad
| Is This Answer Correct ? | 17 Yes | 9 No |
Answer / abdulla
Learn Advanced QTP from G C Reddy, Hi-Tech City, Hyderabad.
He teaches in VBScript orientation.
*Hi-tech City*
504, Techno Residency,
Techno Enclave, Exact opposite to K. Raheja IT park
(Mindspace),
Software Units Layout,
Madhapur,
Hyderabad – 500 081.
| Is This Answer Correct ? | 14 Yes | 7 No |
Answer / ram prakash
for Advanced QTP, g c reddy is the best faculty in
hyderabad.
| Is This Answer Correct ? | 15 Yes | 9 No |
Answer / rama rao pakanati
Learn Advanced QTP from www.gcreddy.com web site.
that site is providing QTP Scripts Examples from several
sections like web, windows, database and flat files etc.
if you already know basics of qtp through that site you can
upgrade your skills easily.
| Is This Answer Correct ? | 13 Yes | 7 No |
Answer / sri ramsai
for QTP, g c reddi is the best trainer in hyderabad
| Is This Answer Correct ? | 13 Yes | 8 No |
Answer / david v
If you want learn QTP in Industry Orientation, learn from
Mr. G.C.Reddy. His class is not user friendly but definetly
you can get job with his training.
His Institution Located in Hi-Tech City, Hyderabad. fi
anybody wants to Download Testing, QTP Related Documents
they can download from his Group Home Page:
http://groups.google.co.in/group/gcrqtp
| Is This Answer Correct ? | 12 Yes | 8 No |
Answer / ranga rao p
G C Reddy Sir is the best faculty for Software Testing. He
is the only person who teaches QTP in Advanced orientation.
He has good command on:
Flat file Scripting,
Excel scripting,
Word Scripting,
Database Scripting,
GUI Scripting,
Web Scripting.
His web site is a good resource to learn QTP
Visit his site:
www.gcreddy.com
and get quality documents
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / sridhar rao
G.C.Reddy is a good QTP Trainer in Hyderabad.
He teaches in Industry orientation, if you have Programming
knowledge then only his class is understood.
First I Learned QTP at Ameerpet, but i didn't get job with
that content. Later with one of my friend's reference i
joined G.C.Reddy' Institution and got job.
| Is This Answer Correct ? | 10 Yes | 8 No |
Answer / sunder
if you want to learn advanced qtp, then g c reddi is the
bwst option, he teaches in industry orientation.
for providing QTP information he started web site
www.gcreddy.com
it is very good in providing scripts
| Is This Answer Correct ? | 10 Yes | 8 No |
Answer / manimaran
QTP Training Person to person available at trainighub Please contact us traininghub.in
| Is This Answer Correct ? | 1 Yes | 2 No |
Explain Checking XML....
Is there anyone can tell me where I can download free or trial QTP? I tried HP website, it was not there anymore. If someone know, pls send me URL. Tks...
I am verifying the actual vs the input value to make sure that they been entered correctly. In the Global Sheet I have a column called Customer with the multiple names in each row and now I am trying to capture the value during runtime under the column name Customer_in_Apps. Somewhat it works but during runtime the values are being stored in each column vs each row i.e., Customer_in_Apps, Customer_in_Apps1. Automatically it add columns instead of rows. row=datatable.getsheet("Global").GetRowCount for x=1 to row datatable.getsheet("Global").SetCurrentRow(x) Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Val1=Datatable.Value("Customer",dtGlobalSheet) Val2 = Datatable.GlobalSheet.AddParameter("Customer_in _Apps",runtimevalue) If (trim(Val2)=trim(Val1)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &_Val2 else Reporter.ReportEvent micFail, "Customer validation unsuccessful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &Val2 End If Next
What are the types of Object Repository’s in QTP?
In this bellow script QTP is not able to getting no. of Links from my Browser. Set desc=description.create desc("micclass").value="Link" Set obj=Browser("creationtime:=0").page("title:=.*").childobjects(desc) msgbox obj.count I am getting "General Run Error".Why QTP is not supporting my Browser,but its running fine in other system.Please help me to overcome this problem.
when i was doing the Flight reservation with QTP calculating the tickets i got Type mismatch: '[string: ""]' in "If cdbl(tot)=cdbl(p)*t Then" error. where I am doing the mistake Could you please tell me.
I have a drop down box to show selected number of records in result page.It contains 4 items like 10, 25,50 and 100. when i was recordes script for seelcting each item and checking selecting number of records in the result page( it is in the same page in the table format)it is generating a new page with same controls( objects) in the OR. how to avaid these in OR? is it possible to write DP for only these lines?, remaining(remaingin lines of code) objects i want use from OR only. One more problemis if change ( add /remove properties of an OBJECT in OR , my ( recorded )application is not running.
Hi, every one aim new to automation testing(QTP),aim looking for software versions any. If any one can HELP me that will be great. Thank u.(9620427211,Bangalore)
What is test object?
What is the difference between Accessibility Checkpoint and Bitmap Checkpoint in QTP? Note: I have read it in QTP help but i dont want answer from that.......
how can you write a script without using GUI in QTP?
What is optional step in qtp? How you can add optional step in qtp?