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
6 changes: 3 additions & 3 deletions docs/create-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: create-modules
title: Create Modules
hide_title: true
sidebar_label: Create Modules
description: Guide for creating & editing Modules in Test Manger through Modules page.
description: Guide for creating & editing Modules in Test Manager through Modules page.
keywords:
- module creation
- test manager
Expand Down Expand Up @@ -90,7 +90,7 @@ Don't worry if you don't have all the details now; you can always edit or add th
:::

## 2. Update Module
Modules support duplication, editing and versioning, but only specific fields trigger a new version update.
Modules support duplication, editing and versioning; however, a new version is only triggered when specific fields are edited.
- Add a step by clicking on `Add Step` or update a step through edit icon.
- Click on `update` on top right to save changes.
:::note
Expand All @@ -111,7 +111,7 @@ Compare your version history side-by-side to easily identify differences and tra

- Click on `Compare` & select the version to compare with.

You will be redirected to the Version Comparision page where you can track changes:
You will be redirected to the Version Comparison page where you can track changes:

<img loading="lazy" src={require('../assets/images/mobile-app-testing/modules_version_comparision.png').default} alt="modules-version-comparision" className="doc_img"/>

Expand Down
6 changes: 3 additions & 3 deletions docs/modules-in-manual-testcases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
id: modules-in-manual-testcases
title: Modules in Manual Testcases
hide_title: true
sidebar_label: Importing Modules into Testcases
description: Guide for linking Modules with Manul Testcases in Test Manger.
sidebar_label: Importing Modules into Test Cases
description: Guide for linking Modules with Manual Testcases in Test Manager.
keywords:
- module creation
- import module
Expand Down Expand Up @@ -39,7 +39,7 @@ slug: modules-in-manual-testcases/
}}
></script>

# Importing modules into Test Steps
# Importing Modules into Test Cases
***

To incorporate existing modules into your test steps, simply click on the Modules Icon.
Expand Down
Loading