update recorded tests after enabling extended silverlight object tree
Hi!
I'm testing a desktop application that has an internal web server and some features have been developed on a mix of Html and Silverlight.
I've already recorded a few hundred tests, but now I came across a feature that uses a ComponentOne grid on Silverlight. After several atempts to control the grid, the only solution a found was to turn on the 'Extended Silverlight object tree' option on the project properties and access the grid via script.
The problem is that now all the recorded tests before turning on the 'Extended Silverlight object tree' are no longer working because the Silverlight objects 'path' has changed and TestComplete is no longer capable of recognizing it!
So, my question is if there is a way to update that 'path' other than having to re-record all those tests again.
Thank's!