Answer Posted / nagender
1. Windows
2. VB
3. Web
4. Active X
| Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
What is a checkpoint? How many check points are there in qtp?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
What is use of object spy?
How you can replace string in qtp?
What is the difference between analog and low level recording?
How to get the particular property value?
How to create runtime property for an object?
What is action? How many types of actions are there 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
how to do the batch testing in test director using manual testing procedure?
What is test object?
How can i initiate the objects to find uniquely in OR
To which environments does quicktest professional (qtp) supports?
How to find the name of the machine where you are running your automation scripts in qtp?
What is expert view and keyword view?