Retry failed test case immediately

Hi Vinh,

yes I know it’s not usual behavior. But I’d like to prevent some random errors during test execution.

Example: I have add, modify and delete test. Modify and delete are dependent on add test (they share same object). Add test fails because of some non-functional error (server can be slow and some timeout in test expires) and then all other tests fail (because object was not created).

I don’t want to apply this retry model everywhere, but we have few critical tests, which are worth to be retried immediately. If there is no possibility to do it, I’d add verify/waitfor methods before each step, but it’s not ideal solution.