Skip to content

Commit ba1eeca

Browse files
committed
new doc for test manager
1 parent 024110d commit ba1eeca

File tree

5 files changed

+81
-0
lines changed

5 files changed

+81
-0
lines changed
36.1 KB
Loading
36.5 KB
Loading
42.1 KB
Loading

docs/export-test-cases.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
id: export-test-cases
3+
title: Export Test Cases
4+
hide_title: true
5+
sidebar_label: Export Test Cases
6+
description: Export multiple test cases with the export to csv option for easy download, tracking, and sharing.
7+
keywords:
8+
- export-test-cases
9+
- test cases
10+
url: https://www.lambdatest.com/support/docs/export-test-cases/
11+
site_name: LambdaTest
12+
slug: export-test-cases/
13+
---
14+
15+
<script type="application/ld+json"
16+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
17+
"@context": "https://schema.org",
18+
"@type": "BreadcrumbList",
19+
"itemListElement": [{
20+
"@type": "ListItem",
21+
"position": 1,
22+
"name": "LambdaTest",
23+
"item": "https://www.lambdatest.com"
24+
},{
25+
"@type": "ListItem",
26+
"position": 2,
27+
"name": "Support",
28+
"item": "https://www.lambdatest.com/support/docs/"
29+
},{
30+
"@type": "ListItem",
31+
"position": 3,
32+
"name": "Export Test Cases",
33+
"item": "https://www.lambdatest.com/support/docs/export-test-cases/"
34+
}]
35+
})
36+
}}
37+
></script>
38+
39+
# Export Test Cases
40+
41+
Efficient test management is crucial for successful project execution. One of the important features in managing test cases is the ability to export them in bulk for easier tracking, analysis, and sharing with the team.
42+
43+
**Let’s look at the steps involved:**
44+
45+
1. Navigate to the Test Cases section and select multiple test cases within a folder.
46+
47+
<img loading="lazy" src={require('../assets/images/mobile-app-testing/select-test-cases.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>
48+
49+
2. Click on **Bulk Actions** and select **Export to CSV** to export test cases.
50+
51+
<img loading="lazy" src={require('../assets/images/mobile-app-testing/export-to-csv.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>
52+
53+
3. Once you click on Export to CSV, the file will automatically download in CSV format.
54+
55+
<img loading="lazy" src={require('../assets/images/mobile-app-testing/download-csv.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>
56+
57+
By following these steps, you can easily export your test cases. The file will be available in the download folder on your system.
58+
59+
60+
61+
62+
<nav aria-label="breadcrumbs">
63+
<ul className="breadcrumbs">
64+
<li className="breadcrumbs__item">
65+
<a className="breadcrumbs__link" href="https://www.lambdatest.com">
66+
Home
67+
</a>
68+
</li>
69+
<li className="breadcrumbs__item">
70+
<a className="breadcrumbs__link" target="_self" href="https://www.lambdatest.com/support/docs/">
71+
Support
72+
</a>
73+
</li>
74+
<li className="breadcrumbs__item breadcrumbs__item--active">
75+
<span className="breadcrumbs__link">
76+
Export Test Cases
77+
</span>
78+
</li>
79+
</ul>
80+
</nav>

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,6 +1684,7 @@ module.exports = {
16841684
"manual-test-case-creation",
16851685
"manual-test-cases-with-ai",
16861686
"copy-and-move-support-for-test-cases",
1687+
"export-test-cases",
16871688
"test-case-repository",
16881689
],
16891690
},

0 commit comments

Comments
 (0)