can objects recogonised without repository?
Answer Posted / megha s iyer
Descriptive programming is doing programming giving
description for an object in terms of value of the
properties of the object and recognising the object during
runtime without storing the object and its properties in
object repository.
For example:
If you want to identify the winedit object with the value
100 and ie editable in it we can write descriptive
programming for this in the below given manner:
Set objdesc=Description.Create()
objdesc("Class Name").value="winedit"
objdesc("text").value= "100"
objdesc("Enabled").value=True
Window("XYZ").Winedit(objdesc).Set "123"
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is test object model in quicktest professional (qtp)?
How to use conditional loops in qtp ?
How to use actions in qtp ?
which type of testing process are you following in ur company? how to recognize a qtp page?
what is meant by source control?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
can any one say that where we can download the QTP trail version ??????????
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What is the parameterization? Give one example?
How many ways we can parameterize data in quicktest professional?
Through array we can execute the testcase how ? give me example
What are the different types of recording modes in qtp? Which will be used when?
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
Explain building blocks of the bpt framework ?
when u script reveiwing in which area u more concentrates?