From 247884a077fb44931d9ec627d66f4e39700d35fd Mon Sep 17 00:00:00 2001 From: Bharath Krishna <118433150+bharathk08@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:30:41 +0530 Subject: [PATCH] Updated Watch Video doc --- .../web-apps/viewing-full-testplan-execution-video.md | 6 +++++- src/pages/docs/visual-testing/configure-test-steps.md | 8 +++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/pages/docs/FAQs/web-apps/viewing-full-testplan-execution-video.md b/src/pages/docs/FAQs/web-apps/viewing-full-testplan-execution-video.md index 0ebc8354..5f0927b4 100644 --- a/src/pages/docs/FAQs/web-apps/viewing-full-testplan-execution-video.md +++ b/src/pages/docs/FAQs/web-apps/viewing-full-testplan-execution-video.md @@ -1,5 +1,5 @@ --- -title: "Why Complete Video of the Test Plan is Unavailable in Some Cases?" +title: "Why Is a Single Video for All Test Cases in a Test Plan Unavailable in Some Cases?" pagetitle: "Full Test Plan Execution Video: Steps to Access and View" metadesc: "Viewing the full video of the test plan execution is easy. Re-run your test plan with the reset session disabled to see the complete execution video." noindex: false @@ -20,6 +20,7 @@ contextual_links: --- + When you enable the **Reset session for every test case** option in **Parallel Settings**, Testsigma assigns a fresh machine to execute the next queued test case. This process continues until all test case executions are complete. In this case, the complete video of the test plan is unavailable. To capture a single video of the entire test plan execution, you need to disable **Reset session for every test case** option. --- @@ -42,4 +43,7 @@ When you enable the **Reset session for every test case** option in **Parallel S 5. Click **Create** or **Update Profile** to save your changes. ![disable reset session for test machine](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/disabling_reset_session_for_machine.gif) +6. You can now watch the complete video for each test suite under **Run Results > Test Suite > Watch Video**. + ![Watch Video](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/WatchVideo_TestSuiteLevel.png) + --- \ No newline at end of file diff --git a/src/pages/docs/visual-testing/configure-test-steps.md b/src/pages/docs/visual-testing/configure-test-steps.md index d8cde4f0..8edf5a6f 100644 --- a/src/pages/docs/visual-testing/configure-test-steps.md +++ b/src/pages/docs/visual-testing/configure-test-steps.md @@ -96,6 +96,11 @@ When you conduct visual testing using Testsigma, you should compare the **curren ## **Optimizing Visual Testing with Ignore Sections** +[[info | NOTE:]] +| Ignoring specific sections will exclude dynamic elements from the comparison process, which reduces false positives from content such as ads, timestamps, or user-specific data. This ensures that only meaningful changes are flagged for review. + +### **Steps to Configure Ignore Sections for Visual Testing** + 1. Click **Ad-hoc Runs** in the right navigation bar, then click **View Details** to open the test case result page. ![view test case result details page](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/view_details_test_case_result.png) @@ -108,9 +113,6 @@ When you conduct visual testing using Testsigma, you should compare the **curren 5. Review the regions you marked as ignored and click **Save**. -[[info | NOTE:]] -| Ignoring specific sections will exclude dynamic elements from the comparison process, which reduces false positives from content such as ads, timestamps, or user-specific data. This ensures that only meaningful changes are flagged for review. - ---