Skip to content

Commit 15d9075

Browse files
committed
Planned Instances changes
1 parent 2165256 commit 15d9075

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/manual-test-case-creation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ slug: manual-test-case-creation/
4040

4141
# Manual Test Case Creation
4242

43-
Test Manager streamlines the process of creating, managing, and editing test cases. It enables users to develop manual test cases, facilitating efficient management of all testing activities from a single platform.
43+
Test Manager streamlines the process of creating, managing, and editing test cases. It enables users to develop manual test cases, allowing efficient management of all testing activities from a single platform.
4444

4545
## Creating a Test Case
4646

47-
After selecting your project, type your test case title to create a new test case. You can also create a folder to organize and store the test cases.
47+
After selecting your project, type your test case title to create a new test case. You can also create a folder to organize and store the test cases.
4848

4949
<img loading="lazy" src={require('../assets/images/mobile-app-testing/manual_test_case_creation/empty_project.png').default} alt=" " className="doc_img"/>
5050

@@ -66,7 +66,7 @@ After test case is created you will be redirected to a screen listing all the te
6666

6767
### Test Case Summary Section
6868

69-
Upon selecting a test case, you will be redirected to Test Case Summary page where you can view Test Case details such as: **Test Name**, **Description**, **Precondition** , **Attachments**, **System Fields**: **Type**, **Status**, **Priority**, **Tag(s)** & **Custom Fields**
69+
When you select a test case, you’ll be redirected to the Test Case Summary page, where you can view Test Case details such as: **Test Name**, **Description**, **Precondition** , **Attachments**, **System Fields**: **Type**, **Status**, **Priority**, **Tag(s)** & **Custom Fields**
7070

7171

7272
<img loading="lazy" src={require('../assets/images/mobile-app-testing/manual_test_case_creation/test_case_summary_page.png').default} alt=" " className="doc_img"/>
@@ -75,11 +75,11 @@ Upon selecting a test case, you will be redirected to Test Case Summary page whe
7575

7676
### Test Case Runs Section
7777

78-
**Test Case Runs Section** provides an overview of a test case's executions & plannings, whether manual or through automated. It includes detailed information of Test Instances of the Test case such as **applied configuration**, **executed by**, **Test Run name**, **Test Instance Execution Status**, **Execution time** and helpful filters according to available fields.
78+
**Test Case Runs Section** provides an overview of a test case's executions & plannings, whether manual or through automated. It includes detailed information of Test Instances of the Test case such as **applied configuration**, **executed by**, **Test Run name**, **Test Instance Execution Status**, **Execution time** and filters based on available fields.
7979

8080
#### Executed Test Instances of Test Case
8181

82-
- This section shows Executed Instances having following statuses: `Passed`, `Failed`, `Skipped`. You can filter Test Instances based on who has executed the Instances & Status.
82+
- This section displays test instances that have been executed. You can filter the test instances based on the **executor** and the **current status**.
8383

8484
<img loading="lazy" src={require('../assets/images/mobile-app-testing/manual_test_case_creation/executed_runs.png').default} alt=" " className="doc_img"/>
8585

@@ -88,7 +88,7 @@ Upon selecting a test case, you will be redirected to Test Case Summary page whe
8888

8989
<img loading="lazy" src={require('../assets/images/mobile-app-testing/manual_test_case_creation/planned_runs.png').default} alt=" " className="doc_img"/>
9090

91-
- On clicking on that Test Case's execution you will be redirected to `Automation Dashboard` if its a Automation execution, the `Test Instance Page` if its Manual Instance or `Test Runs Page` if its a unexecuted Autoamtion Instance.
91+
- On clicking on that Test Case's execution you will be redirected to `Automation Dashboard` if its a Automation execution, the `Test Instance Page` if its Manual Instance or `Test Runs Page` if its a unexecuted Automation Instance.
9292

9393
***
9494

@@ -112,7 +112,7 @@ Test steps can be modified by clicking the **Edit** option on the right-hand sid
112112

113113
<img loading="lazy" src={require('../assets/images/mobile-app-testing/manual_test_case_creation/edit_test_step.png').default} alt=" " className="doc_img"/>
114114

115-
You can optional user the Generate with AI option to ask AI to generate more Steps.
115+
You can optional use the Generate with AI option to ask AI to generate more Steps.
116116

117117
:::tip
118118
The more data your Test Case is having, including the details in **Summary page** & **Test Steps** the more accurate the AIs suggestion will be.

0 commit comments

Comments
 (0)