Test Authoring in Polyspace Platform User Interface
Test inputs and assessments, complex tests, mocking and stubbing
Use the Polyspace® Platform user interface to author graphical tests for your C/C++ code. After creating a project and adding your source files in the Polyspace Platform user interface, parse the code to extract a list of functions to test. Create stubs to work around any undefined functions or variables, author new graphical tests, and link your tests to externally authored requirements.
Categories
- Prepare for Test Authoring
Parse source code to prepare for test authoring, find and update tests
- Inputs, Assessments, Stubs and Mocks
Specify test inputs and assessments, stub undefined function callees, override function callees
- Complex Tests
Run multistep tests or parameterized tests
- Linking to Requirements
Link tests to externally authored requirements