Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Colors of Testing

    • 0
    • 2
    • 1
    • 0
    • 1
    • 0
    • 0
    • 0
    • 241
    Comment on it

    Colors Of Testing


    White Box Testing (WBT):-


    White box testing is also known by the different names 

    1. Clear box testing 

    2. Glass box testing 

    3. Transparent box testing 

    4. Code-Based Testing

    5. Structural Testing

    6. 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

    1. Functional Testing

    2. 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:

    1. Incorrect or missing functions

    2. Interface errors

    3. Errors in data structures or external database access

    4. Behavior or performance errors

    5. 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)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: