ContributionsMost RecentMost LikesSolutionsI think I encounter a TC bug...So I make a bunch of small test files, with parameters. Then I connect all of them in a big test with data driven excel. The test run perfectly fine. After a while, I come back to run the test and encounter errors such as can't find a particular object, or a particular action fail because can't see the object that it was clicked on previously. There was a test that suppose to click on the text box and take input from the excel to replace the default value. It worked great in the beginning, but 1 week after, it fail to find the text box. I tried to delete all the steps but not the test file, re-record the steps and try again, same values and objects' names and everything, still fail. Then I delete that whole particular test file and make a new one, record the same steps again, and it works. I am really frustrated right now as I have to keep coming back to check and make new test files for fail ones. Anyone else encounters the same problem and know a fix for this?How do I get a loop of repetition action?Say I want to click and create point on a map, but using data driven method, I would need to create an excel sheet to store X and Y values. How do I do it this way? There would be a while loop for this so as long as there are X and Y data, there would be points to be created.How to set up data driven for a list of small tests?Our data is quite big and there are always changes so we decided to break down the big test in smaller tests so it is easier to modify. We have no problem set up data driven test using excel tables by select test and choose values. But when we try to arrange the smaller tests in order to build a big test, we can't just select those small test and right click to do data driven loop anymore, because individual small tests wouldn't let us choose what values correspond to what columns from the excel sheet. Is there a way to set up data driven loop like the way we want? Vie HuynhQuestion regarding data driven test for TCSo I break down small tests and organize them into a big test. Then I want to make an excel data sheet for data driven test. There would be multiple sheets for each small tests. Then come the question for the rows. I understand that each column represent different categories that could be selected in that tested app, but do the rows need to be exactly the same for every sheet in that particular test? And how TC run through the test? Is it running like first record of every sheet that is selected, and when it done for the first one, it goes for the second record, aka the second row?Difference between keyword test and test?So I have been using testcomplete for the past few days, but I only use keyword test. However, I could see that there is a "test" besides the keyword test, what are the difference between those two?