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


Please Help Members By Posting Answers For Below Questions

What are the Application Functions available in QTP?

1752


How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?

3307


How do we analyze the checkpoint results?

827


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?

1699


could any help me please, how to work on visual foxpro application using UFT

2059


How to handle the exceptions using recovery secnario manager in quicktest professional?

908


how to do the batch testing in test director using manual testing procedure?

2042


How will you check that your test cases covered all the requirements?

818


What is the Difference between copy to action and call to action?

841


what is the frame work in J-meter?

1860


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

1741


Explain the differences between table and db checkpoints?

786


How to handle the exceptions using the recovery scenario manager in qtp?

809


Tell me one scenario, the complex functionality you have automated in your project?

1759


For which type of projects the iterative model is not suitable?

1695