Skip to content

Commit 2c377ea

Browse files
feedback changes
1 parent 54cdf0f commit 2c377ea

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

docs/kane-ai-using-datasets.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co
4444
></script>
4545
Datasets in KaneAI-LambdaTest allow you to manage and reuse input values for test cases efficiently. This guide explains how to create, edit, and manage these data sets while utilizing parameters to run test cases with a variety of inputs, improving flexibility and reducing manual data entry.
4646

47-
## Step 1: Accessing Parameters and Datasets
47+
## Accessing Datasets within a Project
4848
Navigate to the Parameters section within your project and review existing data sets under this section.
4949
> **Note :** Parameters act as placeholders for data, enabling test cases to use varying inputs.
5050
@@ -55,12 +55,13 @@ Every test case which uses parameters in KaneAI automatically generates a defaul
5555
5656
<img loading="lazy" src={require('../assets/images/kane-ai/features/datasets/2.png').default} alt="Image" className="doc_img img_center"/>
5757

58-
## Step 2: Creating and Editing Datasets
59-
To create a dataset, navigate to the Datasets section, click "Create Dataset," and define parameters and values as needed. For existing datasets, access the version history of a default dataset, create a copy, and edit the copied dataset to update or add values seamlessly.
58+
## Creating and Editing Datasets
59+
- To create a dataset, navigate to the Datasets section, click "Create Dataset," and define parameters and values as needed.
60+
- For existing datasets, access the version history of a default dataset, create a copy, and edit the copied dataset to update or add values seamlessly.
6061

6162
<img loading="lazy" src={require('../assets/images/kane-ai/features/datasets/3.png').default} alt="Image" className="doc_img img_center"/>
6263

63-
## Step 3: Adding Data to Datasets
64+
## Adding Data to Datasets
6465
Open the editable Dataset. Click on "**Add a Row After**". Enter your desired values (e.g., 5 or Mike).
6566

6667
<img loading="lazy" src={require('../assets/images/kane-ai/features/datasets/4.png').default} alt="Image" className="doc_img img_center"/>
@@ -71,12 +72,12 @@ Alternatively, you can use the **Autofill with AI** option to automatically popu
7172

7273
<img loading="lazy" src={require('../assets/images/kane-ai/features/datasets/5.png').default} alt="Image" className="doc_img img_center"/>
7374

74-
## Step 4: Importing Data via CSV Files
75+
### Importing Data via CSV Files
7576
Prepare your data set in CSV format. Use the Import Data feature in the data set editor and verify imported data and save the test case to ensure synchronization.
7677

7778
<img loading="lazy" src={require('../assets/images/kane-ai/features/datasets/6.png').default} alt="Image" className="doc_img img_center"/>
7879

79-
## Step 5: Utilizing Version History
80+
## Utilizing Version History
8081
- **Version Tracking :** All changes to data sets are recorded.
8182
- **Revert or Restore :** Easily revert to a previous version if needed.
8283
- **Backup Assurance :** Ensure data integrity with a maintained history of edits.

docs/kane-ai-using-parameters.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,12 @@ This guide provides a detailed walkthrough for utilizing parameters in KaneAI to
4949
- **Multiple Configurations :** Simplify the execution of tests with different data sets.
5050
- **Seamless Test Management :** Centralized management of parameters improves efficiency and reduces redundancy.
5151

52-
## Step 1: Define Parameters in a Web or App Agent Test
53-
- Navigate to the specific web agent test URL.
54-
- Prepare the test to accept inputs for `name`, `age`, and `phone_number` as parameters.
52+
## Define Parameters in a Web or App Agent Test
53+
- Navigate to the specific web agent test URL and configure the test to accept input parameters.
5554

5655
<img loading="lazy" src={require('../assets/images/kane-ai/features/parameters/1.png').default} alt="Image" className="doc_img"/>
5756

58-
## Step 2: Create a parameter in a test
57+
## Create a parameter in a test
5958
- Confirm that parameters are already defined in the system. To add a new parameter, use one of the following methods to define the parameter:
6059
- Type a **`slash (/)`** and select the Parameter option.
6160
- Click the Plus icon and choose the Parameter icon.
@@ -64,7 +63,7 @@ Click **Create Parameter** to save.
6463

6564
<img loading="lazy" src={require('../assets/images/kane-ai/features/parameters/3.png').default} alt="Image" className="doc_img"/>
6665

67-
## Step 3: Reference the parameter in test step
66+
## Reference the parameter in test step
6867
Reference any parameter using **dollar-curly braces syntax** (e.g.,`${phone_number}`). Enter the name in its designated input field.
6968

7069
<img loading="lazy" src={require('../assets/images/kane-ai/features/parameters/4.png').default} alt="Image" className="doc_img"/>

docs/kaneai-hyperexecute-test-run-execution.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ This documentation outlines the steps to create a test run for KaneAI generated
5555

5656
<img loading="lazy" src={require('../assets/images/kane-ai/test-manager/test-plan-execute-hyperexecute/step1.png').default} alt="Image" className="doc_img"/>
5757

58-
### Step 2: Create a Test Run
59-
- Go to the Test Run section within the project.
60-
- Click Demo Test Run.
58+
### Step 2: Create a Test Plan
59+
- Go to the Test Plan section within the project.
60+
- Click Demo Test Plan.
6161
- Provide the following details:
6262
- **Name :** e.g., Demo Test Plan 123.
6363
- **Description :** A brief overview of the run.

0 commit comments

Comments
 (0)