What is the main objective of Descriptive Programming

Showing Answers 1 - 6 of 6 Answers

Vijay

  • Jan 18th, 2007
 

The main Objective of Descriptive Programming:

For Example, During Run Time u might not Know, how many Checkbox appears in a web Page, U have to Select all the Checkbox that appears. Then comes the Use of Descriptive Programming where u Describe the Testobject Checkbox with certain Properties and Check all the Checkbox that appeared during Run Time irresepective of the number of Checkbox appeared.

  Was this answer useful?  Yes

m.sureshbabu

  • Jan 18th, 2007
 

Without using OR ,we can goto Descriptive Programming.

Adv is Execution is very fast compared to OR

Any queries

sureshmuppasani@gmail.com

  Was this answer useful?  Yes

msusmitha

  • Jan 25th, 2007
 

Mr Suresh is correct it is a program if at all the description is described in the profram itself then it is known as descriptive programming in the automation we have to write the script manually, then the object repository is empty. nothing is stored in the object repository. that is in the descriptive programming there is no need of OR. Compare to the scripting in the record mode, the descriptive programming will take less time for running.i think u understoodsusmithamadhav_sus@yahoo.co.in

  Was this answer useful?  Yes

anupama

  • Feb 22nd, 2007
 

The main objective of descripive programming is without stroing the object information in the object repository, we can write the script in the testpane and we can describe the object there itself

  Was this answer useful?  Yes

Kiran H H

  • Mar 7th, 2007
 

Descriptive programming will come into assitance where OR cant,  like dynamic creation of GUI Objects.
Note: Decriptive Programming will not be replacement for OR, Both should be used on wisely.

  Was this answer useful?  Yes

Descriptive programming is not a replacement of OR, but its mainly used when we have to deal with dynamic objects which change their properties during the runtime and if we use OR then these would fail. We can then create a description of an  object at the runtime and then use it 

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions