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
Answer Posted / 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 |
Post New Answer View All Answers
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
What is use of object spy?
How to open a new test using quicktest professional?
what kind of frame work you used in your last project?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Does Low-level recording capture mouse movements?
Tell some commonly used Excel VBA functions?
Difference between copy to action and call to action?
What is Unicode Compatibility?
How to analyzing test results using quicktest professional (qtp)?
How to use setroproperty?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
Explain the Different types of QTP test assets and their extensions?
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how