Forum Discussion
1 Reply
- rraghvani
Champion Level 3
Use Object Spy on your table and decide which properties would be suitable to verify. For example, I'm expecting the property contentText in the table to be ordered as 1, 2, 3, 4, 5.
aqObject.CheckProperty(Aliases.YourTable, "contentText", cmpEquals, "1 2 3 4 5");