15. What is Beta Testing?
Testing of a release of a software
product conducted by customers.
16. What is Binary
Portability Testing?
Testing an executable
application for portability across system
platforms and environments, usually for
conformation to an ABI specification.
17. What is Black Box
Testing?
Testing based on an
analysis of the specification of a piece of
software without reference to its internal
workings. The goal is to test how well the
component conforms to the published
requirements for the component.
18. What is Bottom Up
Testing?
An approach to
integration testing where the lowest level
components are tested first, then used to
facilitate the testing of higher level
components. The process is repeated until
the component at the top of the hierarchy is
tested.
19. What is Boundary
Testing?
Test which focus on
the boundary or limit conditions of the
software being tested. (Some of these tests
are stress tests).
20. What is Bug?
A fault in a program
which causes the program to perform in an
unintended or unanticipated manner.
21. What is Defect?
If software misses
some feature or function from what is there
in requirement it is called as defect. |