diff --git a/assets/images/mobile-app-testing/email-notification.webp b/assets/images/mobile-app-testing/email-notification.webp new file mode 100644 index 000000000..640aa3e14 Binary files /dev/null and b/assets/images/mobile-app-testing/email-notification.webp differ diff --git a/assets/images/mobile-app-testing/go-to-test-manager.webp b/assets/images/mobile-app-testing/go-to-test-manager.webp new file mode 100644 index 000000000..9b8d3324e Binary files /dev/null and b/assets/images/mobile-app-testing/go-to-test-manager.webp differ diff --git a/assets/images/mobile-app-testing/import-data.webp b/assets/images/mobile-app-testing/import-data.webp new file mode 100644 index 000000000..11109354f Binary files /dev/null and b/assets/images/mobile-app-testing/import-data.webp differ diff --git a/assets/images/mobile-app-testing/imported-projects.webp b/assets/images/mobile-app-testing/imported-projects.webp new file mode 100644 index 000000000..9c4c3ef71 Binary files /dev/null and b/assets/images/mobile-app-testing/imported-projects.webp differ diff --git a/assets/images/mobile-app-testing/multiple-projects.webp b/assets/images/mobile-app-testing/multiple-projects.webp new file mode 100644 index 000000000..c176ecadd Binary files /dev/null and b/assets/images/mobile-app-testing/multiple-projects.webp differ diff --git a/assets/images/mobile-app-testing/necessary-details.webp b/assets/images/mobile-app-testing/necessary-details.webp new file mode 100644 index 000000000..65dea80ca Binary files /dev/null and b/assets/images/mobile-app-testing/necessary-details.webp differ diff --git a/docs/test-case-import.md b/docs/csv-import.md similarity index 78% rename from docs/test-case-import.md rename to docs/csv-import.md index 775be3a08..71529c713 100644 --- a/docs/test-case-import.md +++ b/docs/csv-import.md @@ -1,16 +1,16 @@ --- -id: test-case-import -title: Test Case Import +id: csv-import +title: CSV Import hide_title: true -sidebar_label: Test Case Import -description: Simplify your test case import with LambdaTest's Test Manager. Easily upload and manage test cases to enhance testing efficiency and productivity. +sidebar_label: CSV Import +description: Simplify your csv import with LambdaTest's Test Manager. Easily upload and manage test cases to enhance testing efficiency and productivity. keywords: - test case import - - test cases + - csv import - test case -url: https://www.lambdatest.com/support/docs/test-case-import/ +url: https://www.lambdatest.com/support/docs/csv-import/ site_name: LambdaTest -slug: test-case-import/ +slug: csv-import/ --- -# Test Case Import +# CSV Import -Importing test cases into Test Manager allows you to seamlessly integrate existing test cases from other sources or formats, facilitating a smooth transition and consolidation of your testing assets. +CSV import in Test Manager allows seamless integration of existing test cases from various sources, making the transition and consolidation of testing assets effortless. -**Steps for Importing Test Cases** +**Steps for Enabling CSV Import** -There are four major steps to be followed to import test cases: +There are four major steps to be followed to use CSV Import: - Upload CSV file - Map fields @@ -93,7 +93,7 @@ Let’s have a look at each of these steps in detail:
+
+2. Fill in the necessary details such as **TestRail Email Address**, **TestRail Host Name**, and **TestRail API Key**, then click **Continue**.
+
+
+
+3. Choose single or multiple projects and click **Import Project**. Once completed, your selected TestRail projects will be imported into Test Management.
+
+
+
+4. You can check the import progress on the All Projects page, and you'll receive an email notification once the process is finished.
+
+
+
+5. The email will contain a **GO TO TEST MANAGER** button, which redirects you to the project section.
+
+
+
+6. The imported project(s) will appear at the top, where you can click on it for a detailed project analysis.
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/sidebars.js b/sidebars.js
index 4a1665493..5d93817fb 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -1632,7 +1632,19 @@ module.exports = {
type: "category",
collapsed: true,
label: "Projects",
- items: ["create-projects", "system-and-custom-fields"],
+ items: [
+ "create-projects",
+ "system-and-custom-fields",
+ ],
+ },
+ {
+ type: "category",
+ collapsed: true,
+ label: "Import Test Case Data",
+ items: [
+ "csv-import",
+ "one-click-migration-from-testrail",
+ ],
},
{
type: "category",
@@ -1650,7 +1662,6 @@ module.exports = {
"manual-test-case-creation",
"manual-test-cases-with-ai",
"copy-and-move-support-for-test-cases",
- "test-case-import",
"test-case-repository",
],
},