Debugging
1.

What is testing process’ first goal?

A.  

Bug prevention

B.  

Testing

C.  

Execution

D.  

Analyses

2.

Software mistakes during coding are known as

A.  

errors

B.  

failures

C.  

bugs

D.  

defects

3.

Name an evaluation technique to assess the quality of test cases.

A.  

Mutation analysis

B.  

Validation

C.  

Verification

D.  

Performance analysis

4.

Test should be conducted for every possible

A.  

data

B.  

case

C.  

variable

D.  

all of the mentioned

5.

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

A.  

Test case

B.  

Output

C.  

Software Version

D.  

LOC

6.

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
 

7.

Cyclomatic Complexity method comes under which testing method.

A.  

Yellow box

B.  

White box

C.  

Gray box

D.  

Black box

8.

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

9.

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

10.

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