Forum Discussion
rraghvani
Champion Level 3
4 years agoAlso, make sure your mapped object doesn't have a default value assigned which TC is expecting. Otherwise TC will fail to find the object.
For example, you recorded the object as ObjectType = Button and contentText = "Instruments". But during playback, contentText is changed to something else. TC will fail because it's looking for a UI object mapped as ObjectType = Button and contentText = "Instruments"