In web page there is five OK buttons available, while
recording i click on 3rd OK button, How QTP identify the 3rd
OK button while running script? Is qtp identify 3rd ok button?
Answers were Sorted based on User's Feedback
Answer / mahendar
While recording the tool will captur all the properties and values... And it stores in the local object repository based on what are the settings made by you initially.... So that tool will identity the object when u play back
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / qtphelper
If its record and play back definetely it should work using
smart identification mechanism in QTP. If its not recording
and you are adding objects to the OR and while writing DP
then we should go for ordinal idenitifier.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / steveaustin
its is similiar to ARRAY ..cmd button property.. like if
we have more no of character represented as
a[0]='x',a[1]='y'...........a[n]=''..
as like this qtp create's a unique values for the cmd button
like
cmd1,cmd2.. according to the userdefined names to the cmd
button for their corresponding action to be executed at the
time of their function call
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sandeep.yerraguntla
In QTP object properties can b recognised using object spyq
in that object spy window select identify properties radio
button it will show all the child properties of the
particular selected object.
| Is This Answer Correct ? | 1 Yes | 3 No |
Explain features of the latest version of qtp/ uft 12.1?
If a script has a local repository and also uses a shared repository, which repository will QTP use first when searching for an object during playback?
1. What is diffrence between Analog Recording And Lomlevel Recording ?
How to break the object spy ?
How will you handle application crash using recovery scenario manager(step by step process)?
What is the use of running the scripts in Hidden-mode in UFT?
What is the difference between link and hyperlink?
what is keyword driven testing
what is descriptive programming?
How to record right click of a context menu and click on the selection ?
How many types of Test Plans are there...??
What is the difference between rational rose and QTP?