DEV Community

Galla Deeksitha
Galla Deeksitha

Posted on

Describe the following testing techniques

1)Boundary value analysis:- This analysis check the valid and invalid partitions or points of values at boundary levels.
2)Decision table testing:- It is used to check various testing methods to test the behavior of the system in the systematic approach.
3)use case testing:- we can say this as a black box testing where testers use to test from end to end to identify the test cases that covers entire system of project.
4)LCSAJ testing:-It is a liner code sequence and jump. kind of white box testing to identify the code or strategy. This also test the program from start to end.

Top comments (0)