Search code examples
sql-server-2012jscripttestcomplete

Is there a way to compare SQL Server 2012 results with an entire UI grid in TestComplete?


I'm using JScript and SQL Server 2012 to verify a grid in a UI.

Is there a way to compare SQL results to a single column? The entire grid is mapped, but nothing else. Even with the Map Object From Screen tool, I can't highlight a single row or column.

I've searched every property and mapped item I could find, but nothing get me closer to what I need.

Thanks in advance.


Solution

  • Separate rows, columns or cells are not UI objects. Using TestComplete, you can create a Table checkpoint and specify that only a single column should be verified. More information on table checkpoints in TestComplete can be found in the About Table Checkpoints help topic.