Software Engineering (3150711) MCQs

MCQs of Software Coding & Testing

Showing 41 to 50 out of 59 Questions
41.
Which of the following terms defines the statement, "Every path is executed at least once"?
(a) Statement Coverage
(b) Branch coverage
(c) Path coverage
(d) Program overage
Answer:

Option (c)

42.
__________ testing checks code.
(a) Black box testing
(b) White box testing
(c) Red box testing
(d) Green box testing
Answer:

Option (b)

43.
Testing done without planning and Documentation is called
(a) Unit testing
(b) Regression testing
(c) Adhoc testing
(d) None of the mentioned
Answer:

Option (c)

44.
Acceptance testing is also known as__________.
(a) Grey box testing
(b) White box testing
(c) Alpha Testing
(d) Beta testing
Answer:

Option (d)

45.
__________ is non-functional testing.
(a) Black box testing
(b) Performance testing
(c) Unit testing
(d) None of the mentioned
Answer:

Option (b)

46.
__________ is black box testing.
(a) Basic path testing
(b) Boundary value analysis
(c) Code path analysis
(d) None of the mentioned
Answer:

Option (b)

47.
Software Debugging is a set of activities that can be planned in advance and conducted systematically.
(a) TRUE
(b) FALSE
Answer:

Option (b)

48.
By collecting ________ during software testing, it is possible to develop meaningful guidelines to halt the testing process.
(a) Failure intensity
(b) Testing time
(c) Metrics
(d) All of the mentioned
Answer:

Option (c)

49.
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
Answer:

Option (d)

50.
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
Answer:

Option (a)

Showing 41 to 50 out of 59 Questions