Verifying and Reporting using an if else condition¶
Below is an example that shows a simple if-else
statement, and also two of Squish's test functions (
test.pass()
and
test.fail()
). Of course, Squish provides many other useful test functions.
Last edited on
Below is an example that shows a simple if-else
statement, and also two of Squish's test functions (
test.pass()
and
test.fail()
). Of course, Squish provides many other useful test functions.