Attempt Any FIVE of The Following: 10: Static Testing
Attempt Any FIVE of The Following: 10: Static Testing
e Define Defect.
It refers to the several troubles with the software product, with itsexternal behavior or its
internal features.
OR
A defect is an error in coding that causes a program to fail or to produce incorrect
/unexpected results.
● An automated testing tool can playback pre-recorded and predefined actions, compare the
results to the expected behavior and report the success or failure of these to a test engineer.
● Once automated tests are created, they can easily be repeated, and they can be extended to
perform tasks impossible with manual testing.
● Automated Software Testing Saves Time and Money.
● Software tests must be repeated often during development cycles to ensure quality.
● Every time source code is modified software tests should be repeated.
● For each release of the software, it may be tested on all supported operating systems and
hardware
● To find any defects or bugs that may have been created when the software was being developed
● To increase confidence in the quality of the software
● To prevent defects in the final product
● To ensure that end product meets customer requirements as well as specifications
● To provide customers with a quality product and increase their confidence in the team.
User Involvement
Requirement Improvement