Unfortunately we cannot use the built in SetUp / Teardown functionality since they would all have to be in the same test case and we cannot bind multiple sources to the same test case (posted on that before, it's really a problem for us and we are doing our best to work around it).
This means we need to do our own version of setup/teardown. What I need to be able to do is if a certain condition is met, to abort the particular test (i.e. some key setup component fails).
However, I still want other tests within the test run to still be executed. Hopefully what I'm asking is clear, I've attached a screenshot to try and further illustrate what I'm asking.
As a suggestion, if you could bind data based on the code module that is contained within the test case, instead of binding data on the test case itself this would solve virtually all our problems. Honestly, I'm finding the current implementation of the databinding really restrictive and frustrating. Just my two cents
