Skip to content

Commit 7393739

Browse files
authored
update_changes_kane-ai-smart-variables.md
1 parent 44e75bb commit 7393739

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/kane-ai-smart-variables.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ They cover categories such as date & time, system information, location, connect
4747
When typing `{{` in the Web/App Agent, an overlay displays all available variables, including regular, secret, and smart variables, with smart variables labeled as "Smart" and accompanied by descriptions.
4848
:::
4949

50-
Smart Variables listing is available near User Variables
50+
Smart Variables are listed under the variables section within an authoring session.
5151

5252
<img loading="lazy" src={require('../assets/images/kane-ai/features/smart-variables/smart-variables-list.png').default} className="doc_img"/>
5353

@@ -57,14 +57,15 @@ Smart variables can be referenced in test steps, modules, and test cases using t
5757

5858
### Step 1: Access the Test Environment
5959

60-
Navigate to the Web/App Agent & enter the authoring mode.
60+
Enter the Authoring or Editing mode for a KaneAI test case
6161

6262
### Step 2: Reference a Smart Variable
6363

6464
In the "Write a Step" field type `{{` to trigger the variable overlay. This will display a list of all available variables, including smart variables labeled with "Smart".
6565

6666
For example, to use the current date in a test step:
6767

68+
Use `{{` syntax to get the list of smart variables listed and type to search and filter them out then select the desired one.
6869
```
6970
Enter the value of {{smart.current_date}} in the date field
7071
@@ -78,7 +79,7 @@ From the overlay, select the desired smart variable. The variable will be insert
7879

7980
### Step 4: Run Your Test
8081

81-
Execute the test case. The smart variable will dynamically resolve to its corresponding value based on the current environment or condition (e.g., `2025-04-29` for `{{smart.current_date}}`).
82+
Once the test step is executed the smart variable will dynamically resolve to its corresponding value based on the current environment or condition (e.g., `2025-04-29` for `{{smart.current_date}}`).
8283

8384
## Supported Smart Variables
8485

@@ -131,4 +132,4 @@ Below is a comprehensive list of supported smart variables, organized by categor
131132

132133
<video class="right-side" width="100%" controls id="vid">
133134
<source src= {require('../assets/images/kane-ai/features/smart-variables/smart-variables-guide.mp4').default} type="video/mp4" />
134-
</video>
135+
</video>

0 commit comments

Comments
 (0)