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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / nidhi jain
Suchimita is correct.
For example - your radio button is customize and every
client changes its option as per their requirement then you
can use following code
WebRadioGroup("value = ...").select".."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the differnce between action & script
Explain QTP testing process?
What are the types of Object Repositories in QTP?
While scripting do we use any reference. may be we have 2 0r more same objects that time how do we write scripts
What are the abbreviations for tsr and mtr?
17 Answers Ordain Solutions, TSR,
The interviewer asked me when u recorded one application.object repository properties are saved with .tsr extention. in qtp expert view wherever mouse is there that snapshot displayed in active screen but some recored script lines are not displyed in actives screen y?
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.
In qtp, how you can exit for loop?
Write the regular expression code, it accepts the alpha, numeric and special symbol and the first character should be the Alphabet. Tell me the answer
In my script there is a link(e.g. 'My Page') when I execute the script sometimes(not every time) QTP throws an error that "My Page(as link)" not found. Pleaase tell me where I need to update
Is it possible to call out to Java from QTP?
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?