Posts: 42
Threads: 25
Joined: Mar 2009
Reputation:
0
07-28-2009, 03:31 PM
HI..
I have read that we can write the script without define the object in the object repositry.? is this possible? is this descriptive programming ?
If yes that what are the advantage ? EXplain me with example ?
Posts: 1,199
Threads: 5
Joined: Nov 2008
Reputation:
0
07-28-2009, 03:45 PM
Yes, This is Descriptive Programing. Have you searched on this forum, there are loads of info here on Descriptive Programming.
write 'Descriptive Programming' in the search box above and click search. you will get many links for this.
Posts: 44
Threads: 1
Joined: Jun 2009
Reputation:
0
07-28-2009, 04:56 PM
Hi nirmal,
Yes... You are right.. Descriptive programing do not need objects in OR.
If you want to write test script before the release of the system or when the application is under development, then you will go for descriptive programming. As saket said there are lot of examples for descriptive programming in this forum. You can make use of them.
Thanks
Posts: 18
Threads: 7
Joined: Apr 2009
Reputation:
0
11-19-2009, 05:50 PM
Yes, we can write code without defing the object in OR. This could be accomlpieshed by suing the Descriptive Programming. where during the run time through code we would create the run time object.
e.x-Browser("micclass:=Browser","name:=www").Page("micclass:=page","title:=www").WebEdit("micclass:=WebEdit","name:=username").Set "noone"
Posts: 10
Threads: 0
Joined: Dec 2011
Reputation:
0
01-03-2012, 05:29 PM
one main advantage is see there is object called " log out" .this object is common for all the screen.but in real time while you are executing the script you do not know from which page you are logging out .that time your descriptive prog helps lot