What you will achieve
By the end of this tutorial, you will have TestAuto2 — Automotive Safety Solution installed and configured in your Polarion ALM environment. You will verify that all Nextedy products (Risksheet and PowerSheet) are properly licensed and that the solution’s core components are accessible through the Polarion interface. Expected time: 30-45 minutesPrerequisites
Before starting the installation, ensure you have:- Polarion ALM version 2020.1 or later installed and running
- Administrative access to your Polarion server and project repository
- Nextedy Risksheet license (Professional or Enterprise tier recommended for full feature set)
- Nextedy PowerSheet license (required for traceability matrices and verification sheets)
- SVN client for repository access (TortoiseSVN, command-line svn, or Polarion’s built-in client)
- Web browser with JavaScript enabled (Chrome, Firefox, or Edge recommended)
Installation Overview
Step 1: Install Nextedy Products
TestAuto2 is built on top of Nextedy Risksheet and PowerSheet extensions. These must be installed at the server level before importing the solution.- Log in to your Polarion server with administrator credentials
- Navigate to Administration → Extensions and Plugins
- Click Upload Extension and select the Nextedy Risksheet
.jarfile - Wait for the upload to complete and click Restart Server
- After server restart, repeat the process for Nextedy PowerSheet
.jarfile - Verify installation by checking Administration → License Management
Step 2: Import TestAuto2 Solution
The solution package contains all configuration files, templates, custom fields, workflows, and dashboard definitions.-
Create a new project in Polarion: Projects → New Project
- Project ID:
TestAuto2(or your preferred identifier) - Project Name:
Automotive Safety Solution - Template: Select Empty Project
- Project ID:
-
Check out the project repository using SVN:
-
Extract the TestAuto2 solution package to your local checkout directory:
-
Commit the solution files to the repository:
- In Polarion, navigate to your project and click Administration → Reload Repository
Step 3: Configure Project Properties
TestAuto2 uses several project-level properties to control behavior and integration points.- Navigate to Project Administration → Project Properties
- Scroll to the Custom Properties section
- Add the following properties:
| Property Key | Value | Purpose |
|---|---|---|
nextedy.risksheet.enabled | true | Enable Risksheet integration |
nextedy.powersheet.enabled | true | Enable PowerSheet integration |
testauto2.standards | ISO26262,ISO14971,IATF16949 | Active compliance standards |
testauto2.vehicleProject | AEB-System | Target vehicle system (customize) |
testauto2.enableTour | true | Enable interactive tour for new users |
- Click Save at the bottom of the page
Some properties (like
nextedy.risksheet.formulaTimeout) have global defaults set at the server level. Project-level properties override these defaults for this project only.Step 4: Verify Licenses and Permissions
TestAuto2 requires specific license allocations and role-based permissions to function correctly.Verify License Allocation
- Go to Administration → License Management → User Assignments
-
Ensure your user account has licenses for:
- Polarion Professional (or higher)
- Nextedy Risksheet Professional
- Nextedy PowerSheet
- Allocate licenses to other team members who will use the solution
Verify Role Permissions
- Navigate to Project Administration → Permissions
- Confirm the following roles exist with correct permissions:
Step 5: Access the Home Dashboard
Verify the installation by accessing the main dashboard.- Navigate to Home → Project Home
- Observe the TestAuto2 dashboard layout:
- Project Banner with solution name and standards badges
- Statistics Cards showing work item counts (initially zero)
- Document Inventory listing template documents
- Quick Links to role-based dashboards
- Recent Activity feed
Step 6: Load Sample Data (Optional)
TestAuto2 includes a sample Automatic Emergency Braking (AEB) system dataset to help you understand the solution structure.- Navigate to Project Administration → Import/Export
- Click Import from File
-
Select the
SampleData-AEB-System.zipfile from the solution package -
Choose import options:
- ✓ Import work items
- ✓ Import documents
- ✓ Import links
- ✓ Preserve work item IDs
- Click Start Import and wait for completion (2-5 minutes)
- 12 Hazards
- 8 Safety Goals
- 24 System Requirements
- 18 Failure Modes
- 32 Test Cases
The sample data is for learning purposes only. Delete it before creating production safety analyses using Project Administration → Work Items → Bulk Delete filtered by custom field
isExampleData = true.Verification Checklist
Before proceeding to your first HARA session, confirm:- Risksheet and PowerSheet appear in Extensions list as “Active”
- Your user has all three required licenses (Polarion, Risksheet, PowerSheet)
- Project properties are configured with correct standard codes
- Home dashboard loads without errors and displays navigation cards
- Spaces (Requirements, Design, Risks, Testing, Documentation) exist in left navigation
- You can access at least one role-based dashboard (e.g., Safety Engineer Dashboard)
- Sample HARA document opens and displays risksheet table with formula columns
Troubleshooting Common Issues
| Issue | Solution |
|---|---|
| ”License expired” error | Contact Nextedy support to renew Risksheet/PowerSheet licenses |
| Risksheet shows “Loading…” indefinitely | Check browser console for JavaScript errors; verify nextedy.risksheet.enabled = true |
| Dashboard widgets show “Permission denied” | Assign your user to appropriate project role (safety_engineer, design_engineer, etc.) |
Formula columns show #ERROR | Verify custom field definitions match risksheet JSON configuration |
| SVN commit fails | Check repository permissions and ensure no file locks exist |
Next Steps
Now that TestAuto2 is installed and verified, continue with:- TestAuto2 Solution Overview — Understand the architecture and data model
- Understanding the Navigation — Learn how to navigate spaces and dashboards efficiently
- Finding Your Role Dashboard — Locate the dashboard customized for your job function
- Your First HARA Session — Start your first hazard analysis for ISO 26262 compliance