Assert
Definition
An Assert is a claim that a certain fact has to be true. It is defined on the Teststep level to check during test execution, if a certain output matches a given value.
Each Assert is evaluated after the execution of a Teststep. A Teststep execution fails when the evaluated value does not match to the defined expectation.
Read more about dealing with failed Test Runs in the How To section.
There are three types of Asserts, that are described in detail in separate pages:
Actions on Assert
View Teststeps that have Asserts
- All Teststeps in a Test Case with one or more Assert, are marked with "" in the list of Teststeps.