Software Engineering Mcqs

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

Submitted By: Ali Uppal


Effective testing will reduce __________________ cost?

(A) maintenance

(B) design

(C) coding

(D) documentation

Submitted By: Ali Uppal


Cyclomatic Complexity method comes under which testing method ?

(A) Yellow box

(B) White box

(C) Gray box

(D) Black box

Submitted By: Ali Uppal


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

Submitted By: Ali Uppal


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

Submitted By: Ali Uppal


Which of the following is not a part of bug report ?

(A) Test case

(B) Output

(C) Software Version

(D) LOC

Submitted By: Ali Uppal


Which of the following is not a part of Execution Flow during debugging ?

(A) Step Over

(B) Step Into

(C) Step Up

(D) Step Out

Submitted By: Ali Uppal


Which of the following is not a conflict in software development team ?

(A) Simultaneous updates

(B) Shared and common code

(C) Versions

(D) Graphics issues

Submitted By: Ali Uppal


Which of the following is not a typical environment in communication facilitation ?

(A) Multiple teams

(B) Multiple user groups

(C) Multiple fests

(D) Multiple locations

Submitted By: Ali Uppal


Why is software difficult to build ?

(A) Controlled changes

(B) Lack of reusability

(C) Lack of monitoring

(D) All of the mentioned

Submitted By: Ali Uppal