Lokendra Singh

title
  • Test Case Design Techniques:

    1. Equivalence Partitioning:
    This technique divides the input data of a software application into partitions of equivalent data. Test cases are then designed to cover each partition with representative values. For instance, if an input field accepts numbers from 1 to 100, equivalence partitioning suggests…[Read more]

keyboard_arrow_up