|
1 | 1 | --- |
2 | 2 | id: kaneai-hyperexecute-test-run-execution |
3 | | -title: Create and Execute your Test Plan for KaneAI Generated Tests on HyperExecute |
| 3 | +title: Create and Execute your Test Run for KaneAI Generated Tests on HyperExecute |
4 | 4 | hide_title: false |
5 | | -sidebar_label: Execute Test Plans on HyperExecute |
6 | | -description: Learn how to execute KaneAI-generated test plans directly on HyperExecute with this step-by-step guide for efficient and rapid test execution. |
| 5 | +sidebar_label: Execute Test Runs on HyperExecute |
| 6 | +description: Learn how to execute KaneAI-generated test runs directly on HyperExecute with this step-by-step guide for efficient and rapid test execution. |
7 | 7 | keywords: |
8 | 8 | - lambdatest automation |
9 | 9 | - lambdatest kaneai |
10 | 10 | - kaneai guided walkthrough |
11 | | - - kane ai test plan |
| 11 | + - kane ai test runs |
12 | 12 | - hyperexecute |
13 | | - - test plan |
| 13 | + - test run |
14 | 14 | - test manager |
15 | 15 | - generate and manage test cases |
16 | 16 | url: https://www.lambdatest.com/support/docs/kaneai-hyperexecute-test-run-execution |
@@ -53,67 +53,59 @@ This documentation outlines the steps to create a test run for KaneAI generated |
53 | 53 | - Log in to Test Manager. Navigate to the Projects page and select the desired project. |
54 | 54 | - Proceed to the Test Cases section. |
55 | 55 |
|
56 | | -<img loading="lazy" src={require('../assets/images/kane-ai/test-manager/test-plan-execute-hyperexecute/step1.png').default} alt="Image" className="doc_img"/> |
57 | | - |
58 | | -### Step 2: Create a Test Plan |
59 | | -- Go to the Test Plan section within the project. |
60 | | -- Click Demo Test Plan. |
| 56 | +### Step 2: Create a Test Run |
| 57 | +- Go to the Test Run section within the project. |
| 58 | +- Click on Create Test Run. |
61 | 59 | - Provide the following details: |
62 | | - - **Name :** e.g., Demo Test Plan 123. |
| 60 | + - **Name :** e.g., Demo Test Run 123. |
63 | 61 | - **Description :** A brief overview of the run. |
| 62 | + - **Tags :** Any label to differentiate your test run. |
64 | 63 | - **Type :** Choose KaneAI Generated Test Cases. |
65 | 64 |
|
66 | | -<img loading="lazy" src={require('../assets/images/kane-ai/test-manager/test-plan-execute-hyperexecute/step3.png').default} alt="Image" className="doc_img"/> |
67 | | - |
68 | 65 | ### Step 3: Select and Add Test Cases |
69 | 66 | - Click Next to view available test cases. |
70 | 67 | - Select the required test cases for the run. |
71 | 68 | - Click Add Test Case to include them. |
72 | 69 |
|
73 | | -<img loading="lazy" src={require('../assets/images/kane-ai/test-manager/test-plan-execute-hyperexecute/step4.png').default} alt="Image" className="doc_img"/> |
| 70 | +:::tip |
| 71 | +Only KaneAI test cases for which code generation has been successful will be available for selection here. |
| 72 | +::: |
74 | 73 |
|
75 | 74 | ### Step 4: Assign and Configure Test Cases |
76 | | -- On the test plan page, review the added test cases. |
| 75 | +- On the test run page, review the added test cases. |
77 | 76 | - Assign team members in bulk. |
78 | 77 | - Update configurations as required. |
79 | 78 |
|
80 | | -<img loading="lazy" src={require('../assets/images/kane-ai/test-manager/test-plan-execute-hyperexecute/step5.png').default} alt="Image" className="doc_img"/> |
81 | | - |
82 | | -### Step 5: Set Browser Configurations |
83 | | -- Choose from available browser configurations. If a new configuration is needed, click on Create Configuration button and choose from thousands of configuration options. |
84 | | - |
85 | | -<img loading="lazy" src={require('../assets/images/kane-ai/test-manager/test-plan-execute-hyperexecute/step6.png').default} alt="Image" className="doc_img"/> |
86 | | - |
87 | | -### Step 6: Create New Configuration |
88 | | -- Enter the following details: |
89 | | - - **OS :** e.g., Monterey. |
90 | | - - **Browser :** e.g., Chrome 131. |
91 | | - - **Name :** e.g., Chrome 131 Mac OS Monterey. |
92 | | -- Save the configuration. |
93 | | - |
94 | | -<img loading="lazy" src={require('../assets/images/kane-ai/test-manager/test-plan-execute-hyperexecute/step7.png').default} alt="Image" className="doc_img"/> |
95 | | - |
96 | | -### Step 7: Link and Save Test Run Configurations |
97 | | -- Select the newly created configuration and link it to the selected test cases. |
98 | | -- Confirm configurations and test cases and add additional test cases if required. Save the test plan. |
99 | | - |
100 | | -<img loading="lazy" src={require('../assets/images/kane-ai/test-manager/test-plan-execute-hyperexecute/step8.png').default} alt="Image" className="doc_img"/> |
101 | | - |
102 | | -### Step 8: Run with HyperExecute |
| 79 | +#### Set Configurations |
| 80 | +- Choose from available desktop browser and mobile app configurations. If a new configuration is needed, click on Create Configuration button and choose from thousands of configuration options. |
| 81 | + |
| 82 | +#### Create New Configuration |
| 83 | +- Enter **configuration name** and the following details to create a new Desktop configuration: |
| 84 | + - **OS :** e.g., macOS. |
| 85 | + - **OS Version :** e.g., Monterey. |
| 86 | + - **Browser :** e.g., Chrome. |
| 87 | + - **Browser Version :** e.g., 131. |
| 88 | + - **Resolution :** e.g., 1440x900. |
| 89 | +- Enter **configuration name** and the following details to create a new Real Device configuration: |
| 90 | + - **OS :** e.g., android. |
| 91 | + - **Manufacturer :** e.g., Samsung. |
| 92 | + - **Device :** e.g., Galaxy S24. |
| 93 | + - **OS Version :** e.g., 14. |
| 94 | + - **App :** e.g., Proverbial. |
| 95 | +- Click on Create Configuration |
| 96 | + |
| 97 | +### Step 5: Run with HyperExecute |
103 | 98 | - Initiate the run using HyperExecute by clicking **Run with HyperExecute**. |
104 | 99 | - View all test instances in the dashboard. |
105 | 100 | - Set the desired concurrency level, e.g., 5. |
106 | 101 | - Click Execute to run the tests. |
107 | 102 |
|
108 | | -<img loading="lazy" src={require('../assets/images/kane-ai/test-manager/test-plan-execute-hyperexecute/step10.png').default} alt="Image" className="doc_img"/> |
109 | | - |
110 | | -### Step 9: Monitor Execution on HyperExecute |
| 103 | +#### Monitor Execution on HyperExecute |
111 | 104 | - Navigate to the HyperExecute page. |
112 | 105 | - Observe the discovery and rapid execution of test cases. |
113 | 106 |
|
114 | | -<img loading="lazy" src={require('../assets/images/kane-ai/test-manager/test-plan-execute-hyperexecute/step11.png').default} alt="Image" className="doc_img"/> |
115 | 107 |
|
116 | 108 | ## Video Explanation |
117 | 109 | <video class="right-side" width="100%" controls id="vid"> |
118 | 110 | <source src= {require('../assets/images/kane-ai/test-manager/test-plan-execute-hyperexecute/output.mp4').default} type="video/mp4" /> |
119 | | -</video> |
| 111 | +</video> |
0 commit comments