id | title | hide_title | sidebar_label | description | keywords | url | site_name | slug | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
manual-test-case-creation |
Manual Test Case Creation |
true |
Manual Test Case Creation |
Learn efficient manual test case creation with LambdaTest's Test Manager, streamlining testing processes and enhancing test execution. |
|
LambdaTest |
manual-test-case-creation/ |
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.
Steps for Creating Manual Test Cases
- 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.
<img loading="lazy" src={require('../assets/images/mobile-app-testing/test-case-title.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>
- The test case is then created, and you will be redirected to a screen listing all the test cases created.
<img loading="lazy" src={require('../assets/images/mobile-app-testing/created-test-cases.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>
- To add a new test case, click on the Add Test Case button on the right side. Use Command + \ for Mac and Control + \ for Windows to create a new test case.
<img loading="lazy" src={require('../assets/images/mobile-app-testing/new-test-case.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>
- Press shift + Enter to create multiple test cases simultaneously.
<img loading="lazy" src={require('../assets/images/mobile-app-testing/multiple-test-cases.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>
- Organize your test cases efficiently by creating folders. Add existing test cases to the folders, or create new folders and subfolders to meet your specific needs.
<img loading="lazy" src={require('../assets/images/mobile-app-testing/add-test-cases-to-folders.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>
- Upon selecting a test case, you will be able to view a section where Test Details, Execution History and Issues are displayed. Enter the test case details screen, add information such as Test Name, Description, Precondition, Type, Status, Priority, Tag(s), and add attachments if necessary.
<img loading="lazy" src={require('../assets/images/mobile-app-testing/test-case-details-information.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>
- Execution History provides an overview of all test cases executed, whether manually or through automation. It includes detailed information such as resolution, assignee name, date, and the duration of each test case run.
<img loading="lazy" src={require('../assets/images/mobile-app-testing/execution-history.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>
- Click on any test run to redirect to its execution detail page.
<img loading="lazy" src={require('../assets/images/mobile-app-testing/execution-detail-page.webp').default} alt="Real " className="doc_img" width="1600" height="723"/>
- For manually executed test cases, click on the desired test case which will redirect to the build page, where you can review the Test Steps and Details.
<img loading="lazy" src={require('../assets/images/mobile-app-testing/build-page.webp').default} alt="Real " className="doc_img" width="1600" height="724"/>
- For automated test cases, click on the test case to be directed to the automation dashboard, where the particular test case has been executed.
<img loading="lazy" src={require('../assets/images/mobile-app-testing/automation-dashboard.webp').default} alt="Real " className="doc_img" width="1600" height="732"/>
- Test cases typically consist of multiple steps. You can add these steps using the Manual Test Steps.
<img loading="lazy" src={require('../assets/images/mobile-app-testing/test-case-templates.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>
- Add steps to your test cases, each with a title, and an optional outcome field. Attachments can be added to any step if required.
<img loading="lazy" src={require('../assets/images/mobile-app-testing/test-steps.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>
- Test steps can be modified by clicking the Edit option on the right-hand side and deleted by selecting the Delete option.
<img loading="lazy" src={require('../assets/images/mobile-app-testing/edit-or-delete.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>
- Click on Save Test Case to create your test steps and update your test case.
<img loading="lazy" src={require('../assets/images/mobile-app-testing/save-test-case.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>