Have you used TD?
Answers were Sorted based on User's Feedback
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
In a QTP project lets say there are 100+ function library and incorrectly we have duplicate some function in multiple libraries. How to find those duplicate functions and remove them?
what is the difference between image and bitmap check point
The hybrid framework can be implemented for any application. Is it true?
How will you report the bug and explain the defect tracking sheet you handled?
Give the syntax to load function at run time.
what is difference between wait and synchronization point.
what is aregular expression?
hi how could i get installation guide for QTP 9.0 on XP help me for this !!!!!
what are the principles of good testing scripts for automation?
what is exit and entry criteria of automation testing. any body wants a real time script,please mail to me. contactno;9986435766
How do you create a library file