ContributionsMost RecentMost LikesSolutionsRe: Execute test in random orderTo simulate user inputs. The user will not run the tests the same sequence as they tested. In some cases there is relation to the order of the tests. RanExecute test in random orderHi, I have list of tests in test manager and when I pressed the Run tests button, the tests are executes by the order they arranged. Can I run the tests is random sequence? Regards, Ran loop on group of tests Hi, I would like to add an option to loop on group of tests. on the test managments there is an option to repeat on specific test, at the group there isn't option to change the count. I would like to add count also on group of tests and the loop will execute all the test in that group and repeat on that the number of times as apear on the count parameter. Ran Re: how to make Data generator to execute every test for random dataI mean, if I can use the TestComplete data generator from script during test run. As far as I understand, I can't and I must use external library for that. Re: how to make Data generator to execute every test for random dataI planed to use Testcomplete data generator but I don't think I can use it with scripts, only "offline" Is there anyway to use it with scripts?Re: Listview sub itemsHi Robert, It seems that I don't have access to sub items property of the listview. I don't know how to access them. I can access only the item. Do you know about any example? RanRe: how to make Data generator to execute every test for random dataHi, I have test that I need to generate random passwords, other test that I need random strings and in the last test I need random numbers. I don't want that in my test any random option will repeat twice. Ranhow to make Data generator to execute every test for random data Hi, I need to generate random data and with diffren size every time I run test. how can I do it? I saw post that suggest to generate once a large file and then take only part of it but I need to define diffrent parameters for the file. is there any way to configure and generate data generator from script or any other option? Best regards, Ran SolvedListview sub items Hi, how can I test Listview control with sub Items. I need to test that the content of the sub item is OK, like the Tag peoperty or the Text property of the listviewsubitem. when I press the Items property I see button with "param" but nothing happens. Thanks, Ran Re: compare two variables between values Got it! thank you both