Syntax Logic Flashcards
1
Q
Syntactic Decprition
A
- Programs
- Integration elements
- design documents
- input descriptions
2
Q
Tests with two general goals
A
- cover syntax in some way
- violate the syntax (invalid tests)
3
Q
Recognizer
A
String in the grammar?
4
Q
Generator
A
given grammar, derive strings
5
Q
More than one operator at the same time?
A
Usually not - can intefere witheach other.
6
Q
MOC
A
Mutation operation coverage
Contain mutated string covering mutation operator
7
Q
MPC
A
Mutation production coverage
Contains every production covering mutation operator
8
Q
Number of test requirements depend on
A
Syntax and mutant operators