wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Multiple Choice Questions with Answers - Software Testing

Total questions: 27

Worksheet time: 14mins

Name
Class
Date
1.

A configuration management system would NOT normally provide:

a)

linkage of customer requirements to version numbers.

b)

the precise differences in versions of software component source code.

c)

facilities to compare test results with expected results.

d)

restricted access to the source code library

2.

Test cases are designed during:

a)

test recording.

b)

test configuration.

c)

test planning.

d)

test specification

3.

In case of Large Systems

a)

only few tests should be run

b)

test cases written by good test engineers should be executed

c)

only good test cases should be executed

d)

testing should be on the basis of risk

4.

Which of the following is not a type of incremental testing approach?

a)

big-bang

b)

top down

c)

bottom up

d)

functional incrimination

5.

Test Conditions are derived from

a)

test design

b)

test cases

6.

Pick the best definition of quality

a)

quality is job one

b)

zero defects

c)

work as designed

d)

conformance to requirements

7.

Fault Masking is

a)

creating a test case which does not reveal a fault

b)

error condition hiding another error condition

c)

masking a fault by developer

d)

masking a fault by a tester

8.

One Key reason why developers have difficulty testing their own work is:

a)

lack of technical documentation

b)

lack of test tools on the market for developers

c)

lack of objectivity

d)

lack of training

9.

In a review meeting a moderator is a person who:

a)

takes minutes of the meeting

b)

takes telephone calls

c)

mediates between people

d)

writes the documents to be reviewed

10.

Acceptance test cases are based on what?

a)

decision table

b)

design

c)

code

d)

requirements

11.

How much testing is enough?

a)

this question is easy to answer

b)

this question is impossible to answer

c)

the answer depends on the risk for your industry, contract and special requirements

d)

this answer depends on the maturity of your developers

12.

Which of the following is the component test standard?

a)

ieee 610

b)

ieee 829

c)

bs7925-1

d)

bs7925-2

13.

Which of the following is NOT a standard related to testing?

a)

ieee610

b)

ieee829

c)

bs7925-1

d)

bs7925-2

14.

The standard that gives definitions of testing terms is:

a)

iso/iec 12207

b)

bs 7925-1

c)

ansi/ieee 729

d)

ansi/ieee 829

15.

Which of the following is NOT true of incidents?

a)

incidents are raised when expected and actual results differ.

b)

incidents may be raised against user requirements.

c)

incidents require investigation and/or correction.

d)

incident resolution is the responsibility of the author of the software under test.

16.

Which of the following is false?

a)

in a system two different failures may have different severities.

b)

a fault need not affect the reliability of a system.

17.

Which of the following is the odd one out?

a)

white box

b)

functional

c)

structural

d)

glass box

18.

Which of the following is a static test?

a)

coverage analysis

b)

code inspection

c)

usability assessment

d)

installation test

19.

Which of the following is a black box design technique?

a)

statement testing

b)

error- guessing

c)

equivalence partitioning

d)

usability testing

20.

Which of the following is not the integration strategy?

a)

design based

b)

bottom-up

c)

big-bang

d)

top-down

21.

Expected results are:

a)

only important in system testing

b)

most useful when specified in advance

c)

only used in component testing

d)

derived from the code

22.

Incidents would not be raised against:

a)

requirements

b)

documentation

c)

improvements suggested by users

d)

test cases

23.

Which of the following uses Impact Analysis most?

a)

non-functional system testing

b)

component testing

c)

user acceptance testing

d)

maintenance testing

24.

What type of review requires formal entry and exit criteria, including metrics?

a)

management review

b)

inspection

c)

walkthrough

d)

post project review

25.

Which of the following items would not come under Configuration Management?

a)

operating systems

b)

live data

c)

test documentation

d)

user requirement documents

26.

Maintenance testing is:

a)

testing to maintain business advantage

b)

testing a released system that has been changed

c)

testing by users to ensure that the system meets a business need

d)

updating tests when the software has changed

27.

Which of the following techniques is NOT a black box technique?

a)

state transition testing

b)

syntax testing

c)

Icsaj