What is descriptive Programming in qtp.
Answers were Sorted based on User's Feedback
It is method to write the script even before the application
is ready. It is done without objects in object repository.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sudeepthz
Actually QTP identify the objects with the object
properties. and all the properties will store in the
Repository. But by using the discriptive programming we have
to give the property name of the object to identified by
QTP. So there is no need of third part to identify the
object.. and it will increase the QTP performance speed. And
the discriptive programming is used for the dynamic objects..
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / meenakshi.patil
whenever we make use of object reprository in qtp,this
object reprository disply's the properties of object,thus
such a huge storage property of an object make qtp to run
slowly.Thus to overcome from such a drawback of object
reprository in qtp we make use of descriptive programming
in qtp.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ashok
without using object repository...we can able to run the
scripts using descriptive programming..whenever object
properties are changed,or objects are not recognized
properly..and object repostiroy size will increase..that's
the reason we write descriptive programming..just we add
the properties in our scripting.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anil grandhi
Test engineers are preparing test script manually without
going to recording concept and without using object
repository. After preparing script manually then they are
describing descriptions of objects or windows in script
itself in terms of physical properties.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is Compile Module in QTP? what exactly it contains Functions or Actions?
How to findout the number of spaces with in STRING For Ex : STRING is " RAJ IS A SOFTWARE ENGINEER " Please send me the answer
We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario
without Qtp features can we automated?
What is Distributed testing? How does UFT support it?
how to retrieve the value from data table to the script and using the value to be displayed in message box. an also retrieve the value of the output value during runtime to the script or separating and using that value in the script.
if there is two login button in your page, how you know that this login button is correct for login .
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
. Types of properties that Quick Test learns while recording?
what is the syntax for regular expression in QTP? how to create user defined functions in QTP?
write a qtp code to count the number of child objects in login page and highlight it
hai,i want to select an option from the right click pop up menu.but the qtp is not recognizing the right click pop up menu as a seperate object.can any one tell me the solution.