• Software Testing Dictionary
  • Home

Post Condition



What is Post Condition?

Post Condition is a statement or set of statements describing the outcome of an action if true when the operation has completed its task.

The Post Conditions statement indicates what will be true when the action finishes its task.

Example:

To identify the square root of a number, the precondition is that the number should be greater than zero. The POST Condition is that the square root of the number is displayed on the console.

Advertisements