Interacting Test Suites

Definition:

  • A special case of Interacting Tests where the tests are in different test suites.

Code Example:

Suite1.run()--> Green
Suite2.run()--> Green
Suite(Suite1,Suite2).run()--> Test C in Suite2 fails

References:

Quality attributes

  • - Code Example

  • - Cause and Effect

  • - Frequency

  • - Refactoring