In the field of software testing, Static & Dynamic Testing are two important testing techniques that help validate the quality of various software components, such as program code, documentation, etc
Size: 293.58 KB
Language: en
Added: Jun 25, 2019
Slides: 1 pages
Slide Content
EST
Involves the testing of the
documented artefacts.
Analyzes and evaluates
the software product in
non-operational mode.
It is performed atan
early stage of the
development life cycle.
Verifies business
requirement, functional
requirement, etc.
Works as a preventive
measure to avoid defects
in the software.
Requires less amount of
time and cost.
Requires manual
approach.
It isa Low Level activity
Statement Coverage is
higher and almost near
10 100%.
Involves the execution of
the test cases over software
product or code.
It performs the testing in
the run time environment.
Itis performed at a later
stage of the development
life cycle.
Validates pre-specified
requirements at each level of
software development.
Responsible for the
corrective actions like
removing & fixing defects.
‘Time and cost, is
comparatively higher.
May require manual or
automation approach.
Itisa High Level activity.
Itdoes not guarantees
the 100% statement
coverage.