Project and File Management
Manage a Polyspace® Platform project and its associated files to improve sharing, reuse, and integration with version control systems. For instance, you can organize your graphical tests in named collections called test suites, or create a workspace to group and manage related projects.
Modularize your Polyspace Platform project by saving components such as configurations and graphical tests in separate files that are linked to the project by reference. You can submit your Polyspace Platform project file to version control along with its sources and component files, or you can submit only the sources and project component files and use the Polyspace Python® API to create projects on demand from their component parts.
Polyspace Options
Tools
| Polyspace Platform Settings | Settings for Polyspace Platform user interface (Since R2023b) |
Topics
Project Structure
- Create Easily Shareable Projects for Version Control
Create projects that are easy to share and submit to version control by using relative paths, variables, and a modular project structure. - Modularize Project by Using External Configurations, Test References, and External Stub Files
Separate your Polyspace Platform project into multiple files to improve sharing and version control workflows. - Modularize Existing Project by Using Polyspace Python API
Use Python scripts to modularize existing projects by converting configurations and graphical tests to files referenced by the project. - Create Project Dynamically by Using Polyspace Python API
Use Python scripts to dynamically generate projects from sources, configurations, and tests.
Project and Test Management
- Update Projects in Polyspace Platform User Interface
Update source files in Polyspace Platform projects. - Update Tests in Polyspace Platform User Interface
Remap code under test and auto-update variables to latest type definitions. - Manage Related Projects in Polyspace Platform User Interface Using Workspaces
Create workspace from open projects, add projects to workspace, save workspace. - Organize Graphical Tests in Polyspace Platform Project Using Test Suites
Create test suites, move tests into suites, and run an individual test suite. - Import and Export Graphical Tests
Import or export copies of a graphical test.
File Storage
- Artifacts and Results Generated by Polyspace Platform Projects
Learn about the files Polyspace generates when you build a project or run static analysis or tests. - Submit Polyspace Files to Version Control
Learn which Polyspace files to submit to version control systems.