You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some combinations of outer_k and n_conditions can lead to too few test conditions. Catch those, change "outer_k" as it was supplied by the user accordingly, and inform the user. Also inform the user that, when n_conditions is big, the changing of "outer_k" might lead to a much longe run time and that s/he might want to abort and supply a better value for "outer_k".
The text was updated successfully, but these errors were encountered:
PhilippKaniuth
changed the title
Add custom warning if combination of outer_k and splitter yield too few inner test conditions
Add custom warning if the value chosen for outer_k in combination with the number of conditions yields too few inner test conditions
Apr 15, 2022
PhilippKaniuth
changed the title
Add custom warning if the value chosen for outer_k in combination with the number of conditions yields too few inner test conditions
Add custom warning if the value chosen for outer_k in combination with the number of conditions yields too few (inner or outer) test conditions
Apr 15, 2022
PhilippKaniuth
changed the title
Add custom warning if the value chosen for outer_k in combination with the number of conditions yields too few (inner or outer) test conditions
Add custom warning and abort if the number of conditions is <9
Apr 15, 2022
PhilippKaniuth
changed the title
Add custom warning and abort if the number of conditions is <9
Add custom warning if the value chosen for outer_k in combination with the number of conditions yields too few (inner or outer) test conditions
Apr 15, 2022
Some combinations of
outer_k
andn_conditions
can lead to too few test conditions. Catch those, change "outer_k" as it was supplied by the user accordingly, and inform the user. Also inform the user that, whenn_conditions
is big, the changing of "outer_k" might lead to a much longe run time and that s/he might want to abort and supply a better value for "outer_k".The text was updated successfully, but these errors were encountered: