WHAT IS THE DESCRIPTIVE programming when it is useful? &
when to use this ?
Answer Posted / sreeprasad
1st Descriptive Programming is all about identifying an object
uniquely.
descriptive programming in QTP means whenever qtp facing
dificulty with obj identification then we will go with
regular exp or desc prog it means identifying obj unique
prop from the script itself.ex:vbwindow("").vbedit
("attached text:=username").set cdbjd
2nd answer
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 .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to convert 100 into hundred repees only and viceversa
How to customize checkpoints with parameters?
How you debug your script?
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
What is the pros and cons between QTP and Rational Robot
what is the difference between the modular framework and datadriven frame work
What is file database?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
What is the difference between byref and byval in qtp?
How do you delete unwanted results in qtp?
How to break the object spy ?
what are the challenges you have faced while testing web based application using the automation tools ?
How would you export a script from one pc to another in qtp?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.