Equivalence Classes in software testing -


i new software testing , studying basic techniques. read following problem:

identify equivalence classes following specification: program accepts 5 9 inputs 3 digit integers greater 100.

i think doesn't matter how inputs program has, , equivalence class {99,100,101}. right or not?

after comments, think classes are:

1.(-00,99) 2.[100] 3.(101,999) 4.(1000,+00) 

inputs:

  • 0-4 inputs
  • 5-9 inputs
  • more 9 inputs

values:

  • 0-100
  • 101-999
  • greater 999

the program accepts when there between 5 , 9 inputs , each input value 3-digit number between 101 , 999.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -