HootyMcOwlFace's avatar
HootyMcOwlFace
Regular Visitor
2 years ago
Status:
New Idea

Option to continue a data-driven test case after one specification of the testcase fails

Currently, the test data-driven test case aborts as soon as an error occurs in one execution, which means that all subsequent test data sets will no longer be executed and the data driven test counts as "completely failed".

 

It would be an improvement if you could specify via an option that the test case continues its execution with the next test data set after an error occurs. At the same
time, the log output of a test data-driven test case must be adjusted in such a way that the execution and the result for each test data set (row of a testdata file) are viewed and displayed separately in the log file in order to be able to identify exactly with which test data the test case failed.