Skip to content

Commit 40a8069

Browse files
committed
refine doc
1 parent cfaffc3 commit 40a8069

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_docs/en/properties.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ title: Properties
33
permalink: /docs/en/properties
44
key: docs-properties
55
---
6-
A property in API Test Base is a named String. A property can be used in any request, test case, test step, assertion or HTTP stub with syntax `${<Property_Name>}`, e.g. ${Output_Queue_Name}.
6+
A property in API Test Base is a named String.
7+
8+
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}.
79

810
## User Defined Properties
911
You can define custom properties in a request or test case on the `Properties` tab, then use them in the request, test steps or assertions.

0 commit comments

Comments
 (0)