Top 1000+ Solved Software Engineering MCQ Questions Answer
Q. White Box techniques are also classified as
a. design based testing
b. structural testing
c. error guessing technique
d. none of the mentioned
Q. Exhaustive testing is
a. always possible
b. practically possible
c. impractical but possible
d. impractical and impossible
Q. What is Cyclomatic complexity?
a. black box testing
b. white box testing
c. yellow box testing
d. green box testing
Q. Which of the following is/are White box technique?
a. statement testing
b. decision testing
c. condition coverage
d. all of the mentioned
Q. What are the various Testing Levels?
a. unit testing
b. system testing
c. integration testing
d. all of the mentioned
Q. Boundary value analysis belong to?
a. white box testing
b. black box testing
c. white box & black box testing
d. none of the mentioned
Q. Alpha testing is done at
a. developer’s end
b. user’s end
c. developer’s & user’s end
d. none of the mentioned
Q. Which of the following is not a software testing generic characteristics?
a. different testing techniques are appropriate at different points in time
b. testing is conducted by the developer of the software or an independent test group
c. testing and debugging are different activities, but debugging must be accommodated in any testing strategy
d. none of the mentioned
Q. ITG stands for
a. instantaneous test group
b. integration testing group
c. individual testing group
d. independent test group
Q. 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
Q. 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
Q. 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
Q. What is normally considered as an adjunct to the coding step
a. integration testing
b. unit testing
c. completion of testing
d. regression testing
Q. 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