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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does IDE stand for?

A

Integrated Development Environment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you declare a tuple?

A

With normal brackets ()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly