rraghvani
3 years agoChampion Level 3
Object Checkpoints Deprecated. Why?
A great feature of TestComplete is Object Checkpoints, where one can verify multiple object properties at a time, without having to define individual mapped names.
Objects.Save(Aliases.panelPieResultsTable, "PieResultsTable", "innerHTML", "", false);
Objects.Items("PieResultsTable").Check(Aliases.panelPieResultsTable);
The above example, saves the object properties of innerHTML (table cells also include SVG), and performs a Check (after commenting out Objects.Save).
Why is this feature being deprecated?