QuestionQ114
Generic Automation DevelopmentWhat is the function of the SetUp block in the Test Automation Framework?
- A The SetUp block is supposed to iterate through the test data queue and find a suitable transaction item to be used for the test case execution.
- B The SetUp block is supposed to initialize the assets, test data, and applications that will later be used for the test case execution.
- C The SetUp block is supposed to kill the execution of the test case so that another test case can start executing.
- D The SetUp block is supposed to execute the test case in a Try-Catch block, so the test case will not fail.
Community Discussion