Hi there
I have a test scenario where I Have a large number of rows of test data in my bound data source, but in any given test run only some of them will be valid, I have worked out how to use a logical If step to skip rows that are not relevant but I was wondering if there was a way I can get the test run to end after it has found a certain number of relevant records rather than waiting for it to check all the rest of the records.
So for example
let’s say I have 500 rows of data and I know that 5 of them are valid for this test, lets also say that the If statement finds that rows 1, 3, 5, 7 and 9 are valid how can I tell test studio to stop the test run and not bother checking the other 491 rows?
Thanks
Carl
I have a test scenario where I Have a large number of rows of test data in my bound data source, but in any given test run only some of them will be valid, I have worked out how to use a logical If step to skip rows that are not relevant but I was wondering if there was a way I can get the test run to end after it has found a certain number of relevant records rather than waiting for it to check all the rest of the records.
So for example
let’s say I have 500 rows of data and I know that 5 of them are valid for this test, lets also say that the If statement finds that rows 1, 3, 5, 7 and 9 are valid how can I tell test studio to stop the test run and not bother checking the other 491 rows?
Thanks
Carl