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
How can I import environment from a file on disk?
How to remove associated function library?
Differentiate the type of test cases which can be automated and which cannot be automated?
How QTP support all types of applications (platforms)?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
How does you test a weblink which is changing dynamically?
How to save your test using quicktest professional?
How often were they executed?
How to add verification steps to tests?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
if our qtp vb Script may be Currepted then What we want do?
What is the difference between qtp and selenium?
What is meant by Output Value in UFT?
What is output value? How many types of output values are there in qtp?
Explain the features of quick test pro(qtp)?