Software testing techniques

Malaiyarasi S - May 28 - - Dev Community

Testing of data is done based on boundary values or between two opposite ends where the ends may be like from start to end, or lower to upper or from maximum and minimum.

Decision table testing

Decision table is one of the testing techniques which will help us to test the systems with various sets of inputs. It is also called as cause and effect table.


Use case testing

It explain the functionality or requirement can be specify in the use case. It is a techniques that used to identity the test case.

LCSAJ testing(linear code sequence and jump)

White box testing techniques to identify the code distance which begins at the start of the Programe or branch and ends at the end of the program.

. . . .