Podcast
Questions and Answers
Which of the following best describes the role of a test runner?
Which of the following best describes the role of a test runner?
- Loading your test suites
- Printing out a test report
- Running each test and recording the result (correct)
- Loading individual units of your codebase
What happens to the application entrypoint when running unit tests?
What happens to the application entrypoint when running unit tests?
- It is executed by the test runner
- It is loaded as a test suite
- It is printed in the test report
- It is ignored by the test runner (correct)
Why is it advised to keep the application entrypoint short?
Why is it advised to keep the application entrypoint short?
- To avoid test failures
- To minimize test execution time
- To improve test coverage (correct)
- To make the code more readable
What is one benefit of structuring tests to instrument smaller units?
What is one benefit of structuring tests to instrument smaller units?
What does a test runner load?
What does a test runner load?
Flashcards are hidden until you start studying