We know that robot framework provides us suit setup, teardown and Test Setup, teardown option while we execute out Robot test script. But, I am stuck in a situation where I have few test cases for which the test teardown is different and some other set for with some other set of Tear down. The main constraint is I have to execute all these test cases in the single suite at a stretch to make some dependency test cases to execute.
How to do custom Test Setup/Teardown with respect to different test sets in the same Test suite?