what is the use of descriptive programming in QTP ? when we
need to use DP? can we test the application completely with
out useing DP?? please explan with example
Answer Posted / suchismita
descriptive programming in QTP means whenever qtp facing
dificulty with obj identification then we will go with
regular exp or desc prog .
without using the objectrepository, and by using the
objectspy we will write the DESCRIPTIVE programming .
when ever we will go to DESCRIPTIVE programming :-
1.when ever objects are dynamicaly changing.
2.when ever QTP is not going to recognise the objects.
3.when ever objectrepository size is huge automatically QTP
wil get down slow.
4.when ever not yet develop the build then only we will use
DESCRIPTIVE programming .
Yes we can test the application completely without using
DP.hera we can use Object reposotary.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
Can launch two instances of qtp on the same machine?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
Why is Client side image is preferred over server side image?
Explain in brief about the quicktest professional automation object model?
How to test login module with different username and password by using data driven testing in QTP?
How to integrate the qualitycenter with qtp
How you debug your script?
Define object spy ?
What is Unicode Compatibility?
Explain the concept of object repository and how quicktest professional recognises objects?
What are the main differences of qtp and win runner?
What is the Difference between copy to action and call to action?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
what is stepin & stepout?