Multiple Choices
Answer (Choose 1 answer)
Which is statement true?
A. Since the goal is for every test to pass, tests should only include inputs which will result in successful operation/behavior when executed on correct code.
B. The developer should first run the tests before adding anything new, to ensure that all tests passed before adding any new tests or code.
C. Continuous Delivery is an update to the Blue-Green Deployment paradigm.
D. Statement coverage is the strongest form of code coverage, which is why it is required for many FAA and FDA regulated software projects.
Exot