diff --git a/assets/images/mobile-app-testing/download-csv.webp b/assets/images/mobile-app-testing/download-csv.webp
new file mode 100644
index 000000000..3f1cf6071
Binary files /dev/null and b/assets/images/mobile-app-testing/download-csv.webp differ
diff --git a/assets/images/mobile-app-testing/export-to-csv.webp b/assets/images/mobile-app-testing/export-to-csv.webp
new file mode 100644
index 000000000..f0d9434c4
Binary files /dev/null and b/assets/images/mobile-app-testing/export-to-csv.webp differ
diff --git a/assets/images/mobile-app-testing/select-test-cases.webp b/assets/images/mobile-app-testing/select-test-cases.webp
new file mode 100644
index 000000000..06c33f3db
Binary files /dev/null and b/assets/images/mobile-app-testing/select-test-cases.webp differ
diff --git a/docs/export-test-cases.md b/docs/export-test-cases.md
new file mode 100644
index 000000000..747c6e8c4
--- /dev/null
+++ b/docs/export-test-cases.md
@@ -0,0 +1,80 @@
+---
+id: export-test-cases
+title: Export Test Cases
+hide_title: true
+sidebar_label: Export Test Cases
+description: Export multiple test cases with the export to csv option for easy download, tracking, and sharing.
+keywords:
+ - export-test-cases
+ - test cases
+url: https://www.lambdatest.com/support/docs/export-test-cases/
+site_name: LambdaTest
+slug: export-test-cases/
+---
+
+
+
+# Export Test Cases
+
+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.
+
+**Let’s look at the steps involved:**
+
+1. Navigate to the Test Cases section and select multiple test cases within a folder.
+
+
+
+2. Click on **Bulk Actions** and select **Export to CSV** to export test cases.
+
+
+
+3. Once you click on Export to CSV, the file will automatically download in CSV format.
+
+
+
+By following these steps, you can easily export your test cases. The file will be available in the download folder on your system.
+
+
+
+
+
\ No newline at end of file
diff --git a/sidebars.js b/sidebars.js
index f43ec76a9..3dc99a54d 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -1681,6 +1681,7 @@ module.exports = {
"manual-test-case-creation",
"manual-test-cases-with-ai",
"copy-and-move-support-for-test-cases",
+ "export-test-cases",
"test-case-repository",
],
},