DEV Community

Tamizharasan
Tamizharasan

Posted on

Task 2

  1. Boundary value Analysis It is a black box testing techniques. It needs to check the range of data to test. In testing of data minimum+1 & maximum -1 is a result of valid testing and minimum -1 & maximum+1 is a result of invalid testing.
  2. Decision table testing Decision table testing techniques used to test the different types of input combination & the output are tabulated. 3.Use case testing Use case testing techniques used to identifying & testing scenarios in whole system.
  3. LCSAJ It means Linear code sequence & jump. This testing is checked by developers. This testing used to identifying the code coverage & bugs.

Top comments (0)