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
12 changes: 8 additions & 4 deletions docs/generate-test-cases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: generate-test-cases
id: generate-test-cases-with-ai
title: Generate Test Cases with AI
hide_title: true
sidebar_label: Generate Test Cases with AI
Expand All @@ -9,9 +9,9 @@ keywords:
- test case
- test cases
- generate test cases
url: https://www.lambdatest.com/support/docs/generate-test-cases/
url: https://www.lambdatest.com/support/docs/generate-test-cases-with-ai/
site_name: LambdaTest
slug: generate-test-cases/
slug: generate-test-cases-with-ai/
---

<script type="application/ld+json"
Expand Down Expand Up @@ -76,14 +76,18 @@ We support multiple input formats, including:
#### Record Audio:
- Click the mic icon to begin recording, as shown in the picture.

:::note
Audio recording is not supported in Firefox, ARC and Opera browsers.
:::

<img loading="lazy" src={require('../assets/images/mobile-app-testing/recording_button_test_cases_generation.jpeg').default} alt="recording_button_test_cases_generation" width="1347" height="616" className="doc_img"/>

- Click the tick icon to confirm, or the cross to discard.
<img loading="lazy" src={require('../assets/images/mobile-app-testing/test_cases_generation_through_recording.jpeg').default} alt="test_cases_generation_through_recording" width="1347" height="616" className="doc_img"/>

#### Upload Files:
- Click the '**+**' icon, then select 'Upload from device'.
- You select a maximum of 10 files from your device.
- You can select a maximum of 10 files from your device.

<img loading="lazy" src={require('../assets/images/mobile-app-testing/upload_from_device_test_cases_generation.jpeg').default} alt="upload_from_device_test_cases_generation" width="1347" height="616" className="doc_img"/>

Expand Down
3 changes: 1 addition & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -1885,9 +1885,8 @@ module.exports = {
collapsed: true,
label: "Test cases",
items: [
"generate-test-cases",
"generate-test-cases-with-ai",
"manual-test-case-creation",
"manual-test-cases-with-ai",
{
type: "category",
collapsed: true,
Expand Down
Loading