...

/

Right-BIC[E]P: Forcing Error Conditions

Right-BIC[E]P: Forcing Error Conditions

Learn about the errors and environmental constraints that could influence testing.

We'll cover the following...

The existence of a happy path suggests that there must be an unhappy path. Errors happen, even when we think they’re impossible. For example:

  • Disks fill up, network lines drop.
  • An email goes into a black hole.
  • Programs crash.

We ...