Multiple choice technology testing

What happens, if the “Inter_TestCase_DataTransition” is not deleted, prior to executing a NEW scenario? (From the First Component of the Proposition)

  1. The existing “Inter_TestCase_DataTransition” (Output Sheet) sheet will be deleted & a new “Inter_TestCase_DataTransition” sheet is created

  2. The Scripts stops running as the existing Output Sheet is not deleted prior running a “NEW” scenario

  3. The details of the NEW order will get overwritten in the same sheet.

  4. None of the Above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

If Inter_TestCase_DataTransition is not deleted before executing a new scenario, the new order details will overwrite the existing data in that sheet. The framework does not auto-delete the existing sheet, nor does it stop execution. It simply writes the new scenario's output data over the previous contents, which can cause data confusion if the old output needs to be preserved.