what is reusable action and how the same can be implemented
(process)?
Answer Posted / f
urmomdon't no dis answer!
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the extension of the qtp local repository?
what is the difference between development and testing
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 recording modes in wave event?
What are the common defects found in your project? (in qtp interview)
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
Where you are storing your script?
What are the automation metrice in your project?
what is the difference between the modular framework and datadriven frame work
how to do the batch testing in test director using manual testing procedure?
How to open a new test using quicktest professional (qtp)?
With what extension you can save the list of tests in a file to run in test batch runner?
What are the types of object repository?
Where we can use the synchronization?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly