Syntax Logic Flashcards

1
Q

Syntactic Decprition

A
  • Programs
  • Integration elements
  • design documents
  • input descriptions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Tests with two general goals

A
  • cover syntax in some way

- violate the syntax (invalid tests)

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

Recognizer

A

String in the grammar?

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

Generator

A

given grammar, derive strings

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

More than one operator at the same time?

A

Usually not - can intefere witheach other.

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

MOC

A

Mutation operation coverage

Contain mutated string covering mutation operator

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

MPC

A

Mutation production coverage

Contains every production covering mutation operator

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

Number of test requirements depend on

A

Syntax and mutant operators

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