Computer Science, asked by myranitha, 1 year ago

Which of the following are the module level fixtures of unittest framework?

setUpModule, tearDownModule

setupModule, teardownModule

setUPmodule, tearDOWNmodule

setup_Module, teardown_Module

Answers

Answered by pari12345678901
1

setup-Module, teardown -Module is the correct answer

Answered by Sidyandex
1

Answer:

setup-Module, teardown -Module is the correct answer.

Test setUp() and tearDown() techniques: These strategies guarantee that every individual test strategy inside a TestCase class has had an appropriate setup and teardown.

Regularly, we'll utilize the setUp() strategy to make the unit objects and any false items that are required.

We would prefer not to accomplish something exorbitant, for example, making entire databases, as these strategies are utilized when each test strategy.

Similar questions