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
Effective testing will reduce __________________ cost?
(A) maintenance
(B) design
(C) coding
(D) documentation
Cyclomatic Complexity method comes under which testing method ?
(A) Yellow box
(B) White box
(C) Gray box
(D) Black box
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
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 not a part of bug report ?
(A) Test case
(B) Output
(C) Software Version
(D) LOC
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
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
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
Why is software difficult to build ?
(A) Controlled changes
(B) Lack of reusability
(C) Lack of monitoring
(D) All of the mentioned