wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Software Testing Worksheet Questions

Total questions: 93

Worksheet time: 52mins

Name
Class
Date
1.

Incidents would not be raised against:

a)

requirements

b)

documentation

c)

improvements suggested by users

d)

test cases

2.

Which of the following uses Impact Analysis most?

a)

non-functional system testing

b)

component testing

c)

user acceptance testing

d)

maintenance testing

3.

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

a)

management review

b)

inspection

c)

walkthrough

d)

post project review

4.

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

a)

operating systems

b)

live data

c)

test documentation

d)

user requirement documents

5.

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

6.

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

a)

state transition testing

b)

syntax testing

c)

Icsaj

7.

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

8.

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.

9.

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.

10.

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

a)

true

b)

false

11.

Phase Definition. It will come under

a)

cmm level 1

b)

cmm level 2

c)

none

12.

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

a)

adhoc testing

b)

unit testing

c)

regression testing

13.

Acceptance testing is known as

a)

beta testing

b)

greybox testing

c)

test automation

d)

white box testing

14.

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

a)

full regression testing

b)

unit regression

c)

regional regression

d)

retesting

15.

Boundary value analysis belongs to which testing method?

a)

black box testing

b)

white box testing

16.

What are the Types of Integration Testing?

a)

big bang testing

b)

bottom up testing

c)

top down testing

d)

all the above

17.

Product Risk affects The quality or performance of the software.

a)

true

b)

false

18.

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

a)

process metric

b)

product metric

c)

test metrics

19.

Which is non-functional software testing?

a)

unit testing

b)

block box testing

c)

performance testing

d)

regression testing

20.

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

a)

delivery process

b)

testing process

c)

software process

21.

Executing the same test case on a modified build called as

a)

regression testing

b)

retesting

c)

ad hoc testing

d)

sanity testing

22.

Which is Black-Box Testing method?

a)

equivalence partitioning

b)

code coverage

c)

fault injection

23.

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

24.

What are the Testing Levels?

a)

unit testing

b)

integration testing

c)

system testing and acceptance testing.

d)

all the above

25.

Defect Management process does not include

a)

defect prevention

b)

deliverable base-lining

c)

management reporting

d)

none of the above

26.

Software testing accounts to what percent of software development costs?

a)

10-20

b)

40-50

c)

70-80

d)

5-10

27.

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

28.

Which of the following is not a characteristic for Testability?

a)

operability

b)

observability

c)

simplicity

d)

robustness

29.

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

30.

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

31.

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

32.

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

a)

system testing

b)

usability testing

c)

performance testing

d)

both b & c

33.

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)

After deployment

d)

During maintenance

34.

When does the testing process start?

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

35.

Acceptance test cases are based on what?

a)

requirements

b)

design

c)

code

d)

decision table

36.

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

37.

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

38.

Which of the following is a form of functional testing?

a)

boundary value analysis

b)

usability testing

c)

performance testing

d)

security testing

39.

Test cases are designed during:

4 lines
40.

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.

41.

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

42.

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

43.

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

a)

operating systems

b)

test documentation

c)

live data

d)

user requirement document

44.

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

45.

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 called?

a)

Pareto Chart

b)

Scatter Diagram

c)

Ishikawa Diagram

d)

Flowchart

46.

Variance from product specifications is called?

a)

report

b)

requirement

c)

defect

47.

Verification is

a)

process based

b)

product based

48.

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

49.

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

50.

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

51.

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)

Rapid Application Development (RAD)

52.

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

53.

Business Risk affects The Organization developing or Procuring the software.

a)

true

b)

false

54.

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

a)

true

b)

false

55.

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

a)

yes

b)

no

56.

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

a)

yes

b)

no

57.

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

a)

severity

b)

priority

c)

fix ability

d)

traceability

58.

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

59.

Alpha testing will be done at,

a)

user's site

b)

developers' site

60.

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

61.

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

a)

sdlc

b)

stlc

c)

sqlc

d)

blc

62.

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)

63.

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

a)

confirmation management

b)

confederation management

64.

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

a)

true

b)

false

65.

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

66.

Defects generally fall into the following categories?

a)

wrong

b)

missing

c)

extra

d)

all the above

67.

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)

68.

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

a)

true

b)

false

69.

Beta testing will be done by

a)

developer

b)

user

70.

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

a)

true

b)

false

71.

Integration, It will come under

a)

cmm level 1

b)

cmm level 3

c)

cmm level 2

d)

none

72.

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

a)

true

b)

false

73.

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

74.

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

75.

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

a)

Check Sheet (Checklist)

b)

Histogram

c)

Scatter Diagram

d)

Pareto Chart

76.

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

a)

false

b)

true

77.

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

a)

false

b)

true

78.

How severely the bug is affecting the application is called as

a)

severity

b)

priority

c)

fix ability

d)

traceability

79.

Project Risk affects The Schedule or Resources.

a)

true

b)

false

80.

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

81.

Management and Measurement, It will come under

a)

cmm level 1

b)

cmm level 3

c)

cmm level 4

82.

AdHoc testing is a part of

a)

unit testing

b)

regression testing

c)

exploratory testing

d)

performance testing

83.

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

a)

true

b)

false

84.

———— 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

85.

TQM represents

a)

tool quality management

b)

test quality manager

c)

total quality management

d)

total quality manager

86.

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

87.

Unit Testing will be done by

a)

testers

b)

end users

88.

Beta testing will be done at

a)

user place

b)

developers place

89.

A Plan to overcome the risk called as

a)

migration plan

b)

master plan

c)

maintenance plan

d)

mitigation plan

90.

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

91.

Quality Assurance methods are usually considered

a)

detective

b)

corrective

c)

preventive

d)

proactive

92.

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

93.

Verification is

4 lines