You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/kane-ai-using-parameters.md
+16-27Lines changed: 16 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,82 +42,71 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co
42
42
})
43
43
}}
44
44
></script>
45
-
This guide provides a detailed walkthrough for utilizing parameters in KaneAI to streamline test case management and execute tests with various data inputs. By leveraging parameters such as `name`, `age`, and `phone_number`, testers and developers can manage configurations effortlessly. Follow the step-by-step instructions below for successful implementation.
45
+
This guide provides a detailed walkthrough for utilizing parameters in KaneAI to streamline test case management and execute tests with various data inputs. By leveraging data parameters, testers and developers can manage configurations effortlessly. Follow the step-by-step instructions below for successful implementation.
46
46
47
47
## Key Features of Parameters in KaneAI
48
48
-**Dynamic Data Input :** Use parameters to define and input test data dynamically during test execution.
49
49
-**Multiple Configurations :** Simplify the execution of tests with different data sets.
50
50
-**Seamless Test Management :** Centralized management of parameters improves efficiency and reduces redundancy.
51
51
52
-
## Step 1: Define Parameters in a Web Agent Test
52
+
## Step 1: Define Parameters in a Web or App Agent Test
53
53
- Navigate to the specific web agent test URL.
54
54
- Prepare the test to accept inputs for `name`, `age`, and `phone_number` as parameters.
- Confirm that parameters for `name` and `age`are already defined in the system. To add a new parameter for `phone_number`, use one of the following methods to define the parameter:
58
+
## Step 2: Create a parameter in a test
59
+
- Confirm that parameters are already defined in the system. To add a new parameter, use one of the following methods to define the parameter:
60
60
- Type a **`slash (/)`** and select the Parameter option.
61
61
- Click the Plus icon and choose the Parameter icon.
62
62
63
-
Assign a name such as `phone_number` and enter a default value (e.g., 123-456-7890). Click **Create Parameter** to save.
Upon completing the test, review the Test Summary Page, where all utilized parameters are clearly displayed, and the corresponding generated code is readily available for seamless integration into future test scenarios.
Utilize the parameters to run your test cases with different data sets and inputs. You can manage and monitor execution using the LambdaTest Test Manager interface.
- Choose from available browser configurations. If a new configuration is needed, click on Create Configuration button and choose from thousands of configuration options.
0 commit comments