tags:

views:

31

answers:

1

is Discriptive Program needed Object Repository? give me an example.

A: 

Descriptive programming is used when we want to perform an operation on an object that is not present in the object repository. The QTP documentation has lots of information on this and many blogs on the internet have articles, such as : Descriptive Programming Simplified.

Please restate your question if you want more help.

Edward Leno
Dialog("text:= Login").WinEdit("attachedText:= Agent Name:").Set "Malli"Dialog("text:= Login").WinEdit("attachedText:= Password:").Set "mercury"Dialog("text:= Login").WinButton("text:= OK").Clickthe code is worked without using OR (Object Repository)
Prime