1.

What is the recovery scenario in Tosca? What happens if it fails?

Answer»

As its name implies, RECOVERY scenarios are used to recover from the failure of a testcase/teststep. During test execution, if for some reason your test case fails (this could be any reason), the Recovery scenario ENSURES that the NEXT test case after that failed test case will proceed normally. This will ensure that the following test case runs correctly, without any impact from the previous test case. There are two conditions in which recovery is possible i.e., dialog failure and verification failure. When a recovery scenario fails, Tosca then tries the next higher level recovery scenario, and if all recovery scenarios fail, it REPORTS the test case as failed.   



Discussion

No Comment Found