Answer Posted / prasad
QTP identifies the object in the Application by LogicalName
and Class
If any Qestions Plz Ask me......Prasad4urs@gmail.com
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
How you know that a test case is a regression test case
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
What is environment variable in qtp and why to use it?
Explain quicktest professional (qtp) testing process?
How to handle dynamic objects in quicktest professional (qtp)?
Can any body please tell me the steps of keyword driven framework of QTP.
What are private functions in QTP? How they can be called from the function library?
Name the properties you would use for identifying a browser and page when using descriptive programming?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
Is qtp supports uni-code?
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
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
please give me the code for doing retesting of gmail login page using functions so the function has to give the value