Who is the best faculty for QTP in Hyderabad? Is it Mr.
G.C.Reddy, some are referring his name?
Answer Posted / vineel singh
G C Reddy sir is the best faculty for QTP and QC Training,
he has sound exposure on:
Flat file scripting
Excel scripting
Database Scripting
XML Scripting
GUI Scripting
Web Scripting
and Framework Developement & Implimentation
GC Reddy has launched
www.gcreddy.com for QTP Information
www.gcreddy.net for Manual Testing Information
www.gcrit.com for Software Testing Information
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
What is Curd testing?
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
What does it mean when a check point is in red color? What do you do?
please post the interview questions for QA position in FACTSET
Explain types of descriptive programming?
Can we create user defined functions in qtp?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
How to record application running on the Virtual machine?
How does you test a weblink which is changing dynamically?
What are the advantages of a Hybrid framework?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
how will you load the test cases in ddt?
How to get Traceability matrix from TD?