Skip to content

Commit 71926dd

Browse files
kane-ai upload and download files
1 parent 54b767b commit 71926dd

File tree

8 files changed

+96
-0
lines changed

8 files changed

+96
-0
lines changed
83.5 KB
Loading
61.2 KB
Loading
65.4 KB
Loading
97.6 KB
Loading
86 KB
Loading
59.6 KB
Loading
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
---
2+
id: kaneai-upload-and-download-files
3+
title: Upload and Download Files
4+
hide_title: false
5+
sidebar_label: Upload and Download Files
6+
description: This documentation will help you to understand how to Upload and Download Files
7+
keywords:
8+
- upload files
9+
- download files
10+
- kane ai
11+
url: https://www.lambdatest.com/support/docs/kaneai-upload-and-download-files/
12+
site_name: LambdaTest
13+
slug: kaneai-upload-and-download-files/
14+
---
15+
16+
<script type="application/ld+json"
17+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
18+
"@context": "https://schema.org",
19+
"@type": "BreadcrumbList",
20+
"itemListElement": [{
21+
"@type": "ListItem",
22+
"position": 1,
23+
"name": "Home",
24+
"item": "https://www.lambdatest.com"
25+
},{
26+
"@type": "ListItem",
27+
"position": 2,
28+
"name": "Support",
29+
"item": "https://www.lambdatest.com/support/docs/"
30+
},{
31+
"@type": "ListItem",
32+
"position": 3,
33+
"name": "Upload and Download Files",
34+
"item": "https://www.lambdatest.com/support/docs/kaneai-upload-and-download-files/"
35+
}]
36+
})
37+
}}
38+
></script>This guide provides a step-by-step process for uploading and downloading files within Kane AI, a cloud-based testing platform provided by LambdaTest. Users can easily upload files from their local system, access pre-uploaded files, and download files generated during a test session.
39+
40+
## Prerequisites
41+
42+
- A valid LambdaTest account with access to Kane AI.
43+
- An active test session on Kane AI.
44+
- Supported file formats: PNG, B8EF, and CSV.
45+
46+
## Steps to Upload a File
47+
### Step 1: Initiate a Test Session
48+
- Log in to your LambdaTest account.
49+
- Click on **Create a Web Test** to start a new session within Kane AI.
50+
51+
<img loading="lazy" src={require('../assets/images/kane-ai/knowledge-base/upload-download-files/image1.png').default} alt="Image" className="doc_img"/>
52+
53+
### Step 2: Navigate to the Upload Section
54+
- Within the test session, navigate to the specific webpage where file uploads are required.
55+
- Type a **`slash (/)`** to access the file selection menu.
56+
57+
<img loading="lazy" src={require('../assets/images/kane-ai/knowledge-base/upload-download-files/image2.png').default} alt="Image" className="doc_img"/>
58+
59+
### Step 3: Select Files for Upload
60+
- Choose to either:
61+
- Select from pre-uploaded files.
62+
- Upload files from your local system.
63+
> - Ensure the upload limit does not exceed 5 files per session. <br />
64+
> - Supported formats include PNG, B8EF, and CSV.
65+
- Click **Add File** to confirm your selection.
66+
67+
<img loading="lazy" src={require('../assets/images/kane-ai/knowledge-base/upload-download-files/image3.png').default} alt="Image" className="doc_img"/>
68+
69+
### Step 4: File Upload Process
70+
- Upon clicking **Add File**, the selected files are uploaded successfully to the downloads folder within the session.
71+
- These files are treated as variables and their paths are dynamically assigned.
72+
73+
### Step 5: Accessing Uploaded Files
74+
- In the test environment, type upload in the command field.
75+
- Select the required file from the available list using **double-curly braces syntax** (e.g.,`{{IMAGE_ONE}}`).
76+
- Kane AI will detect the appropriate action for uploading and provide relevant options.
77+
- On the right panel, all downloaded files in the session’s downloads folder will be displayed.
78+
79+
<img loading="lazy" src={require('../assets/images/kane-ai/knowledge-base/upload-download-files/image4.png').default} alt="Image" className="doc_img"/>
80+
81+
## Downloading Files from Kane AI
82+
### Step 1: Managing Downloaded Files
83+
- Files added during the session will be visible in the downloads section.
84+
- Users can either download all files at once or select specific files for download.
85+
86+
<img loading="lazy" src={require('../assets/images/kane-ai/knowledge-base/upload-download-files/image6.png').default} alt="Image" className="doc_img"/>
87+
88+
### Step 2: Reviewing Uploaded Files Post-Test
89+
- After test completion, all uploaded files are recorded as variables.
90+
- These files are also available as attachments in the test summary page for easy reference and download.
91+
92+
The file upload and download functionality in Kane AI enhances test automation by providing easy access to necessary files. By following these steps, testers can efficiently manage files during their test sessions.
93+
94+
<img loading="lazy" src={require('../assets/images/kane-ai/knowledge-base/upload-download-files/image7.png').default} alt="Image" className="doc_img"/>

sidebars.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,8 @@ module.exports = {
11151115
items: [
11161116
"kane-ai-command-guide",
11171117
"kane-ai-web-test-writing-guidelines",
1118+
"kaneai-upload-and-download-files",
1119+
"kaneai-modules-versions-and-enhancement"
11181120
],
11191121
},
11201122
{

0 commit comments

Comments
 (0)