Software test case management is the process of executing software codes that are based on the input provided by the clients. Once the required output is got, the module is said to be compliant with client requirements. Software developers follow three main types of testing – the black box testing, grey box and white box testing; of which grey box testing is a combination of white and black box testing.
Grey box testing methodology -
1. Here, although the tester has access to internal data structures and algorithms to for purposes of designing test cases, the testing as such is done similar to black box testing.
2. This testing is widely used in case of integration testing, which is conducted to test the joint output of two modules.


