Run dependency between test suites.
One answer
Sure you can. While running test suite a window will open.
Comments
I think, this does not cover what Marcelo has been trying to ask.
The run options of the test suite only allow to halt a suite, if any test case of the suite fails. Cf. item 4 of the option enumeration that you quoted.
AFAIK it is not possible to define interdependencies between test suites, as their are no super-test suites, i.e., test suites of test suites, that would offer the same option to stop that suite of suites if a suite within fails.
The only thing that comes close to these kind of super test suites are execution schedules made up of multiple test suite execution records. However, also here, there is no option to stop the execution schedule if a single step fails.
Thanks Timo, my need is exactly the one you mentioned, unfortunately I do not think there is such a possibility.