What are parameterizing tests?
No Answer is Posted For this Question
Be the First to Post Answer
In website, protocol has been changed http:to https what you will do? tell me your approach?
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 are the types of object repositories? Which one is you are using?
What is throw Object?
Which scripting language used by QTP?
what is the frame work your using in automation testing
How to retrive XML file data in QTP ? using Script(Chandana)
How i can change shared repository to per test repository in qtp
How can i initiate the objects to find uniquely in OR
How do you return a value from a function
What is the difference between keyword view and expert view?
What are the main differences of qtp and win runner?