ContributionsMost RecentMost LikesSolutionsRe: Orders Tutorial Checkpoint Hi gang, Thank you for your help. The tutorial states: "In the Condition column, leave the default comparison condition, Equals (case-sensitive)." For whatever reason this always failed. I restarted TestComplete this morning, then I re-recorded the test again, and manually selected "Equals (case-sensitive)" it worked. It's the strangest thing. I recorded again, and this time left the comparison default, without selecting anything manually, and it still works. I'm so confused. Maybe the reboot fixed it? How odd, whatever it works now! Orders Tutorial Checkpoint Hi, While trying to complete the Orders tutorial using the recorder, my test always fails during the Property Check point. Following the tutorial, the checkpoint checks row 5 for the changed text "Mark Twain". Property Checkpoint Aliases.Orders.MainForm.OrdersView, "wItem(5, 0)", cmpEqual, "Mark Twain", ... Checks whether the 'wItem(5, 0)' property of the Aliases.Orders.MainForm.OrdersView object equals 'Mark Twain'. Unfortunately, the key test always fails with the following error message: Unable to perform a property checkpoint, because the object "Aliases.Orders.MainForm.OrdersView" does not have a property named "(null)". What gives? I am not checking for a property named null, and I can clearly see the test change the value before the Check point fails. I am very confused. Any help would be appreciated.