Prepare for Test Authoring
Parse 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.
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
Remap code under test and auto-update variables to latest type definitions.