Not sure if this is even possible to do what I'm trying to accomplish.
Currently I have different databases that our application connects to for different scenarios. This is accomplished using a single test script for each database, with some coded steps to handle the change over.
In our test lists, each list starts with one of these tests. Is there a way to prevent any results from this test from being written out/added to the test list results file?
I'd be perfectly content with a coded solution if such a thing exists.