Forum Discussion
.
Some of the parent windows would use the WndCaption property for mapping, and that property had the version number of the software. Now when I update the software, and run an automated keyword test it goes out and looks for that object with the WndCaption of Version XYZ. Since they no longer match the test fails stating the object does not exist. I was having to go in and remove that property, and since I was already putting my hands on it I was renaming everything so that it was more to clear to me what that object was. After performing this task on all my name mapping I was rerunning the tests with different version numbers, and thus far it's been executing the tests without any errors.
Just an FYI, you can also use wildcards in your mapping criteria.
Ex. if the caption was 'Application v2.0.0', you could specify 'Application v*'
Sounds like you have it working now, but if you ever have trouble finding a good static property, this might be useful.