Skip to content

Commit ed1016b

Browse files
committed
update screenshots for new release
1 parent b0ae44d commit ed1016b

File tree

9 files changed

+1
-1
lines changed

9 files changed

+1
-1
lines changed

_docs/en/properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A property in API Test Base is a named String.
88
A property can be defined in various ways and scopes, and used in request, test case, test step, assertion or HTTP stub with syntax `${<Property_Name>}`, e.g. ${Output_Queue_Name}.
99

1010
## User Defined Properties
11-
You can define custom properties in a request, test case or environment on the `Properties` tab, then use/reuse them across the request, test case or environment.
11+
You can define custom properties in a request, test case, environment or workspace on the `Properties` tab, then use/reuse them across the request, test case, environment or workspace.
1212

1313
Another usage is `template based test case creation`. If already familiar with a test pattern, you can create a test case as template to capture the test steps. Define properties on the template test case and use them in the test steps. To create a new test case, copy the test case template, tailor the test steps as appropriate (such as removing unnecessary steps), enter the property values and the new test case is ready to run. There is no need for you to dive into any test step to locate and enter those values. This treats the test case like a black box and properties like the parameters to the black box, hence making it easier to create a new test case.
1414

3.97 KB
Loading
3.5 KB
Loading
3.06 KB
Loading
5.05 KB
Loading
3.54 KB
Loading
1.93 KB
Loading
10.1 KB
Loading
4.55 KB
Loading

0 commit comments

Comments
 (0)