Which of the following is an example of a test-first approach to development?
選択肢
A.Test-Driven Development✓
B.Coverage-Driven Development
C.Quality-Driven Development
D.Feature-Driven Development
正解
A: Test-Driven Development
選択肢
正解
A: Test-Driven Development
Which of the following is an example of why testing is necessary?
#306Which of the following statements about quality assurance (QA) and/or quality control (QC) is correct?
#307One of the ‘principles of testing’ states that exhaustive testing is impossible. Which of the following is an example of addressing this principle in practice?
#308Which test activity involves working with test data requirements, test conditions, test environment requirements and test cases?
#309Which of the following is MOST likely to impact how testing is performed for a given test object?