medium
Single Answer
0What type of testing is used to ensure that separately developed software modules properly exchange data?
Answer Options
A
Fuzzing
B
Dynamic testing
C
Interface testing
D
API checksums
Correct Answer: C
Explanation
Interface testing is used to ensure that software modules properly meet interface specifications and thus will properly exchange data. Dynamic testing tests software in a running environment, whereas fuzzing is a type of dynamic testing that feeds invalid input to running software to test error and input handling. API checksums are not a testing technique.