Software Engineering Mcqs
Which of the following is not regression test case ?

A. A representative sample of tests that will exercise all software functions
B. Additional tests that focus on software functions that are likely to be affected by the change
C. Tests that focus on the software components that have been changed
D. Low-level components are combined into clusters that perform a specific software sub-function

Which of the following errors should not be tested when error handling is evaluated ?

A. Error description is unintelligible
B. Error noted does not correspond to error encountered
C. Error condition causes system intervention prior to error handling
D. Error description provide enough information to assist in the location of the cause of the error

ITG stands for___________________?

A. Instantaneous test group
B. Integration testing group
C. Individual testing group
D. Independent test group

Test cases should uncover errors like_____________________?

A. Nonexistent loop termination
B. Comparison of different data types
C. Incorrect logical operators or precedence
D. All of the mentioned

What is normally considered as an adjunct to the coding step____________________?

A. Integration testing
B. Unit testing
C. Completion of testing
D. Regression testing

Which of the following issues must be addressed if a successful software testing strategy is to be implemented ?

A. Use effective formal technical reviews as a filter prior to testing
B. Develop a testing plan that emphasizes “rapid cycle testing.”
C. State testing objectives explicitly
D. All of the mentioned

The construction of object-oriented software begins with the creation of__________________?

A. Design model
B. Analysis model
C. Code levels
D. Both design and analysis model

Which of the following is one of the steps in the integration testing of OO software ?

A. Cluster testing
B. Thread-based testing
C. Use-based testing
D. None of the mentioned

Which of the following testing types is not a part of system testing ?

A. Recovery testing
B. Stress testing
C. System testing
D. Random testing