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 |
Can we directly automate testscripts accrdoing to requirements
2 Answers CitiGroup, Novartis,
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
How open an excel sheet in QTP(not a run time )?
can u tell me the the cost of automation tool QTP ?
For Regression testing already written test cases are sufficient?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
0 Answers Mannar Company, Wipro,
Which version of QTP is using by companies nowadays?
what are the different kinds of frameworks in automation?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
How do you script a nested loop in QTP? I am showing a snipet of my code. Any suggestions to help me get this to work would be great appreciated! STEP A - Customer Number: No loop - ISBN: Loop STEP B - Customer Number: Loop - ISBN: Nested Loop Here is the code I am using now. I am using i for the loop and j for the nested loop in STEP B of my script. =========================================== 'CREATE AN ADDITIONAL CUSTOMER Dim myNum, RowNum, RowCnt2, val2, total, i DataTable.ImportSheet "C:\QOE Data - UAT1.xls" ,"Data" ,"Global" RowCnt2 = DataTable.GetRowCount i = 1 DataTable.SetCurrentRow(i) ' Set row to one Do while Not i > RowCnt2 i=i+1 DataTable.SetNextRow MsgBox Datatable.Value("Customer_Num") Msgbox i Msgbox RowCnt2 If Not i > RowCnt2 then val2=datatable.Value("Customer_Num","Global") OracleFormWindow("Sales Order").SelectMenu "File->New" OracleFormWindow("Sales Order").OracleTabbedRegion("Order Information").OracleTextField("Customer Number").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Order Information").OracleTextField("Customer Number").Enter val2 End If 'CREATE SECOND ISBN LIST DataTable.ImportSheet "C:\QOE Data - UAT1.xls" ,"Data" ,"Global" Dim j, RowCnt3, val3 RowCnt3 = DataTable.GetRowCount For j = 1 To RowCnt3 DataTable.SetCurrentRow(i) ' datatable.getSheet("DataTable").setNextRow If Trim(DataTable("ISBN",dtGlobalSheet)) = "" Then j = j - 1 Exit For End If Next 'Define ISBN rows If RowCnt3 <> j Then RowCnt3 = j End If 'Loop through ISBN rows For j = 1 To RowCnt3 DataTable.SetCurrentRow(i) val3 = Datatable.Value("ISBN","Global") msgbox j If j = 1 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item").Enter val3 else If j < 16 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_"&i).SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_"&i).Enter val3 else If RowCnt1 => 16 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").InvokeSoftkey "DOWN" OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").Enter val3 end if end if End If Next 'EXIT APP msgbox i loop Browser("Browser").Page("Oracle Applications 11i").Sync Browser("Browser").Close ========================================== It isn't working correctly in my nested loop in STEP B (for ISBN). Any ideas?? Thanks! SBsteve
WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
Hello, I am facing problem to check textpoint for mercury application . I have inserted checkpoint to check flight summary for place of departure and arrival with datatable and script look like "Browser("Find a Flight: Mercury").Page("Book a Flight: Mercury").Check CheckPoint("Book a Flight: Mercury_4")" but while I am executing this script at last my check point gets fail and display Text Checkpoint: captured "" between Summary and 4/31/2008FLIGHT , expected "Acapulco" Match case: ON Exact match: OFF Ignore spaces: ON I think value from data table is not fatched so please guide me what I have to do to overcome this problem.. Thanks