Currently the exclude list for matrix are evaluated as and when the iterations are executed. This leads to a scenario where the matrix with only one element which gets excluded fails with error:
"Total number of iterations found to be 0 for this strategy "
If the exclusion evaluation happens before the execution of the loop this can be avoided and loop can be skipped.
This enhancement is for providing the functionality for the loop to be able to do exclusion evaluation before starting the loop execution.
Created by amit.jha
·