- Created by SS Doc Editor, last modified on Sep 09, 2024

A load test solution enables team members to work on test cases independently and then combine them to run a test.
A test solution has the following elements:
- A test solution file (.sslnconfig) similar to the .ssconfig file is described here.
- One or more test case configuring files (.sstc) that only contain the test case elements. These files are stored in the test subfolder alongside the corresponding .saz file.
This enables the same test case to be imported into multiple tests, and all changes in the test case are automatically propagated to all tests.
Creating a test solution
Select the Test Solution radio button in the Save Test options dialog to create a test solution.

This will create the following test files:
- A test solution file (.sslnconfig)
- A test subfolder with a test case configuration file (.sstc) and a .saz file for every test case in the test. This set of files is called test case files.
- A new test configuration file and .saz will be created when adding a test case to a solution.
Only save test solution
If you want to save only the test solution file (and keep the existing test case files) when saving as a test solution, check the Test solution only checkbox before saving.

Importing test cases into a solution
When importing a test case from another test, there can be one of two possibilities:
- If importing from a test configuration (.ssconfig), a new set of test case files will be created for every imported test case.
- If imported from another test solution (.sslnconfig), no new test case files will be created. The test solution will reference the test case files from their current location.
Relative paths
Starting from v5.7, the test case paths are referenced by the relative path to the solution file, not the absolute path.
- No labels



