what are the disadvantages of descriptiveprograming
Answer Posted / naren
In addition to the above ans one more important point is
The scripts developed using DP is not easily understand and
executed by the other members
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are the Application Functions available in QTP?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
How do we analyze the checkpoint results?
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
could any help me please, how to work on visual foxpro application using UFT
How to handle the exceptions using recovery secnario manager in quicktest professional?
how to do the batch testing in test director using manual testing procedure?
How will you check that your test cases covered all the requirements?
What is the Difference between copy to action and call to action?
what is the frame work in J-meter?
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
Explain the differences between table and db checkpoints?
How to handle the exceptions using the recovery scenario manager in qtp?
Tell me one scenario, the complex functionality you have automated in your project?
For which type of projects the iterative model is not suitable?