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
what is the structure for the data driven framework
What is object spy in quicktest professional?
In qtp, how you can remove the spaces from string?
Describe synchronization point.
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
how to test Web application using QTP software
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
what type of framework u r using in ur organization
can test automation improve test effectiveness?
is it possible to add sheets to excel at runtime
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
How to use checkpoints in qtp ?