What is deference between normal QTP testing and
descriptive programming?

Answer Posted / nanda

i think ur question might be difference between actual
programing and descriptive programming in QTP? if it is ur
question...

when u r writing script in QTP u should store all the
objects in Object Repository.
for example:
Browser("XXX").Page("XXX").WebEdit("XXX").Set "XXX"

here the browser, page, WebEdit objects should be stored
in Object repository. then only it works, else it wil throw
an error.
when u store objects in OR, some of the properties of
that object will store in OR to identify that object.

but in descriptive programming no need to store objects in
OR. it means writing and executing ur scripts with out using OR.

for example:

Browser("Name:=XXX").Page("Title:=XXX").WebEdit("name:=XXX").Set
"sss"

here the properties of objects are throwed in to script. so
no need to store those object OR.

still not getting? mail to : nanda.dreddy@gmail.com

Regards..
Nanda

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is post recovery scenario?

1647


Why is action split used by qtp?

557


What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz

1474


requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how

1477


How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?

542






What is the difference between the design-time and run-time data tables?

556


Brief the process of testing with UFT?

629


What is qtp window?

566


What are the general steps involved in the data driven framework?

552


For which type of project the iterative model is suitable?

1380


How to creating an output value using quicktest professional?

542


What is the difference between rational rose and QTP?

1780


Define virtual object?

607


How you can write contexts to text file in qtp?

588


What is test object?

700