Q) Please any body can help me how we can create descriptive
programming if the application is not ready i.e we don't
have unique property of object ?
note:build not ready means we can't use object spy in build
to get unique property .

Answers were Sorted based on User's Feedback



Q) Please any body can help me how we can create descriptive programming if the application is not ..

Answer / qtpbibhu@gmail.com

When ever application not ready ,we have to go through the
design doc to know to flow application,type of object ,what
are the unique properties also collect screen shot .

1.Then we have to start writing of descriptive Programing
as per the flow of application
2.through design doc & screen shot we can get type of object
& unique property ,value

Is This Answer Correct ?    3 Yes 0 No

Q) Please any body can help me how we can create descriptive programming if the application is not ..

Answer / uday

This can be done if we have a well designing during project
development. The developer has to give a document(blue
print) of the application and what all objects displayed in
that screen and what all properties for each object.

If you have these properties in hand, using DP you can start
writing your scripts.

Without having these kind of docs, you cannot able to
develop automation without the application ready.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More QTP Interview Questions

I want to do QTP Certification what is the pattern of Question paper.

0 Answers  


Is it possible to use two instances of UFT on the same machine? If not why?

0 Answers  


1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?

0 Answers  


What does VBS file contain...??? what is VBS file.. ???

6 Answers   GE,


How software automation specialist enter steps in the Expert View?

0 Answers  






How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.

0 Answers   ING,


Did the scripts need lot of maintenance? If yes, why?

0 Answers  


What is the difference between QTP 8.2 and QTP 9.2

0 Answers   Nokia,


Suppose I want to use Index value of "WinEdit" in my script .But it is showing None in "Ordinal identifier" value of Testobject Details in the Object Repository.How to enable Ordinal Identifiers to capture the Index value of that particular WinEdit. I have selected "index" and clicked "OK" from Tools-> Object Identification Again I added same WinEdit to the Object repository But I did not get Index value..Please any one help me.How to enable Ordinal indentifiers

1 Answers  


What is test object?

0 Answers  


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

0 Answers  


any one can explain about QTP proocess,means where to start and how to start Scripting.

3 Answers  


Categories