Prepare for Test Authoring
R2026bParse source code to prepare for test authoring, find and update tests
After creating a Polyspace® Platform project and adding your source code, parse the code to extract all information required for authoring tests. Once you have graphical tests in a project, you can use tools such as Code Explorer to find existing tests for a given function.
Tools
| Polyspace Platform Settings | Settings for Polyspace Platform user interface (Since R2023b) |
| Test Case | Author graphical tests in the Polyspace Platform user interface (Since R2023b) |
Topics
Get Started with Test Authoring
- Specify C/C++ Compilers for Testing in Polyspace Platform User Interface
Specify a supported compiler for initial code analysis and test building.
- Parse Source Code for Auto-Populating Test Information in Polyspace Platform User Interface
Create a database of functions, dependencies, inputs, and more, for auto-populating information during test authoring.
Update Existing Tests
- Find Existing Tests for Function in Polyspace Platform User Interface
Find which tests are calling a function in Polyspace Platform user interface. - Update Tests in Polyspace Platform User Interface
Update one or more tabular test steps to account for source code changes, including function remapping and type definition updates.