GUI Testing Flashcards

1
Q

Verifying whether the GUI executes correctly poses a problem

A

GUI oracle

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

Decompose a GUI into a set of GUI components, each of which is used as a basic unit of testing

A

GUI coverage criteria

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

A GUI window that once invoked, monopolizes the GUI interaction, restricting the focus of the user to a specific range of events within the window until the window is explicitly terminated

A

Modal Window

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

If and only if for all events v in V, there is at least one event-sequence p in P such that event v is in p

A

Event coverage criterion

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

If and only if for all elements (ei, ej) in E, there is at least one event sequence p in P such that p contains (ei, ej)

A

Event-interaction coverage criterion

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

If and only if P contains all event-sequences of length equal to n

A

Length-n Event-Sequence Coverage Criterion

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

If and only if for all restricted-focus events i in I, where I is the set of all restricted-focus events in the GUI, there is at least one event sequence p in P such that event i is in p

A

Invocation coverage criterion

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

If and only if for all i in IT, there is at least one event-sequence p in P such that i is in p

A

Invocation-Termination Criterion

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