Skip to content

Commit f8ee071

Browse files
authored
Added Screenshots for Test Capture docs (#119)
1 parent 4d6c2de commit f8ee071

3 files changed

Lines changed: 57 additions & 25 deletions

File tree

src/pages/docs/test-management/test-capture/capture-logs.md

Lines changed: 35 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,32 @@ Test Capture lets you record execution logs during manual testing. You can updat
2929
## **Capture Logs During Test Execution**
3030

3131
1. From the left navigation bar, go to **Test Runs**.
32+
![Test Runs](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Test_Runs_for_Capture.png)
3233

3334
2. Open a test run.
3435

3536
3. On the **Test Run details** page, click **Execute & Capture**.
37+
![Execute & Capture](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Execute_And_Capture_on_Test_Runs.png)
3638

37-
Note: You can also select multiple test cases and click **Execute & Capture**.
39+
[[info | **NOTE**:]]
40+
| You can also select multiple test cases and click **Execute & Capture**.
41+
|
42+
| ![Bulk Select](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Bulk_Select_for_Execute_and_Capture.png)
3843

3944
4. The **Test Capture** panel opens with the test run details along with test cases.
45+
![Test Capture Panel](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Test_Capture_Panel.png)
4046

4147
5. Open a test case and start manual execution.
48+
![Open a test inside panel](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Open_Test_Case_in_Capture.png)
4249

4350
6. When you see a bug or error:
51+
![Capture Logs](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Capturing_Logs_from_Test_Capture.png)
4452
- Update the test execution status (**Passed**, **In-Progress**, **Failed**, **Retest**, **Skipped** or **Blocked**).
4553
- Add a comment describing the observation.
54+
- Select **Attach Instant Replay** to automatically attach video capture and technical logs from the last 2 minutes.
4655
- Click **Save Logs**.
4756

48-
The log is captured and attached to the current test execution.
57+
The log is captured and attached to the current test execution.
4958

5059
---
5160

@@ -56,17 +65,22 @@ The log is captured and attached to the current test execution.
5665
2. Open the test run executed using **Test Capture**.
5766

5867
3. Open the test case.
68+
![Open Test Case](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Open_Test_Case_from_Runs_for_Logs.png)
5969

6070
4. Scroll to the **Activity** section.
6171

62-
The **Activity** section displays:
72+
The **Activity** section displays for logs:
73+
![Activity of logs](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Activity_Section_of_Test_Cases.png)
6374
- **Execution timestamps**
6475
- **Status changes**
6576
- **Tester comments**
6677
- **Attached log**
67-
- **AI Summary**
6878

69-
5. Click **Instant Replay**. This will open a new displaying the detailed evidence, including:
79+
5. Click **Instant Replay**.
80+
![Instant Reply](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Click_Instant_Reply.png)
81+
82+
6. This will open a new displaying the detailed evidence, including:
83+
![Detailed Evidence](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Detailed_Evidence_of_Log.png)
7084
- **Visual replay of the execution**
7185
- **Execution information**
7286
- **Console logs**
@@ -81,21 +95,26 @@ The log is captured and attached to the current test execution.
8195

8296
2. Perform testing actions on the website.
8397

84-
3. When you see an issue/bug, click Extensions and select Test Capture.
85-
86-
4. Select Instant Reply. This will open a new tab.
87-
88-
5. Click Select Test Case.
98+
3. When you see an issue/bug, click **Extensions** and select **Test Capture**.
8999

90-
6. In the Link to Test Management System dialog:
91-
- Select a project, test run, and test case.
92-
- Click Link.
100+
4. Select **Instant Reply**. This will open a new tab.
101+
![Instant Reply](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Instant_Reply_to_Capture_Log_Directly.png)
93102

94-
7. Update the execution status (Passed, In Progress, Failed, Retest, Skipped, Blocked).
103+
5. Click **Select Test Case**.
104+
![Select Test Case](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Select_Test_Case_for_Instant_Reply.png)
105+
106+
6. In the **Link to Test Management System** dialog:
107+
![Info in Link to TMS](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Link_TMS_Test_Case_to_Instant_Reply.png)
108+
- Select a **project**, **test run**, and **test case**.
109+
- Click **Link**.
95110

96-
8. Add a comment describing the observation.
111+
7. Update the execution status (**Passed**, **In Progress**, **Failed**, **Retest**, **Skipped**, **Blocked**).
112+
![Add Status](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Update_Status_To_Capture_Log.png)
97113

98-
9. Click Save Log.
114+
8. Add a **Comment** describing the observation.
115+
![Comment](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Add_Comment_to_Attach_log.png)
99116

117+
9. Click **Save Log**.
118+
![Save Log](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Save_Log_Directly_from_Web_for_Instant_Reply.png)
100119

101120
---

src/pages/docs/test-management/test-capture/install-and-onfigure.md renamed to src/pages/docs/test-management/test-capture/install-and-configure.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,20 @@ You can install the extension directly from **Test Management by Testsigma** or
4747
## **Install from Test Management by Testsigma**
4848

4949
1. From the left navigation bar, go to **Test Runs**.
50+
![Test Runs](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Test_Runs_for_Capture.png)
5051

5152
2. Open a test run.
5253

53-
3. On the **Test Run details** page, click **Execute & Capture**.
54+
3. On the **Test Run Details** page, click **Execute & Capture**.
55+
![Test Run Details](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Execute_Capture.png)
5456

5557
4. In the **Extension Not Installed** dialog, click **Download Extension**.
58+
![Download Extension](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Download_Capture_Extension.png)
5659

5760
5. You are redirected to the Test Capture Chrome extension page.
5861

5962
6. Click **Add to Chrome** and confirm the installation.
63+
![Add to Chrome](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Add_Test_Capture.png)
6064

6165
The extension is added to your browser.
6266

@@ -65,12 +69,15 @@ You can install the extension directly from **Test Management by Testsigma** or
6569
## **Install from Chrome Web Store**
6670

6771
1. Open the **Chrome Web Store**.
72+
![Chrome Web Store](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Chrome_Web_Store_New.png)
6873

6974
2. Search for **Test Capture**.
75+
![Test Capture Search](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Test_Capture_Search.png)
7076

7177
3. Open the extension page.
7278

7379
4. Click **Add to Chrome** and confirm the installation.
80+
![Add to Chrome](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Add_to_Chrome_from_Store.png)
7481

7582
---
7683

@@ -83,10 +90,12 @@ After installation, the extension must be authorized to connect with Test Manage
8390
2. Click **Execute & Capture**.
8491

8592
3. In the **Test Capture** dialog, click **Login to Test Capture**.
93+
![Login to Test Capture](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Login_to_Test_Capture.png)
8694

8795
4. You are redirected to the **Test Management by Testsigma** authorization page.
8896

8997
5. Click **Authorize Extension**.
98+
![Authorize Extension](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Authorize_Capture_Extension.png)
9099

91100
The extension is now authorized and ready for use.
92101

@@ -99,15 +108,19 @@ You can configure evidence capture options and shortcuts from the extension sett
99108
1. Click the **Extensions** icon in the **Chrome toolbar**.
100109

101110
2. Select **Test Capture**.
111+
![Test Capture](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Select_Test_Capture_From_Extensions.png)
102112

103113
3. Enable the required options:
114+
![Enable Options](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Enable_all_in_Test_Capture.png)
104115
- **Instant Replay**
105116
- **Take Screenshot**
106117
- **Record Current Tab/Current Tab**
107118

108119
4. Click **Settings**.
120+
![Settings](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Extension_Settings_for_Capture.png)
109121

110122
5. Enter the **application URL** used for testing and click **Add**.
123+
![Add URL](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Add_URL_to_Extension.png)
111124

112125
---
113126

@@ -118,6 +131,7 @@ You can customize keyboard shortcuts for faster access to extension actions.
118131
1. Open **Extension Settings**.
119132

120133
2. Click the **Edit** icon next to **Keyboard Shortcuts**.
134+
![Edit Shortcuts](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Configure_KB_Shortcuts_for_Extension.png)
121135

122136
3. Configure shortcuts for the following actions:
123137
- **Activate the extension**
@@ -130,12 +144,11 @@ You can customize keyboard shortcuts for faster access to extension actions.
130144

131145
## **Reset Extension Settings (Optional)**
132146

133-
To restore default settings:
134-
135-
1. Open Extension Settings.
136-
137-
2. Click Reset next to Reset Extension.
147+
1. Open **Extension Settings**.
138148

139-
All extension settings are reset to their default values.
149+
2. Click **Reset** next to **Reset Extension**.
150+
![Reset Extension](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/Reset_Extension_Settings_Test_Capture.png)
151+
152+
All extension settings are reset to their default values.
140153

141154
---

src/pages/docs/test-management/test-capture/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Test Capture tracks the execution session while a test case is run.
4040
When a log is recorded, it includes both visual output and execution data.
4141

4242
**Log can be captured:**
43-
- during execution
44-
- or after a failure occurs
43+
- **during execution**
44+
- or **after a failure occurs**
4545

4646
No advance setup is required to capture failures.
4747

0 commit comments

Comments
 (0)