c++ - Can i test a set of options using equivalence partition? -


for example, school's system offers 2 courses math , physics , other input invalid. can equivalence partition used?

yes, if can split input values groups (for example: numbers, letters) won't able test field in proper way. decision table testing , use case testing used in addition. better way make field dropdown user able select he/she needs without additional validations.


Comments