Skip to content

Commit 74cfbeb

Browse files
authored
Merge pull request #983 from Aman1905/stage
kane ai app test
2 parents 85eef8f + 63b8585 commit 74cfbeb

File tree

7 files changed

+81
-1
lines changed

7 files changed

+81
-1
lines changed
624 KB
Loading
1.69 MB
Loading
76.2 KB
Loading
127 KB
Loading

docs/kane-ai-app-test.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
id: kane-ai-app-test
3+
title: Automate your App Testing with KaneAI
4+
hide_title: false
5+
sidebar_label: App Test
6+
description: Learn how to automate app testing with KaneAI. Generate and execute tests in plain English, save cases, and run them seamlessly
7+
keywords:
8+
- lambdatest automation
9+
- lambdatest kaneai
10+
- kaneai app test
11+
url: https://www.lambdatest.com/support/docs/kane-ai-app-agent
12+
site_name: LambdaTest
13+
slug: kane-ai-app-test/
14+
---
15+
16+
import Tabs from '@theme/Tabs';
17+
import TabItem from '@theme/TabItem';
18+
19+
<script type="application/ld+json"
20+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
21+
"@context": "https://schema.org",
22+
"@type": "BreadcrumbList",
23+
"itemListElement": [{
24+
"@type": "ListItem",
25+
"position": 1,
26+
"name": "Home",
27+
"item": "https://www.lambdatest.com"
28+
},{
29+
"@type": "ListItem",
30+
"position": 2,
31+
"name": "Support",
32+
"item": "https://www.lambdatest.com/support/docs/"
33+
},{
34+
"@type": "ListItem",
35+
"position": 3,
36+
"name": "KaneAI Web Test",
37+
"item": "https://www.lambdatest.com/support/docs/kane-ai-app-test"
38+
}]
39+
})
40+
}}
41+
></script>
42+
In this guide, we'll walk you through the process of generating, and executing automated tests for your mobile application using KaneAI.
43+
44+
## Steps to generate the test cases
45+
46+
### Step 1: Create an App Test
47+
Navigate to the [KaneAI homepage](https://kaneai.lambdatest.com/objective) and click on the **Create an App Test** button to initiate the process of generating test cases for your mobile app. Now select your desired operating system (Android, iOS) and upload your application to the platform to start testing.
48+
49+
<img loading="lazy" src={require('../assets/images/kane-ai/app-test/create-app-test.gif').default} alt="Image" width="1347" height="616" className="doc_img"/>
50+
51+
### Step 2: Write Your Test Cases in Plain English
52+
In this step, you'll describe your desired test outcomes using plain English. Don't worry about writing specific code or scripts – KaneAI will handle that for you.
53+
54+
For example:
55+
- Click on the hamburger menu button.
56+
- Write the test in the text field "This is a sample app".
57+
- Click on the "+" button.
58+
59+
Continue to add instructions/commands in plain English as you go; KaneAI will automatically queue them for execution, eliminating the need to wait for one test to finish before writing the next. Click the **Fininsh Test**.
60+
61+
> **Remember:** The more specific you are, the more accurate KaneAI's generated test cases will be.
62+
63+
<img loading="lazy" src={require('../assets/images/kane-ai/app-test/write-test-case.png').default} alt="Image" width="1347" height="616" className="doc_img"/>
64+
65+
### Step 3: Save your Test Case
66+
Now, save all of the test cases you've generated so far.
67+
68+
Select your Project and the folder where you want to save your test cases. The **Test Name** and **Description** will be generated automatically, but you can also edit them. Select your test's **Type** and **Status**, as well as the necessary tags that will allow you to search for it later.
69+
70+
<img loading="lazy" src={require('../assets/images/kane-ai/app-test/save-test-cases.png').default} alt="Image" width="1347" height="616" className="doc_img"/>
71+
72+
### Step 4: Execute your test
73+
To execute your test, click on the **HyperExecute** button and you will be redirected to the [HyperExecute dashboard](https://hyperexecute.lambdatest.com/hyperexecute/jobs) where your tests will be executed.
74+
75+
<img loading="lazy" src={require('../assets/images/kane-ai/app-test/execute-test.gif').default} alt="Image" width="1347" height="616" className="doc_img"/>

docs/kane-ai-web-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Keep adding instructions/commands in plain English as you go; KaneAI will automa
6363
### Step 3: Save your Test Case
6464
Now, save your test cases that you have generated till now.
6565

66-
Select your Project, and the folder in which you want to store your test cases. The **Test Name** and the **Description** will be generated automatically, and you can also edit it. Select the **Type** of your test, and the status, and define the necessary tags which will help ypu to search your tests later.
66+
Select your Project, and the folder in which you want to store your test cases. The **Test Name** and the **Description** will be generated automatically, and you can also edit it. Select the **Type** of your test, and the **Status**, and define the necessary tags which will help ypu to search your tests later.
6767
<img loading="lazy" src={require('../assets/images/kane-ai/save-test.png').default} alt="Image" width="1347" height="616" className="doc_img"/>
6868

6969
### Step 4: Execute your test

sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,11 @@ module.exports = {
10131013
"kane-ai-guided-walkthrough",
10141014
],
10151015
},
1016+
{
1017+
type: "doc",
1018+
label: "App Test",
1019+
id: "kane-ai-app-test"
1020+
},
10161021
{
10171022
type: "doc",
10181023
label: "Test Plan",

0 commit comments

Comments
 (0)