Test Design Techniques

State Transition Testing

State transition testing is used for systems where some aspect of the software system can be described in ‘finite state machine’. This means that the

Equivalence Partitioning

What is Equivalence Partitioning? Equivalence partitioning (EP) is a blackbox testing technique. This technique is very common and mostly used by all the testers informally.