What is Descriptive Programing? In which cases, we will go
for descriptive programing?
Answer Posted / ashish srivastava
1.When you do not want to use the Object Repository and
want to sepcify the property value of an object by writing
on the script.In that case we use Descripting Programming
(DP)
2. When we want to create function inthe external file such
as class File Library then we use descriptive programing.
3. When we know the property value of the object that are
use in the application by the developer ,so we can start
writing the script before the application come to the AUT
(Application Under Test).In that case we can use
descriptive programming
4. When we want to reduce the size of the Object Repository
In that case we use descriptive programing
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
Discuss quicktest professional (qtp) environment?
How you know that a test case is a regression test case
Can we write winrunner language i.e TSL in QTP tool?
How many lines of code in each script of QTP?
Where we can use the analog mode and where we can use the low – level mode?
Is it possible to call win runner script in qtp?
what is the difference between modular framework & datadriven framework
what is command for executing files?
Write a script to verify font style and color of a windows object using descriptive programming
What is difference between run time object and test object?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
hi nani my doubt is how does qtp process metrix related to software process.
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))