what is descriptive programming?

Answer Posted / ravindra

Descriptive programing is nothing but without using the
objectRepositary we are writing the script for the
functionality.
Suppose we have a web application that has not been
developed yet.Now QTP for recording the script and adding
the objects to repository needs the application to be up,
that would mean waiting for the application to be deployed
before we can start of with making QTP scripts. But if we
know the descriptions of the objects that will be created
then we can still start off with the script writing for
testing.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you check ticket cost and ticket number in flight application?

810


Explain the difference between check point and output value?

714


How you can write contexts to text file in qtp?

795


How to delete an object from the object repository?

806


assume i have few url link how will i dynamically call then using descriptive programming?

1797


Can any give an example(if possible templates) how to test web application using QTP. thanks in advance

1788


how to explain a claims and insurance project?

1987


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

1716


how to disable the pop ups through QTP using a script

1946


www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example

1934


Explain in brief about the qtp automation object model (aom).

738


What is action split and the purpose of using this in qtp?

744


How do you test DLL files using automation Tool QTP?

2982


when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks

1980


how interviews will be on QTP?

1707