siv_arunprakash
7 years agoContributor
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.TestItems.TestItem(1).Count = 2;
I think this is not supported by test complete. Is there any way or workaround to set the count value dynamic from a variable.
Please Help.
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.