Forum Discussion

siv_arunprakash's avatar
siv_arunprakash
Contributor
7 years ago
Solved

Setting Count of Test Item from DataSource

Hi,   How do I set the Count of the Test Items dynamic?.   Project.TestItems.TestItem(1).Count gives me the number of Iteration this test item will run.   I need to set the count like Project.T...
  • tristaanogre's avatar
    7 years ago

    Currently, there is not.  The best way to do something like this with TestComplete is to set a loop within your test itself and set the upper limit of the loop to be a variable that you can set dynamically.