|
| 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"/> |
0 commit comments