ContributionsMost RecentMost LikesSolutionstestComplete not recognizing the object. I'm working on a desktop application, but TestComplete can't recognize all the objects. This application is based on a grid, but it can't recognize the cells in the grid. I added the wndclass in MSSA, but it doesn't work. How can I solve this issue? Parameter the routins and tests I want to use a routin (method) in different tests, depend to the test it has to use the routin with required test data I mean if Test 1 use reusable method with Data1 if Test 2 use reusable method with Data2 if Test 3 use reusable method with Data3 if Test 4 use reusable method with Data4 how can i manage this in testComplete and with javaScript SolvedRe: Convert time to number I change the format to %H%M then i used aqConvert.StrToFloat and it works. Re: Convert time to number thanks rraghvani but i need the numeric format in my test i have 00:10 and in the same test when i have to verify the exact time in the report we have 0.17 and that comes from this formule 10 divide 60 = 0.17 i used different format str to float and ... but it doesn't work because the initial format is time not integer Re: How to click last row of the grid? I found the solution , with rowCount , i found the number of row , and in adress of Object i used the full name and instead of the number of row i wrote rowCount and it works Convert time to number I want to convert time to numeric value in testcomplete SolvedHow to click last row of the grid? I want to click on the first cell from the last row in the table ? with Spy , i can fond the name of last row but because the last number of the row depends to the data and data every time change , i want to click on first cell of last row , i mean i want say to the test go find last row and get value of the first cell with (Ctrl+end ) , test is able to find last row but I can't click on it at the same time Solvedverify all the value in drop-down list with test Complète how can i verify all the value in drop list ? lunch application via citrix i'm working on desktop application , my acces on this application is via Citrix , how can i use testComplete for lunch the app Reusing a block of code a block of code is repeated in some of my tests , i want to create a class or function and call them to different tests instead of repeat the code each time , i know with keyword test we have the possibility the create data driven loop can we create data driven loop in script also ? or there is another way to call this part of test? thanks for your help