ContributionsMost RecentMost LikesSolutionsRe: Property checkpoint failing sometimes as it is verifying the time in seconds I am using the property checkpoint code as below, how can I use the regular expression or wild card here? aqObject["CheckProperty"](dshbrd, "WndCaption", cmpEqual, "aqConvert["DateTimeToFormatStr"](aqDateTime["Now"](), "%A, %B %d, %Y %#I:%M:%S %p")); Property checkpoint failing sometimes as it is verifying the time in seconds I created a property checkpoint to verify date and time, but sometimes it is failing as the seconds value is different. Any suggestion on how to fix this issue? Tuesday, October 25, 2022 11:17:27 AM Re: The grid row's index 0 is out of bounds This happens sometimes because of slowness. May be try adding a delay of 3 to 6 seconds before the operation (Where you are selecting the row) and see if that still happens. We have the same issue and we wrote some dynamic wait functions to wait for rows to display/visible. Re: Networksuite stopped working on Win10 and Win81 machines with TestComplete12.42 Still it didn't work for me, even after settign up the Autologin. Any other suggestions? Thanks in advance Re: Networksuite stopped working on Win10 and Win81 machines with TestComplete12.42 I am facing the same issue. Can you please help me. What do you mean by Auto-login on Win10vm? How do you set this up? waiting for an object I am using below code in one of my script. It is completely waiting 30000ms even the label is present there. I am expecting the code to work wait until the label presents and then move to next operation with out waiting until 30000ms. label = Aliases["Ascend"]["frmMDI"]["MdiClient"]["frmDesktop"]["GreetingLayoutPanel"]["GreetingLabel"]; label["WaitWinFormsObject"](30000); Re: How to wait until that process completes in the command prompt My question is, how to write a code to look for that last line in the screen shot. TC is not recognizing the text. How to create a property checkpoints for a devexpress grid in keyword scritps Hi, how to create a property check point for a specific row value in the devexpress grid. For example, find a specific row where PO# is 'XXXXX' and then verify 'Order items' for that specific PO # Looking for a solution in keyword scripts. Thanks. http://screencast.com/t/smTv2tTQPbv How to wait until that process completes in the command prompt Hi, My developers developed a process to clean the data. It runs long time when there is lot of data. I would like to close the process after it completely deletes all data. How can I tell TC to wait until that last line appears and then close it. Please see the screen shot. http://screencast.com/t/A0LSIjWv How to create property checkpoints for Devexpress column names I have created property checkpoints for column names by id. But, if the column id changes then my script is failing. I just want to make sure that expected column name are showing up in the UI. Can you please let me know, how can I do that. Thanks.