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
1
setup-Module, teardown -Module is the correct answer
Answered by
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
English,
7 months ago
Social Sciences,
7 months ago
Math,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago
Computer Science,
1 year ago
Science,
1 year ago