Hi,
I have a selection of checkboxes that are created dynamically and so the test environment can never be sure of how many there will be.
We have Select All / Deselect All links which we already test for, but I would like to iterate through some test steps based on the current number of these checkboxes each time, however many there may be.
So essentially:
for each checkbox c in div-a {
Insert test steps here, and be able to reference the current active checkbox (c) each time
}
I am using the Telerik Test Studio IDE environment with very little use of custom coded steps
Thanks,
Ghandi
I have a selection of checkboxes that are created dynamically and so the test environment can never be sure of how many there will be.
We have Select All / Deselect All links which we already test for, but I would like to iterate through some test steps based on the current number of these checkboxes each time, however many there may be.
So essentially:
for each checkbox c in div-a {
Insert test steps here, and be able to reference the current active checkbox (c) each time
}
I am using the Telerik Test Studio IDE environment with very little use of custom coded steps
Thanks,
Ghandi