Contenuto principale

Complex Tests

Run multistep tests or parameterized tests

In the Polyspace Platform user interface, you can author simple tests that call one function and test if the function behaves as expected. You can also author more complex tests, for instance:

  • Tests that call a sequence of functions (multi-step tests).

  • Tests that call the same function several times with different inputs (parameterized tests).

If a function in your source code is not supported for graphical test authoring, you can test the function in a C/C++ script inside a graphical test.

Topics