Software Engineering Mcqs
Question: Which of the following issues must be addressed if a successful software testing strategy is to be implemented ?
- 1. Use effective formal technical reviews as a filter prior to testing
- 2. Develop a testing plan that emphasizes “rapid cycle testing.”
- 3. State testing objectives explicitly
- 4. All of the mentioned
Question: What is normally considered as an adjunct to the coding step____________________?
- 1. Integration testing
- 2. Unit testing
- 3. Completion of Testing
- 4. Regression Testing
Question: Test cases should uncover errors like_____________________?
- 1. Nonexistent loop termination
- 2. Comparison of different data types
- 3. Incorrect logical operators or precedence
- 4. All of the mentioned
Question: ITG stands for___________________?
- 1. instantaneous test group
- 2. integration testing group
- 3. individual testing group
- 4. independent test group
Question: Which of the following errors should not be tested when error handling is evaluated ?
- 1. Error description is unintelligible
- 2. Error noted does not correspond to error encountered
- 3. Error condition causes system intervention prior to error handling
- 4. Error description provide enough information to assist in the location of the cause of the error
Question: Which of the following is not regression test case ?
- 1. A representative sample of tests that will exercise all software functions
- 2. Additional tests that focus on software functions that are likely to be affected by the change
- 3. Tests that focus on the software components that have been changed
- 4. Low-level components are combined into clusters that perform a specific software sub-function
Question: In which testing level the focus is on customer usage ?
- 1. Alpha Testing
- 2. Beta Testing
- 3. Validation Testing
- 4. Both Alpha and Beta
Question: By collecting __________________ during software testing, it is possible to develop meaningful guidelines to halt the testing process?
- 1. Failure intensity
- 2. Testing time
- 3. Metrics
- 4. All of the mentioned
Question: Which of the following is not a software testing generic characteristics ?
- 1. Different testing techniques are appropriate at different points in time
- 2. Testing is conducted by the developer of the software or an independent test group
- 3. Testing and debugging are different activities, but debugging must be accommodated in any testing strategy
- 4. None of the mentioned
Question: Which of the following is not used in measuring the size of the software_____________________?
- 1. KLOC
- 2. Function Points
- 3. Size of module
- 4. None of the mentioned