wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Software Testing Worksheet Questions

Total questions: 94

Worksheet time: 50mins

Name
Class
Date
1.

What can static analysis NOT find?

a)

memory leaks

b)

unreachable (“dead”) code

c)

the use of a variable before it has been defined

d)

array bound violations

2.

In prioritizing what to test, the most important objective is to:

a)

test high risk areas.

b)

find as many faults as possible.

c)

obtain good test coverage.

d)

test whatever is easiest to test.

3.

Which of the following is false?

a)

an incident can be raised against documentation.

b)

an incident occurs when expected and actual results differ.

c)

incidents can be analysed to assist in test process improvement.

d)

incidents should always be fixed.

4.

Configuration Management Plan describes the Configuration Management procedures and structures to be used.

a)

true

b)

false

5.

Phase Definition. It will come under

a)

cmm level 1

b)

cmm level 2

c)

none

6.

Software testing which is done without planning and Documentation is known as

a)

adhoc testing

b)

unit testing

c)

regression testing

7.

Acceptance testing is known as

a)

beta testing

b)

greybox testing

c)

test automation

d)

white box testing

8.

Retesting the entire application after a change has been made called as?

a)

full regression testing

b)

unit regression

c)

regional regression

d)

retesting

9.

Boundary value analysis belongs to which testing method?

a)

black box testing

b)

white box testing

10.

What are the Types of Integration Testing?

a)

big bang testing

b)

bottom up testing

c)

top down testing

d)

all the above

11.

Product Risk affects The quality or performance of the software.

a)

true

b)

false

12.

A metric used to measure the characteristic of documentation and code called as

a)

process metric

b)

product metric

c)

test metrics

13.

Which is non-functional software testing?

a)

unit testing

b)

block box testing

c)

performance testing

d)

regression testing

14.

The process that deals with the technical and management issues of software development called as?

a)

delivery process

b)

testing process

c)

software process

15.

Executing the same test case on a modified build called as

a)

regression testing

b)

retesting

c)

ad hoc testing

d)

sanity testing

16.

Which is Black-Box Testing method?

a)

equivalence partitioning

b)

code coverage

c)

fault injection

17.

The review process for a particular review begins with a __________ by the author to the moderator in formal review.

a)

request for review

b)

requirement analysis

c)

notice for review

d)

goal design

18.

Which of the following is likely to benefit most from the use of test tools providing test capture and replay facilities?

a)

integration testing

b)

regression testing

c)

system testing

d)

user acceptance testing

19.

What are the Testing Levels?

a)

unit testing

b)

integration testing

c)

system testing and acceptance testing.

d)

all the above

20.

Defect Management process does not include

a)

defect prevention

b)

deliverable base-lining

c)

management reporting

d)

none of the above

21.

Software testing accounts to what percent of software development costs?

a)

10-20

b)

40-50

c)

70-80

d)

5-10

22.

How much testing is enough

a)

this question is impossible to answer

b)

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

c)

the answer depends on the maturity of your developers

d)

the answer should be standardized for the software development industry

23.

Which of the following is not a characteristic for Testability?

a)

operability

b)

observability

c)

simplicity

d)

robustness

24.

Which of these can be successfully tested using Loop Testing methodology?

a)

simple loops

b)

nested loops

c)

concatenated loops

d)

all of the above

25.

Inspections can find all the following except

a)

variables not defined in the code

b)

spelling and grammar faults in the documents

c)

requirements that have been omitted from the design documents

d)

how much of the code has been covered

26.

When a new testing tool is purchased, it should be used first by:

a)

a small team to establish the best way to use the tool

b)

everyone who may eventually have some use for the tool

c)

the independent testing team

d)

the vendor contractor to write the initial scripts

27.

Which one of the following are non-functional testing methods?

a)

system testing

b)

usability testing

c)

performance testing

d)

both b & c

28.

During the software development process, the test process can start at which point?

a)

After coding is complete

b)

At the requirements gathering stage

c)

Only during deployment

d)

After user acceptance testing

29.

When does the software testing process begin?

a)

when the code is complete

b)

when the design is complete

c)

when the software requirements have been approved

d)

when the first code module is ready for unit testing

30.

Acceptance test cases are based on what?

a)

requirements

b)

design

c)

code

d)

decision table

31.

Independent Verification & Validation is

a)

done by the developer

b)

done by the test engineers

c)

done by management

d)

done by an entity outside the project's sphere of influence

32.

Which of the following is not described in a unit test standard?

a)

syntax testing

b)

equivalence partitioning

c)

stress testing

d)

modified condition/decision coverage

33.

Which of the following is a form of functional testing?

a)

boundary value analysis

b)

usability testing

c)

performance testing

d)

security testing

34.

Test cases are designed during:

a)

test recording

b)

test planning

c)

test configuration

35.

Which of the following is not a major task of Exit criteria?

a)

checking test logs against the exit criteria specified in test planning.

b)

logging the outcome of test execution.

c)

assessing if more tests are needed.

d)

writing a test summary report for stakeholders.

36.

Reviewing the test Basis is a part of which phase

a)

test analysis and design

b)

test implementation and execution

c)

test closure activities

d)

evaluating exit criteria and reporting

37.

Reporting Discrepancies as incidents is a part of which phase

a)

test analysis and design

b)

test implementation and execution

c)

test closure activities

d)

evaluating exit criteria and reporting

38.

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

a)

operating systems

b)

test documentation

c)

live data

d)

user requirement document

39.

Handover of Test-ware is a part of which Phase

a)

test analysis and design

b)

test planning and control

c)

test closure activities

d)

evaluating exit criteria and reporting

40.

A useful tool to visualize, clarify, link, identify, and classify possible cause of a problem. This is also called as “fishbone diagram”. What is this tool?

a)

Pareto Chart

b)

Scatter Diagram

c)

Ishikawa Diagram

d)

Flowchart

41.

Variance from product specifications is called?

a)

report

b)

requirement

c)

defect

42.

Verification is

a)

process based

b)

product based

43.

White box testing is not called as_________

a)

B. closed box testing

b)

A. glass box testing

c)

C. structural testing

d)

D. clear box testing

44.

Name the events that will be analyzed, Count the named incidents, Rank the count by frequency using a bar chart & Validate reasonableness of the analysis is called as

a)

pareto analysis

b)

cause and effect diagram

c)

swot analysis

d)

pie charts

45.

Retesting of a single program or component after a change has been made?

a)

full regression testing

b)

unit regression

c)

regional regression

d)

retesting

46.

Requirement and Analysis, Design, Development or Coding, Testing and Maintenance is called as

a)

Software Development Life Cycle (SDLC)

b)

Waterfall Model

c)

Agile Methodology

d)

Project Management Cycle

47.

The testing which is done by going through the code is known as:

a)

unit testing

b)

blackbox testing

c)

white box testing

d)

regression testing

48.

Business Risk affects The Organization developing or Procuring the software.

a)

true

b)

false

49.

Stratification is a Technique used to analyze/divide a universe of data into homogeneous groups (strata).

a)

true

b)

false

50.

Automation Testing should be done before starting Manual testing. Is the above statement correct?

a)

yes

b)

no

51.

Earlier a defect is found the cheaper it is to fix it. Is the above statement correct?

a)

yes

b)

no

52.

Informing to the developer which bug to be fix first is called as:

a)

severity

b)

priority

c)

fix ability

d)

traceability

53.

Retesting modules connected to the program or component after a change has been made?

a)

full regression testing

b)

unit regression

c)

regional regression

d)

retesting

54.

Alpha testing will be done at,

a)

user's site

b)

developers' site

55.

SPICE Means

a)

software process improvement and capability determination

b)

software process improvement and compatibility determination

c)

software process invention and compatibility determination

d)

software process improvement and control determination

56.

Requirements Specification, Planning, Test case Design, Execution, Bug Reporting & Maintenance. This Life Cycle comes Under

a)

sdlc

b)

stlc

c)

sqlc

d)

blc

57.

It provides a set of levels and an assessment model, and presents a set of recommended practices that allow organizations to improve their testing processes.

a)

tim (testing improving model)

b)

tmm (testing maturity model)

c)

tqm (total quality management)

58.

Standards and procedures for managing changes in an evolving software product is called?

a)

confirmation management

b)

confederation management

59.

Path Tested = Number of Path Tested / Total Number of Paths

a)

true

b)

false

60.

This type of test includes how well the user will be able to understand and interact with the system?

a)

usability testing

b)

user acceptance testing

c)

alpha testing

d)

beta testing

61.

Defects generally fall into the following categories?

a)

wrong

b)

missing

c)

extra

d)

all the above

62.

What is correct Software Process Cycle?

a)

plan(p) ——> check(c) ——> act(a) ——> do(d)

b)

plan(p) ——> do(d) ——> check(c) ——> act(a)

c)

plan(p) ——> do(d) ——> act(a) ——> check(c)

63.

Maintenance Plan predicts the maintenance requirements of the system, maintenance costs and effort required

a)

true

b)

false

64.

Beta testing will be done by

a)

developer

b)

user

65.

Validation plan describes the approach, resources and schedule used for system validation

a)

true

b)

false

66.

Integration, It will come under

a)

cmm level 1

b)

cmm level 3

c)

cmm level 2

d)

none

67.

Types of quality tools are Problem Identification Tools and Problem Analysis Tools.

a)

true

b)

false

68.

Which Software Development Life cycle model will require to start Testing Activities when starting development activities itself

a)

water falls model

b)

spiral model

c)

v-model

d)

linear model

69.

A metric used to measure the characteristic of the methods, Techniques and tools employed in developing, implementing and maintaining the software system called as

a)

process metric

b)

product metric

c)

test metrics

70.

Check Sheet (Checklist) is considered a simple, but powerful statistical tool because it differentiates between two extremes.

a)

True

b)

False

71.

Application should be stable. Clear Design and Flow of the application is needed for Automation testing.

a)

false

b)

true

72.

Quality plan describes the quality procedures and standards that will be used in a project.

a)

false

b)

true

73.

How severely the bug is affecting the application is called as

a)

severity

b)

priority

c)

fix ability

d)

traceability

74.

Project Risk affects The Schedule or Resources.

a)

true

b)

false

75.

The name of the testing which is done to make sure the existing features are not affected by new changes

a)

recursive testing

b)

whitebox testing

c)

unit testing

d)

regression testing

76.

Management and Measurement, It will come under

a)

cmm level 1

b)

cmm level 3

c)

cmm level 4

77.

AdHoc testing is a part of

a)

unit testing

b)

regression testing

c)

exploratory testing

d)

performance testing

78.

Cost of Production = Right The First time cost (RTF) + Cost of Quality.

a)

true

b)

false

79.

————— means under what test environment (Hardware, software set up) the application will run smoothly

a)

test bed

b)

checkpoint

c)

code walk through

d)

checklist

80.

TQM represents

a)

tool quality management

b)

test quality manager

c)

total quality management

d)

total quality manager

81.

Optimization, Defect Prevention, and Quality Control. Its come under the

a)

cmm level 2

b)

cmm level 3

c)

cmm level 4

d)

cmm level 5

82.

Unit Testing will be done by

a)

testers

b)

end users

83.

Beta testing will be done at

a)

user place

b)

developers place

84.

A Plan to overcome the risk called as

a)

migration plan

b)

master plan

c)

maintenance plan

d)

mitigation plan

85.

Which of the following is not one of the techniques to find defects

a)

operational techniques

b)

functional techniques

c)

dynamic techniques

d)

static techniques

86.

Quality Assurance methods are usually considered

a)

detective

b)

corrective

c)

preventive

d)

proactive

87.

Who has the primary responsibility of setting the quality culture in the organization?

a)

senior management

b)

the training department

c)

the quality department

d)

nobody

88.

Verification is

4 lines
89.

A regression test

a)

will always be automated

b)

will help ensure unchanged areas of the software have not been affected

c)

will help ensure changed areas of the software have not been affected

d)

can only be run during user acceptance testing

90.

If an expected result is not specified then:

a)

we cannot run the test

b)

it may be difficult to repeat the test

c)

it may be difficult to determine if the test has passed or failed

d)

we cannot automate the user inputs

91.

Which of the following is not a static testing technique

a)

error guessing

b)

walkthrough

c)

data flow analysis

d)

inspections

92.

Which of the following statements about component testing is not true?

a)

component testing should be performed by development

b)

component testing is also known as isolation or module testing

c)

component testing should have completion criteria planned

d)

component testing does not involve regression testing

93.

During which test activity could faults be found most cost effectively?

a)

execution

b)

design

c)

planning

d)

check exit criteria completion

94.

The purpose of requirement phase is

a)

to freeze requirements

b)

to understand user needs

c)

to define the scope of testing

d)

all of the above