Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/kane-ai/app-test/execute-test.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 75 additions & 0 deletions docs/kane-ai-app-test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
---
id: kane-ai-app-test
title: Automate your App Testing with KaneAI
hide_title: false
sidebar_label: App Test
description: Learn how to automate app testing with KaneAI. Generate and execute tests in plain English, save cases, and run them seamlessly
keywords:
- lambdatest automation
- lambdatest kaneai
- kaneai app test
url: https://www.lambdatest.com/support/docs/kane-ai-app-agent
site_name: LambdaTest
slug: kane-ai-app-test/
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

<script type="application/ld+json"
dangerouslySetInnerHTML={{ __html: JSON.stringify({
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://www.lambdatest.com"
},{
"@type": "ListItem",
"position": 2,
"name": "Support",
"item": "https://www.lambdatest.com/support/docs/"
},{
"@type": "ListItem",
"position": 3,
"name": "KaneAI Web Test",
"item": "https://www.lambdatest.com/support/docs/kane-ai-app-test"
}]
})
}}
></script>
In this guide, we'll walk you through the process of generating, and executing automated tests for your mobile application using KaneAI.

## Steps to generate the test cases

### Step 1: Create an App Test
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.

<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"/>

### Step 2: Write Your Test Cases in Plain English
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.

For example:
- Click on the hamburger menu button.
- Write the test in the text field "This is a sample app".
- Click on the "+" button.

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**.

> **Remember:** The more specific you are, the more accurate KaneAI's generated test cases will be.

<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"/>

### Step 3: Save your Test Case
Now, save all of the test cases you've generated so far.

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.

<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"/>

### Step 4: Execute your test
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.

<img loading="lazy" src={require('../assets/images/kane-ai/app-test/execute-test.gif').default} alt="Image" width="1347" height="616" className="doc_img"/>
2 changes: 1 addition & 1 deletion docs/kane-ai-web-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Keep adding instructions/commands in plain English as you go; KaneAI will automa
### Step 3: Save your Test Case
Now, save your test cases that you have generated till now.

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.
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.
<img loading="lazy" src={require('../assets/images/kane-ai/save-test.png').default} alt="Image" width="1347" height="616" className="doc_img"/>

### Step 4: Execute your test
Expand Down
5 changes: 5 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,11 @@ module.exports = {
"kane-ai-guided-walkthrough",
],
},
{
type: "doc",
label: "App Test",
id: "kane-ai-app-test"
},
{
type: "doc",
label: "Test Plan",
Expand Down
Loading