what is descriptive programming in QTP? How can be done?
Answer Posted / automation tester
Hi Friends,
In simple terms, Descriptive Programming is the type of
programming in QTP where you don't want to use Object
Repository to store the objects and its properties.
Descriptive Programming provides a means by which you can
provide the object properties in the code itself.
Check the below links for more details...
http://www.automationrepository.com/2012/03/descriptive-programming-in-qtp-the-complete-guide-part1/
http://www.automationrepository.com/2012/03/descriptive-programming-in-qtp-the-complete-guide-part-2/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
wt is the use of multiple questions in QTP
What are parameterizing tests?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
Explain the use of action split in qtp?
What is the default object synchronization timeout in qtp?
Explain features of the latest version of qtp/ uft 12.1?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
How does qtp recognize objects in aut?
What are the features supported by UFT?
How many types of parameters are there?
what the difference between shared repository and per action repository?
When do go for loop condition in test?