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 |
I have the script like this: Browser("Philips Web Login").Page("Philips CL DMS2 Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. If i want to get that value "DC3701737" in to a variable, how? pls let me know if you didn't get the question. Help me out in this.
How many types of recording modes in qtp? Describe each type with an example where we use them?
how to connect qtp to sqlserver?(if any body know about this please send mail to me:sheik_feroz5@yahoo.com)thank u
Write a Script With descriptive programming(Without Repository) to update an Update an order in Flight App and verify whether it is done successfully.(Use ChildObjects method)
How QTP support all types of applications (platforms)?
what is the process to follow between writing the test cases & then atomating it?
how can we group that these test cases only should be automated and in which order you execute that test cases
How to create basic scripts from a manual test case in QTP?
What is the significance of “action 0” in qtp?
As u told write Libarary files in QTP. Do u use ever oject repositary 0r spy while writing scripts and for which type of testing u prepared test scripts.
what are the limitations of automation testing?
Hi All, I am a beginner in QTP and have understood the basics of QTP by going through tutorial. I am trying to Automate a HRMIS application, What is the right approach to Automate this application. Kindly answer. Thanks in advance