Colors
Of
Testing
White
Box Testing (WBT):-
White
box testing is also known by the different names
Clear
box testing
Glass
box testing
Transparent
box testing
Code-Based
Testing
Structural
Testing
Open
box testing
White
box testing is the software testing method in which internal
structure is being known to tester who is going to test the software.
White
box testing is the detailed investigation of internal logic and
structure of the code
Black
Box Testing (BBT):-
Black
Box Testing is also known as
Functional
Testing
Behavioral
Testing
It
is a method of software testing that examines the functionality or
non - functionality of an application (e.g. what the software does)
without entering into its internal structures or workings & can
be done on any Level of testing i.e. Unit, Integration, System,
Acceptance.
This
method of attempts to find errors in the following categories:
Incorrect
or missing functions
Interface
errors
Errors
in data structures or external database access
Behavior
or performance errors
Initialization
and termination errors
Gray/Grey
Box Testing :-
Grey
Box testing is a combination of White box testing and Black Box
Testing.
Technique
to test the application with limited knowledge of the internal
workings of an application.
In
grey box testing, the tester has access to design documents and the
database.
Tester
having this knowledge will be able to test data and test scenarios in
a better way while making the test plan.
In
this the tester have the domain knowledge. The
aim of this testing is to search for the defects due to improper
structure or improper usage of applications
Yellow
Box Testing:-
It
is generally an Error/Warning message testing.
It
check's
whether the warning messages is properly configured or not and
display at the right time in a particular situation to a user.
Green
Box Testing:-
It
is generally a Success
Messages Testing.
It is a process that exercises a software systems coexistence
with others by taking multiple integrated systems that have passed
system testing as input and tests their required interactions. It
refers to test multiple systems that are integrated together and
making sure that everything works fine across the different
platforms/interfaces that have been integrated.
Red
Box Testing:-
It
is generally Hard
Error Messages Testing it
shows
up when
something goes wrong.
It is also referred as User Acceptance Testing done
at the user/client side. Some say's red
box testing
is networking,
peripherals testing and protocol testing.
1 Comment(s)