Task – 2

RMAG news

Boundary value analysis:

Boundary value analysis is based on testing at the boundaries between partitions. It includes maximum, minimum, inside or outside boundaries, typical values and error values.

Decision Table:

A decision table is also known as to Cause-Effect table. This software testing technique is used for functions which respond to a combination of inputs or events.

LCSAJ Testing :-
LCSAJ stands for “Linear Code Sequence and Jump” testing. It is a white-box testing technique used to assess the coverage of source code within a software program. LCSAJ testing focuses on verifying that all linear code sequences and jumps within the code are exercised by test cases. This technique is commonly used in the context of structural testing or code coverage analysis.