Forum Discussion
AlexeyKolosov
Staff
14 years agoHi Tatiana,
You've already submitted a support case regarding this problem, so let's continue working on it in that support case.
Here is a copy of our latest reply from that support case just in case:
You've already submitted a support case regarding this problem, so let's continue working on it in that support case.
Here is a copy of our latest reply from that support case just in case:
TestComplete scripts are not supposed to fail due to the naming difference: both "abc" and "Item("abc")" are supposed to work when you address an object via its full name. This, however, will not work if you use the Name property for objects identification in the FindChild method or in your Name Mapping scheme. If this is the case, you will have to change your scripts and/or Name Mapping scheme.
If the object cannot be found when addressed via its full name, I recommend that you try following the suggestions provided in the Handling the 'Object Does Not Exist' Error help topic - it's possible that some recognition criteria need to be fixed. If this suggestion does not help, please zip your entire project suite folder along with the log of the failed test execution and send me the archive. Make sure that messages in your log correspond to the latest version of your tests.