Software Engineering Mcqs
Which of the following is not a part of bug report ?

A. Test case
B. Output
C. Software version
D. Loc

Which of the following is a common pointwer problem ?

A. Data sharing errors
B. Accessing data elements of the wrong type
C. Attempting to use memory areas after freeing them
D. All of the mentioned

Which of the following is the way of ensuring that the tests are actually testing code ?

A. Control structure testing
B. Complex path testing
C. Code coverage
D. Quality assurance of software

Cyclomatic Complexity method comes under which testing method ?

A. Yellow box
B. White box
C. Gray box
D. Black box

Effective testing will reduce __________________ cost?

A. Maintenance
B. Design
C. Coding
D. Documentation

Which is a black box testing technique appropriate to all levels of testing ?

A. Acceptance testing
B. Regression testing
C. Equivalence partitioning
D. Quality assurance

Test should be conducted for every possible_______________________?

A. Data
B. Case
C. Variable
D. All of the mentioned

Standard Enforcer is a___________________?

A. Static testing tool
B. Dynamic testing
C. Static & dynamic testing
D. None of the mentioned