Answer Posted / johnson
For 1)or 2)testdata 3)recovery scenario 4)testscript 5)results 6)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 the hierarchy to use properties in descriptive programming
How the exception handling can be done using quicktest professional?
Why is action split used by qtp?
Tell some commonly used Excel VBA functions?
How to change the priorities of the recovery scenario properties?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
What is the differences between image check point and bit map check point?
Is it possible to change the property value at runtime? How it is possible?
In Remote acess server how u run a test?
How to find the length of the string in qtp?
How can i initiate the objects to find uniquely in OR
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
What is active screen?
Is it possible to call win runner script in qtp?