What is red box, yellow box and green box testing?

18,366

Solution 1

There are different colors of testing and techniques in Software Testing:

  1. White Box = Unit and Integration testing
  2. Black Box = The following techniques:

    • BVA (Boundary Value Analysis)
    • ECP (Equivalence Class Partitioning)
    • Decision Tables
    • STF (State Transition flows)
    • Error Guessing
  3. Yellow Box = Acceptance testing

  4. Green Box = Release testing
  5. Gray Box = Maintenance testing

Solution 2

Red box testing is User Acceptance Testing. Yellow Box testing is to test the Warning or Alert messages.

Solution 3

Google has one result, several alternatives

http://www.testrepublic.com/forum/topics/define-red-box-testing-yellow

Share:
18,366
simplyharsh
Author by

simplyharsh

A Developer at the core. Nothing more. Nothing less. Follow me on Twitter. Know about me at LinkedIn.

Updated on June 04, 2022

Comments

  • simplyharsh
    simplyharsh almost 2 years

    I can find many explanations on difference between black box and white box testing, but couldn't find any better explanation on Red box, Yellow box and Green box testing.

    Can someone please explain these types of testing terms? Examples will be appreciated.

    Thanks in advance.