How to skip the remaining test case in Ranorex, if a certain condition is not met? Skipping in this context means to cancel the further test execution and to mark the corresponding test case differently in the test report as FAILed (red) or PASSed (green).
Note 1: The test case/test container skipped this way does not show up in the test report at all. So this solution is only an 80% solution.
Note 2: If you have multiple TestContainers with the same name, only the first one will be skipped. I have just tried this.