Forum Discussion

rraghvani's avatar
rraghvani
Champion Level 3
2 years ago

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?

3 Replies