PHP Warning: include_once(/api/lib/core/user.php): failed to open stream: No such file or directory in /home/geekint/public_html/static/content.php on line 82
PHP Warning: include_once(): Failed opening '/api/lib/core/user.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/geekint/public_html/static/content.php on line 82 poojamangal Answers - GeekInterview.com
Equivalence partitioning and boundary value analysis to test a text box and accepts values greater than 18 and less than 21. The range of acceptable input is then 19 an 20. This isn't much of a range. In this example, there is no need to perform equivalence class partitioning because all numbers in the class will be used to conduct boundary value analysis.
The test values are:
18 ( min - 1 ) 19 ( min ) 20 ( max ) 21 ( max + 1 )