Load Test Profile
Description
The Load Test Profile step is used to automatically loading test profiles. A test profile is usually a .txt
file.
Test profile example
The test profile must follow a certain syntax, shown below
%% METADATA %%
Meta0=example_value1
Meta1=example_value2
%% TESTCASES %%
testcase0=SKIPPED
testcase1=NOT TESTED
testcase1:condition0=24
%% VARIABLES %%
var0=12
var1=42
var2=1,2,3,4,5
Attributes
Attribute | Value |
---|---|
Name | Step |
Description | |
Folder Path | $project |
Filename | |
Suffix | .txt |
Name
Name specifies the name of the step.
Description
Description is an optional description of the step. The text written here will be visible in the measurement log.
Folder Path
The folder that SAFE will look for the test profile in.
Filename
The filename of the test profile. This value can be controlled by a metadata field.
Suffix
The suffix of the test profile.