Orthogonal array testing technique (OATS)
It is a black box testing using statistical methods to arrive the minimum number of test cases can do the maximum coverage to test scenarios/ test data,
steps:
- Enter column name as number of factors (e.g. header, table, middle, bottom)
- Find out the least number of levels or values of test data
- Prepare a standard orthogonal array – make sure column 1 is test case ID
- Remaining 4 columns are factors
- Then add levels and optimize the combinations array.