Question: The construction of object-oriented software begins with the creation of__________________?
- 1. design model
- 2. analysis model
- 3. code levels
- 4. both design and analysis model
Question: Which testing is an integration testing approach that is commonly used when “shrink-wrapped” software products are being developed ?
- 1. Regression Testing
- 2. Integration testing
- 3. Smoke testing
- 4. Validation testing
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