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
How do you check ticket cost and ticket number in flight application?
Explain the difference between check point and output value?
How you can write contexts to text file in qtp?
How to delete an object from the object repository?
assume i have few url link how will i dynamically call then using descriptive programming?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
how to explain a claims and insurance project?
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 disable the pop ups through QTP using a script
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
Explain in brief about the qtp automation object model (aom).
What is action split and the purpose of using this in qtp?
How do you test DLL files using automation Tool QTP?
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
how interviews will be on QTP?