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
Get the count of files of similar types from a folder.
Both static and dynamic arrays are handled by the vb script. Is it true?
what is the difference btn risks & Therads in the Test plan documentation?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
can u please explain what is the exact difference between qtp8.2 and 9.0
QTP script is not working on other's machine..
Can U Explain about QTP tool from older version to latest version also its differences?
How do you test DLL files using automation Tool QTP?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
write script for bitmap image?
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
How did you resolve conflicts present in Object Repository?
What is business process testing(bpt) in qtp?