Fan Tutorial 3b - Verify System - Test Module
Before moving on with this part of the Tutorial please check, which type of Verification Flow is active in your Valispace instance! There are two ways of verifying Requirements in Valispace, through Verification and Validation (V&V) Activities and through Verification Methods (VMs). The V&V Activity flow will become the default one, whereas the VMs flow will be deprecated over the next months.
To check which one is active, please hover over the little test tube icon in your Module sidebar on the left:
If what you see looks like this , your admin has enabled the Verifications & Validations Module. Please continue with the Fan Tutorial 3a - Verify SystemFan Tutorial 3a - Verify System - V&V Module.
If what you see looks like this , your admin has enabled the Test Module. Please continue with the Fan Tutorial 3b - Verify System - Test Module.
Both Modules provide similar features but with a different look.
This tutorial will discuss how to perform Verification and Validation using Valispace. We created requirements and components for our ValiFan project in our previous tutorials. This tutorial will explain how verification methods are added to the Requirements, how they are verified using the closeout references, and also demonstrate the automatic verification methods in Valispace.
This part of the tutorial takes approximately 30 - 45 mins to complete. All the values and the requirements provided are arbitrary.
Before we begin, let's review the basics of verifications in Valispace. Requirements are connected to one or more components, systems, or subsystems. These components are verified using verification methods. A component's requirement can be verified with single or multiple methods. Valispace offers five default verification methods: Rules, Inspection, Analysis, Review, and Test.
We will explore how to add components and verification methods to requirements and verify them with each verification method.
(1) Adding Default Components to a Specification
Let's add the Fan
component as default to our specification Fan_Specs
. To add a default component to the specification:
Select the
Fan_Specs
(1) and the click on the Tab saying “Spec- info“ (2), which brings you to the Fan_specs details tab (see Figure Specification Info)
In the Specification info tab, click on "Assign Components" and in the dropdown select “Fan“ to add it to your Specification as a default component (see Figure Default Specification Component).
After selecting the “Fan“ as your Default Component you will be asked: “Do you want to add components to existing requirements?”(1) in a pop-up box. Select the option “Yes, I’m sure“(2).
Like this we have now assigned the component “Fan” to all the requirements in the “Fan_specs” specification. In case you have already defined a verification method, the component gets populated automatically to the verification method.
(2) Creating and Loading Views for Verification in Valispace
Valispace offers various pre-selected attributes, such as Identifier, Text, Parents, Children, Type, State, Verification Status, Verification Methods, Components, Closeout References, Tags, and Properties. However, this may lead to excessive horizontal scrolling on smaller screens. To streamline the Verification process, users can generate custom views with only the essential attributes. Let's create a new view for the Verification and load it.
Hover over any one of the attribute name cells. A new icon shows, as shown in the image below. Click on the icon to open the menu.
Once you click on the icon, you have a new dialog box, Select the last icon with three vertical windows.
In this box, unselect all the attributes and select only the following attributes: Text, Parents, Children, Applicable Components, Verification status, Verification Methods, Closeout references and Tags.
The user can also select/unselect the attributes through the “Columns” on the right side. We have shown this approach to make you also aware of the additional options you have on the column headers, such as Filters and table sizing options. For instance, the funnel symbol provides filtering options for a specific column.
Upon finishing, right-click on the tables to open the tables menu. In the dialog box, select
Save View.
A new dialog box opens where you can input “Verification_View” in
Save as new
(1), selectPrivate
(2), and then clickSave
(3).
Once the view is saved, the user can now load them by right-clicking on the tables, selecting the option
Load View
and selecting theVerification_Views
.
(3) Adding a Verification Method to Requirements
Valispace has five default Verification Methods: Rules, Inspection, Analysis, Review and Test. Inspection, Analysis and Review are manual verification methods, while the Rules and Tests are automatically updated based on the triggers in the System Design Module and Test Module. We will create each Verification Method and show you how to attach the Closeout References.
Closeout references: Supporting information that proves the verification method.
Manual Verification Method
Let’s add a manual verification method to the requirement R-Fan-001
. To do that,
Click on the three dots icon on the
Actions
columns of the requirement and selectAdd Verification Method
.A new dialogue box opens, where you can select the Verification method. For the manual verification method, we will select
Inspection
and clickYes
on the confirmation window.Please check the Tutorial below for the flow.
Adding a verification method to a requirement
What happens when we add a Verification Method?
Once we assign a verification method to a requirement, it is added below. You can check this by clicking the
>
symbol near the Identifier nameR-Fan-001
. Clicking on the>
symbol expands the Verification method row (see Figure Requirement Verification Method).
Note: the > icon near the inspection method is shown. When the > is selected, the component row expands where it shows the components attached to the Verification method. Since we have added “Fan” as a default component, the component gets automatically populated to the Verification methods.
The red colour on the component shows that the Verification method of the component is not verified, while green indicates it as verified.
The user can add multiple components to the verification method by selecting the three dots on the Verification Method and selecting “Add Component“.
Changing Verification Status
To update a component's verification status, follow these simple steps. First, ensure that the component meets our standards through a thorough inspection. Once you have confirmed that it aligns with our requirement, double-click on the red box in the Verification Status column of the component and select "verified" from the drop-down menu (1) (see Figure Changing Verification Status).
The component's row colour will change from red to green, indicating that it has been verified. To confirm that the update has been successfully implemented, check the numbers - it should now indicate “1/1”.
For the Analysis Verification method, the procedure is similar, however, the “Closeout Reference” column is used to upload an external document or Report from the Analysis Module within Valispace and then manually changing the verification status if the document proves the verification.
Automatic Verification Method
Rules - Verification method - Track your Valis against Requirements
Most technical developments are designed against strict requirements, e.g., mass, power consumption, budget, etc. Valispace maintains a complete overview of whether your design fulfils all of these requirements.
In the row of
R-Fan-001
, click on the three dots icon near the identifier and select the first option,Add Verification Method
. In the pop-up “Add New Verification Method”, select “Rules” and click on “Yes”.Click on the small arrow button near R-Fan-001 and again on the one next to Rules to open the Fan component in the next row.
Double-click into the cell in the closeout reference column (1) to get a pop-up to add your rules (see image below Adding a Rule).
In the pop-up type the following rule
$Fan.Mass <= 300g
(1). Click on “Done” (2) - see Figure Rule Verification Method
ProTip: Instead of the fixed 300g, search for the Vali (by using the dollar sign “$”) that was created in the Text of the Requirement and compare it to the Mass of the Fan from the system design module.
Valispace automatically checks for verification of this rule. The green on the requirement 2/2
notification indicates that this requirement has been met and verified by two verification methods. Please use our click-through tutorial below to follow along:
You can also always check the status of all requirements and rules of the project by opening the
Verification Status
tab in theRequirements
Module.
PowerUserTip: The tracking of the requirements also takes defined margins into account. In case your worst-case value calculated with margins violates the requirements, the tool will let you know if you use the property function i.e. property($<search_for_vali>, worstcase_plus). You can refer to our documentation here.
Tests - Verification Method (Optional)
Next Steps?
Congratulations, you now know your way around Valispace!
You can continue improving your Desktop Fan project. Here are some ideas:
Add Compliance to your requirements
Add a few parent/children relationships between requirements, check the Connections Graph, and notice the colour codes on the requirement.
Right-click on the Requirement Table and the Export options.