Answer Posted / ram.polavarapu
windows based applicatios-20sec
web bssed applicatios-60sec
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the limitation to XML Checkpoints?
How to Test the mainframe application?
How to test fly out menu in qtp?
What are the different properties of an web object
How to recognise the webelement and verifying that webelement is enabled?
When using descriptive programming?
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 save your test using quicktest professional?
What are the challenges u faced in testing with crm domain? How u overcome with?
What is the basic concept of qtp?
Hi All, How to Compare two strings character by character in QTP
What is keyword view?
What is TOM in QTP?
What is the difference between call to existing action and copy of an action?
Where we can use the analog mode and where we can use the low – level mode?