You have an application version 1 with 5 combo boxes,
Developers develop version 2. Here they replaced bottom 3
combo boxes with each other. While executing the Test
script for version1 no errors. When we execute the Test
script for version2 that QTP showing the error
message "Object not identified" remember no property
changed in version 2, ordinal identifier also disabled.
Find what properties might change here in this scenario
Answers were Sorted based on User's Feedback
Answer / soumya
I think if you can consider x,y coordinates, then index property is also one which could have been a reason.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / bfakruddin
@ Nalini:- Are you sure.... Nalini, Objects have window ID?
@ Praveen:- No buttons is available buddy. read the question
clearly
The first answer is correct here, X, Y, absX, absY
properties are changed for these combo boxes, previously QTP
identified the Object by using these properties, now these
are changed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sureshsinghbhandari
@ Bfakruddin - How you can say, due to change in X, Y Properties QTP is not able to identify the Object; These are the Ordinal Identifier.
If ComboBox Mandatory Prop (html tag, name, type) changes then it might QTP show an error message "Object not identified"
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nalini
Window id property value might be changed if the property
of combobox exists in the OR.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / praveen
The only problem here is change in the mandatory
properties.As combo boxes were replaced with buttons,the
mandatory properties of those perticular should also be
changed in the script.If not Quichtest throws an error.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / rentalavdml
In the question they specified bottom 3.So may be X and Y
cordinates
| Is This Answer Correct ? | 2 Yes | 5 No |
How is a Step generator used in UFT?
If I change the object name in one action will it be updated in all the actions? Or not?
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
How to create an Action Template?
what are the different kinds of frameworks in automation?
Hi ,Can any one pleas explain how to test splash objects using QTP?
How to do Batch run in qtp? provide the steps?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
What does SPLIT and JOIN commands do in Vbscript?
6 Answers Ordain Solutions, UBC,
How to modify object property in qtp ?
What is the extension of script and object repository files?