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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/mobile-app-testing/import-data.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 14 additions & 14 deletions docs/test-case-import.md → docs/csv-import.md
Original file line number Diff line number Diff line change
@@ -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/
---

<script type="application/ld+json"
Expand All @@ -30,20 +30,20 @@ slug: test-case-import/
},{
"@type": "ListItem",
"position": 3,
"name": "Test Case Import",
"item": "https://www.lambdatest.com/support/docs/test-case-import/"
"name": "CSV Import",
"item": "https://www.lambdatest.com/support/docs/csv-import/"
}]
})
}}
></script>

# 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
Expand Down Expand Up @@ -93,7 +93,7 @@ Let’s have a look at each of these steps in detail:
</li>
<li className="breadcrumbs__item breadcrumbs__item--active">
<span className="breadcrumbs__link">
Test Case Import
CSV Import
</span>
</li>
</ul>
Expand Down
91 changes: 91 additions & 0 deletions docs/one-click-migration-from-testrail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
---
id: one-click-migration-from-testrail
title: One Click Migration from TestRail
hide_title: true
sidebar_label: One Click Migration from TestRail
description: Learn how to efficiently copy and move test cases within LambdaTest, streamlining your testing process and enhancing organization across multiple projects.
keywords:
- testrail
- import data from testrail
- import data
url: https://www.lambdatest.com/support/docs/one-click-migration-from-testrail/
site_name: LambdaTest
slug: one-click-migration-from-testrail/
---

<script type="application/ld+json"
dangerouslySetInnerHTML={{ __html: JSON.stringify({
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "LambdaTest",
"item": "https://www.lambdatest.com"
},{
"@type": "ListItem",
"position": 2,
"name": "Support",
"item": "https://www.lambdatest.com/support/docs/"
},{
"@type": "ListItem",
"position": 3,
"name": "One Click Migration from TestRail",
"item": "https://www.lambdatest.com/support/docs/one-click-migration-from-testrail/"
}]
})
}}
></script>

# One Click Migration from TestRail

Efficiently importing data from TestRail streamlines your test management process, allowing for seamless project integration. With the Quick Import feature, you can easily transfer your existing TestRail projects from Test Management in just a few steps. This guide will walk you through the process, ensuring a smooth and hassle-free import experience.

1. To perform a Quick Import from TestRail, navigate to the **Projects** section and select the **Import Data** option.

<img loading="lazy" src={require('../assets/images/mobile-app-testing/import-data.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>

2. Fill in the necessary details such as **TestRail Email Address**, **TestRail Host Name**, and **TestRail API Key**, then click **Continue**.

<img loading="lazy" src={require('../assets/images/mobile-app-testing/necessary-details.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>

3. Choose single or multiple projects and click **Import Project**. Once completed, your selected TestRail projects will be imported into Test Management.

<img loading="lazy" src={require('../assets/images/mobile-app-testing/multiple-projects.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>

4. You can check the import progress on the All Projects page, and you'll receive an email notification once the process is finished.

<img loading="lazy" src={require('../assets/images/mobile-app-testing/email-notification.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>

5. The email will contain a **GO TO TEST MANAGER** button, which redirects you to the project section.

<img loading="lazy" src={require('../assets/images/mobile-app-testing/go-to-test-manager.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>

6. The imported project(s) will appear at the top, where you can click on it for a detailed project analysis.

<img loading="lazy" src={require('../assets/images/mobile-app-testing/imported-projects.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>






<nav aria-label="breadcrumbs">
<ul className="breadcrumbs">
<li className="breadcrumbs__item">
<a className="breadcrumbs__link" href="https://www.lambdatest.com">
Home
</a>
</li>
<li className="breadcrumbs__item">
<a className="breadcrumbs__link" target="_self" href="https://www.lambdatest.com/support/docs/">
Support
</a>
</li>
<li className="breadcrumbs__item breadcrumbs__item--active">
<span className="breadcrumbs__link">
One Click Migration from TestRail
</span>
</li>
</ul>
</nav>
15 changes: 13 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
],
},
Expand Down