I want to learn Advanced QTP, suggest me the best faculty
in Hyderabad
Answer Posted / 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 |
Post New Answer View All Answers
Can I change properties of a test object?
Why to use descriptive programming?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
what is run-time data?
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
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
Can we record an application running on a remote machine using qtp?
How do you capture tooltip using QTP?
Shall we add Local Repository to shared object repository,if yes,how we add
What is the process of synchronizing qtp and aut?
How to use Environment parameterization? Explain with an example.
Can any one send me the QTP Basic Coding Samples?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
How the smart identification is used in real time?Please explain with an example