Software Testing
1.

which testing is concerned with behaviour of whole product as per specified requirements?

A.  

Component testing

B.  

System testing

C.  

Acceptance testing

D.  

Integration testing

2.

Which of the following is the form of Alpha and Beta Testing ?

A.  

System Testing

B.  

Unit Testing

C.  

Acceptance Testing

D.  

Integration Testing

3.

what is Cyclomatic Complexity ?

A.  

White box testing

B.  

Grey box testing

C.  

Black box testing

D.  

Combination of all

4.

Abbreviate the term CMMI

A.  

Capability Managed Maturity Integration

B.  

Capibility Maturity Model Integrator

C.  

Capibility Maturity Modification integration

D.  

Capibility Maturity Model integration

5.

which of the following can be found using Static Testing Techniques ?

A.  

Failure

B.  

Both A & B

C.  

Defect

D.  

None

6.

what is the main purpose of integration testing ?

A.  

Interface errors

B.  

Procedure errors

C.  

Design errors

D.  

None of the above

7.

A program with high cyclometic complexity is almost like to be

A.  

Small

B.  

Difficult to write

C.  

Difficult to test

D.  

Large

8.

which of the following would Not normally from part of a test plan ?

A.  

Risks

B.  

Incidient Reports

C.  

Featured to be tested

D.  

Schedule

9.

A failure

A.  

A human action that procedures an incorrect result

B.  

An incorrect step, process or data definition in a computer program

C.  

found in the software;the result of an error

D.  

Departure from specified behaviour

10.

What is true regarding Static Analysis Tools ?

A.  

it can detect memory leaks

B.  

it gives quality information about code without executing it

C.  

it compares actual and expected result

D.  

it tell about percentage of a code coverage