Podcast
Questions and Answers
What does the input domain to a program contain?
What does the input domain to a program contain?
- All the possible inputs to that program (correct)
- Global variables
- Only user level inputs
- Only a finite set of values
What defines the scope of the input domain?
What defines the scope of the input domain?
- User level inputs
- Global variables
- Input parameters (correct)
- Data read from a file
At which levels of testing can Input Space Partitioning (ISP) be applied?
At which levels of testing can Input Space Partitioning (ISP) be applied?
- Unit, Integration, System (correct)
- Unit, Acceptance, Regression
- System, Regression, Acceptance
- Smoke, Sanity, Interface
What knowledge is needed to apply Input Space Partitioning (ISP)?
What knowledge is needed to apply Input Space Partitioning (ISP)?
What is testing fundamentally about?
What is testing fundamentally about?