What is descriptive programming?

Showing Answers 1 - 3 of 3 Answers

vijay

  • Apr 25th, 2006
 

To do any thing with qtp we need OR. But if we use Descriptive program we can work with the objects which are not there in Object Repository.If we use descriptive program we can reduce the size of object repository.so QTp performance also increases.

  Was this answer useful?  Yes

madhu

  • Apr 29th, 2006
 

.Doesn't use Object Repository.We need to write properties and values that describes the object within the statement or can assign to a description object and that object name in statemnet.

It is useful when Object Repository is under repair or when we shouldn't use OB Rep.

Eg:

Browser("Dice.com - Job search").Page("Dice.com - Job search").WebEdit("FREE_TEXT").Set "tester"

Browser("Title:=Dice.com - Job search").Page("Title :=Dice.com - Job search").WebEdit("Name:=FREE_TEXT","Type:=text").Set "tester"

It is XML based.

  Was this answer useful?  Yes

sudhakar2068

  • Oct 23rd, 2006
 

To do any thing with qtp we need OR. But if we use Descriptive program we can work with the objects which are not there in Object Repository.If we use descriptive program we can reduce the size of object repository.so QTp performance also increases.

sudhakar kolla,

My email:kollasudhakar2005@yahoo.co.in.

My number:09819859346

  Was this answer useful?  Yes

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