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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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.
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.
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.
18 changes: 11 additions & 7 deletions docs/kaneai-custom-headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Follow the steps below to add and manage custom headers for your Web tests:
### Configure & Add Custom Headers for a Section
Start by creating a Web session by going on the [KaneAI page](https://kaneai.lambdatest.com/objective) and clicking on the **Create a Web Test** button. You will find the **Custom Headers** section there.

<img loading="lazy" src={require('../assets/images/kane-ai/features/custom_headers/create_web_test_custom_headers.jpeg').default} alt="objective-page" className="doc_img"/>
<img loading="lazy" src={require('../assets/images/kane-ai/features/custom_headers/create_web_test_custom_headers.png').default} alt="objective-page" className="doc_img"/>

Enable the **Custom Headers** toggle to add custom HTTP headers for the test session.

Expand All @@ -60,7 +60,7 @@ You can add new header rows by clicking the **+** button. Each row will have two
You can add up to 10 custom headers.
:::

<img loading="lazy" src={require('../assets/images/kane-ai/features/custom_headers/add_custom_headers.jpeg').default} alt="objective-page" className="doc_img"/>
<img loading="lazy" src={require('../assets/images/kane-ai/features/custom_headers/add_custom_headers.png').default} alt="objective-page" className="doc_img"/>

#### Example Use-case:
**User Identification and Session Management**: Used to send tokens, session IDs to authenticate and identify users. This helps in managing user sessions, implement stateless authentication mechanisms, track user behavior.
Expand All @@ -75,25 +75,29 @@ X-Session-ID: 1234567890
If you provide a Default Header in the Custom Header section your Default header will get overridden.
:::

***

### Authoring with Custom Headers
After configuring the custom headers, initiate the Web Authoring session. The headers you added will be applied during the test session, allowing you to test under the configured conditions.

Custom Headers will be applied to all the API call you make in the session like 'Go to https://lambdatest.com' or doing API testing like shown below:

<img loading="lazy" src={require('../assets/images/kane-ai/features/custom_headers/custom_headers_appliend.jpeg').default} alt="objective-page" className="doc_img"/>
<img loading="lazy" src={require('../assets/images/kane-ai/features/custom_headers/custom_headers_appliend.png').default} alt="objective-page" className="doc_img"/>

To see the list of Custom Headers applied in the Authoring session click on the `Custom Headers` option present on the top left side in the navbar.

<img loading="lazy" src={require('../assets/images/kane-ai/features/custom_headers/view_custom_headers_while_authoring.jpeg').default} alt="objective-page" className="doc_img"/>
<img loading="lazy" src={require('../assets/images/kane-ai/features/custom_headers/view_custom_headers_while_authoring.png').default} alt="objective-page" className="doc_img"/>

You will see the list of applied Custom Headers.

<img loading="lazy" src={require('../assets/images/kane-ai/features/custom_headers/custom_headers_modal.jpeg').default} alt="objective-page" className="doc_img"/>
<img loading="lazy" src={require('../assets/images/kane-ai/features/custom_headers/custom_headers_modal.png').default} alt="objective-page" className="doc_img"/>

***

### View the Custom Headers in the Summary Page
Once the session completes, the custom headers used during the session will be displayed on the summary page, similar to how Chrome options are shown.

You can click on `view details` to see the value of Custom Headers.

<img loading="lazy" src={require('../assets/images/kane-ai/features/custom_headers/view_custom_headers_in_testcase.jpeg').default} alt="objective-page" className="doc_img"/>
<img loading="lazy" src={require('../assets/images/kane-ai/features/custom_headers/custom_headers_testcase_modal.jpeg').default} alt="objective-page" className="doc_img"/>
<img loading="lazy" src={require('../assets/images/kane-ai/features/custom_headers/view_custom_headers_in_testcase.png').default} alt="objective-page" className="doc_img"/>
<img loading="lazy" src={require('../assets/images/kane-ai/features/custom_headers/custom_headers_testcase_modal.png').default} alt="objective-page" className="doc_img"/>
77 changes: 48 additions & 29 deletions docs/manual-test-case-creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,64 +42,83 @@ slug: 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**
## Creating a Test Case

1. 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.
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"/>
<img loading="lazy" src={require('../assets/images/mobile-app-testing/manual_test_case_creation/empty_project.png').default} alt=" " className="doc_img"/>

2. The test case is then created, and you will be redirected to a screen listing all the test cases created.
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/created-test-cases.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>
Press `shift + Enter` to create multiple test cases simultaneously.

3. 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/multiple-test-cases.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>
After test case is created you will be redirected to a screen listing all the test cases.

<img loading="lazy" src={require('../assets/images/mobile-app-testing/new-test-case.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>
:::tip
By default test cases having no parent folder are stored under **Untitled** folder.
:::
<img loading="lazy" src={require('../assets/images/mobile-app-testing/manual_test_case_creation/new_test_case.png').default} alt=" " className="doc_img"/>

4. 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"/>
## View Test Case Details

### Test Case Summary Section

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**


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

***

### Test Case Runs Section

5. 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.
**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.

<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"/>
#### Executed Test Instances of Test Case

6. 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.
- This section shows Executed Instances having following statuses: `Passed`, `Failed`, `Skipped`. You can filter Test Instances based on who has executed the Instances & Status.

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

7. **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.
#### Planned Test Instances of Test Case
- This section shows Planned Instances that are included in a Test Run but their execution is not yet started. You can filter Test Instances based on the **Assignee** of the Test Instance.

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

8. Click on any test run to redirect to its execution detail page.
- 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.

<img loading="lazy" src={require('../assets/images/mobile-app-testing/execution-detail-page.webp').default} alt="Real " className="doc_img" width="1600" height="723"/>
***

9. 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**.
### Issues section

<img loading="lazy" src={require('../assets/images/mobile-app-testing/build-page.webp').default} alt="Real " className="doc_img" width="1600" height="724"/>
This section lists the linked Jira/ADO Issues with the Test Case. For more information refer [this page](https://www.lambdatest.com/support/docs/link-jira-issues-with-test-manager/)

10. 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 Case Steps Section

11. Test cases typically consist of multiple steps. You can add these steps using the **Manual Test Steps**.
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"/>
<img loading="lazy" src={require('../assets/images/mobile-app-testing/manual_test_case_creation/manual_test_steps.png').default} alt=" " className="doc_img"/>

12. Add steps to your test cases, each with a title, and an optional outcome field. Attachments can be added to any step if required.
Add steps to your test cases, each with a **Steps**, 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"/>
<img loading="lazy" src={require('../assets/images/mobile-app-testing/manual_test_case_creation/add_test_step.png').default} alt=" " className="doc_img"/>

13. Test steps can be modified by clicking the **Edit** option on the right-hand side and deleted by selecting the **Delete** option.
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"/>
<img loading="lazy" src={require('../assets/images/mobile-app-testing/manual_test_case_creation/edit_test_step.png').default} alt=" " className="doc_img"/>

14. Click on **Save Test Case** to create your test steps and update your test case.
You can optional user the Generate with AI option to ask AI to generate more Steps.

<img loading="lazy" src={require('../assets/images/mobile-app-testing/save-test-case.webp').default} alt="Real " className="doc_img" width="1366" height="629"/>
:::tip
The more data your Test Case is having, including the details in **Summary page** & **Test Steps** the more accurate the AIs suggestion will be.
:::

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



Expand Down
Loading