Part 1: Basic Concepts (30 pts; 3pts each) Multiple choice: Select the best opti
ID: 3754735 • Letter: P
Question
Part 1: Basic Concepts (30 pts; 3pts each) Multiple choice: Select the best option from the given items. 11. Which of the following is NOT a software testing objective? a. Demonstrate functions and behaviors of a given software product matches its requirement specifications b. Generate high quality test cases c. Discover all possible errors or bugs in a software product d. Create appropriate and helpful problem reports 12. To perform white-box unit testing, a development engineer needs: a. The component's function specification and API description b. The component's source code and binary code C. The design specification of the component d. All of the above 13. A software testing process can produce a number of documents EXCEPT: a. A test plan b. A test specification document C. Program source code d. A test report e. Problem reports Fill in the Blank: Choose the most appropriate word to fill in the blank. 1. analysis is based on the examination of a number of documents and does not require running the code. 2. In methodology/alignment, testers should be involved from the project's inception to release planning and requirements are documented as use casesExplanation / Answer
Explanation: Test cases are created to facilitate software testing. Creating test cases is not the objective of the software testing.
Explanation: In order to perform white box testing, a development engineer requires- function specification and API description, component’s source code and binary code and design specification of the component.
Explanation: Program source code are not produced during the software testing process.
Fill in the Blank: