Week 8 Flashcards
1
Q
What is equivalence partitioning?
A
It’s a black-box testing technique that divides all possible inputs into “equivalence classes”, where the software should behave the same for any input within the same class.
2
Q
What is black-box testing?
A
Black box testing involves testing a system with no prior knowledge of its internal workings. A tester provides an input, and observes the output generated by the system under test. This focuses on what the program does, not how it does it.
3
Q
What does IDE stand for?
A
Integrated Development Environment.
4
Q
How do you declare a tuple?
A
With normal brackets ()