Tell about descriptive programing in qtp8.2?

Answers were Sorted based on User's Feedback



Tell about descriptive programing in qtp8.2?..

Answer / vishu

Descriptive Programming is all about identifying an object
uniquely. And there is no defined frame work for it. Frame
work depends on the project.

This is the code for Yahoo Photos Website you can do the
same for the yahoo by changing the values in the required
places.

CODE: Browser("title:=Yahoo! Photos*.*").page
("title:=Yahoo! Photos*.*").WebEdit
("name:=login").set "srinivas"
Browser("title:=Yahoo! Photos*.*").page("title:=Yahoo!
Photos*.*").WebEdit("name:=passwd").set "test"
Browser("title:=Yahoo! Photos*.*").page("title:=Yahoo!
Photos*.*").WebButton("name:=Sign In").click

Is This Answer Correct ?    1 Yes 0 No

Tell about descriptive programing in qtp8.2?..

Answer / sravanthi

If the description of the object specified in the program
itself can be called as descriptive program.Using this we
can execute test script without entries in the OR

Is This Answer Correct ?    0 Yes 0 No

Tell about descriptive programing in qtp8.2?..

Answer / girish

hay ur example on yahoo photos was really a an excellent
one i am actually new to descriptive prograimng if possible
can u send me some more examples or any related stuuf to
my mail id please at tatabirla84@yahoo.co.in


thanks in advance

Is This Answer Correct ?    0 Yes 0 No

Tell about descriptive programing in qtp8.2?..

Answer / imran sheikh

Objects in QTP are recognized by it's properties. When
object cannnot be recorded in OR or cannot be added in OR
due to some reason, we can identify an object by
Descriptive Programming. Small example of web application
which make DP clear is: Suppose there is a link which is
phone number, everytime we log-in with different user phone
link is changed. if we want to click the phone number we
cannot create it's object in repository because OR will
capture the present phone number,next time with second user
it's phone number link will not be clicked.To do that:

Set phoneLink = Description.Create
phoneLink("html tag").value = "Link"
phoneLink("name").value = DataTable.value("phone")
Browser(brw).Page(pg).Link(phoneLink).click

Here 'html tag' and 'name' are property whose value you can
confirm from Spy. If value of phone is there in DataTable
you can use as specified, else you can use regular
expression.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

WHICH functionalities of QTP used in Banking project?

2 Answers   Tarang, Wipro,


how to merge object repositories?

4 Answers  


Explain features of the latest version of qtp/ uft 12.1?

0 Answers  


Hi Friends ,I want to Know name of the Site for the QTP Help and the Best Book through that I can start the QTP Practice here also whare can I download the QTP Users Guide I search I was Unable .

4 Answers  


What are the Features & Benefits of Quick Test Pro ?

1 Answers   Crea,






Diff b/n image n bitmap checkpoints?

2 Answers   iGate,


Hi All, How to get repeated word in string . Thanks Balaji

0 Answers  


How many ways we can parameterize data in quicktest professional (qtp)?

0 Answers  


how to recall a function in QTP?

3 Answers   Ordain Solutions,


what is the difference between development and testing

1 Answers  


what is difference betweem class annd object?

1 Answers  


Can any one please explain hwo to test client/server application using QTP?

3 Answers   Patni, Value Labs,


Categories