diff --git a/.gitignore b/.gitignore
index f4bd7002..510e07b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,5 @@ public
*.iml
.env
package-lock.json
+.claude-skills/
+.DS_Store
\ No newline at end of file
diff --git a/src/pages/docs/atto/generative-ai/overview.md b/src/pages/docs/atto/generative-ai/overview.md
index ad24f10c..4d013213 100644
--- a/src/pages/docs/atto/generative-ai/overview.md
+++ b/src/pages/docs/atto/generative-ai/overview.md
@@ -64,7 +64,9 @@ Testsigma also integrates seamlessly with tools like Jira, Figma, Xray, and qTes
- [Generate Test Cases from Requirements](https://testsigma.com/docs/atto/generative-ai/generate-tests/requirements/)
-- [Generate Test Cases For Web & Mobile Web](https://testsigma.com/docs/atto/generative-ai/generate-tests/web-mobile-web/)
+- [Generate Test Cases for Web](https://testsigma.com/docs/atto/generative-ai/generate-tests/web/)
+
+- [Generate Test Cases for Mobile Web](https://testsigma.com/docs/atto/generative-ai/generate-tests/mobile-web/)
- [Generate Test Cases for Android & iOS](https://testsigma.com/docs/atto/generative-ai/generate-tests/mobile/)
@@ -74,11 +76,7 @@ Testsigma also integrates seamlessly with tools like Jira, Figma, Xray, and qTes
- [Generate Test Cases for APIs](https://testsigma.com/docs/atto/generative-ai/generate-tests/apis/)
-- [Generate Tests from Figma Designs](https://testsigma.com/docs/genai-capabilities/generate-tests-from-figma-designs/)
-
-- [Generate Test Cases from Swagger Schema](https://testsigma.com/docs/genai-capabilities/generate-tests-from-swagger/)
-
-- [Generate Test Cases from User Actions](https://testsigma.com/docs/genai-capabilities/generate-tests-from-user-actions/)
+- [Generate Tests from Figma Designs](https://testsigma.com/docs/atto/generative-ai/integrations/figma/)
---
diff --git a/src/pages/docs/auto-healing/intro.md b/src/pages/docs/auto-healing/intro.md
index ac4ecce2..6f372e59 100644
--- a/src/pages/docs/auto-healing/intro.md
+++ b/src/pages/docs/auto-healing/intro.md
@@ -37,7 +37,7 @@ You can also use auto-healing directly within the Live Editor to validate elemen
- [Auto-healing for AI-Generated Test Cases](https://testsigma.com/docs/auto-healing/auto-healing-for-ai-generated-test-cases/)
-- [Using Auto-Healing in Live Editor Test Execution](https://testsigma.com/docs/auto-healing/using-auto-healing-in-live-editor-test-execution/)
+- [Using Auto-Healing in Copilot Test Execution](https://testsigma.com/docs/auto-healing/using-auto-healing-in-copilot-test-execution/)
- [Auto-healing Insights](https://testsigma.com/docs/auto-healing/auto-healing-insights/)
diff --git a/src/pages/docs/configuration/generate-wda-file.md b/src/pages/docs/configuration/generate-wda-file.md
index 4481e75f..09b6ebb3 100644
--- a/src/pages/docs/configuration/generate-wda-file.md
+++ b/src/pages/docs/configuration/generate-wda-file.md
@@ -21,6 +21,9 @@ contextual_links:
WebDriverAgent (WDA) plays an important role in automating iOS tests. It bridges the code we write for testing and the actual iOS app, which helps us control the app, test how it behaves, and make sure it works correctly. This article discusses the steps and prerequisites for creating WDA files.
+[[info | **NOTE**:]]
+| Creating a provisioning profile and WDA file is required **only for local agent–based executions**. If you are running tests exclusively on cloud devices from Testsigma Lab, you do **not** need to create a WDA file or provisioning profile.
+
---
>
Prerequisites
diff --git a/src/pages/docs/copilot/faqs-on-copilot.md b/src/pages/docs/copilot/faqs-on-copilot.md
index ae7a4aae..a966d676 100644
--- a/src/pages/docs/copilot/faqs-on-copilot.md
+++ b/src/pages/docs/copilot/faqs-on-copilot.md
@@ -217,9 +217,9 @@ warning: false
> For instructions on installing the **Testsigma Terminal**, see:
-> - [Documentation on installing Terminal for macOS](https://testsigma.com/docs/copilot/installing-testsigma-terminal/).
-> - [Documentation on installing Terminal for Windows](https://testsigma.com/docs/copilot/installing-testsigma-terminal-on-windows/).
-> - [Documentation on installing Terminal for Linux](https://testsigma.com/docs/copilot/installing-testsigma-terminal-on-linux/).
+> - [Documentation on installing Terminal for macOS](https://testsigma.com/docs/testsigma-terminal/installing-testsigma-terminal/).
+> - [Documentation on installing Terminal for Windows](https://testsigma.com/docs/testsigma-terminal/installing-testsigma-terminal-on-windows/).
+> - [Documentation on installing Terminal for Linux](https://testsigma.com/docs/testsigma-terminal/installing-testsigma-terminal-on-linux/).
---
diff --git a/src/pages/docs/copilot/introduction.md b/src/pages/docs/copilot/introduction.md
index e3a6265b..7a3263f9 100644
--- a/src/pages/docs/copilot/introduction.md
+++ b/src/pages/docs/copilot/introduction.md
@@ -50,7 +50,7 @@ To begin using Testsigma Copilot, explore the following resources:
- [Launch Copilot](https://testsigma.com/docs/copilot/launch-copilot/)
- [Record Test Steps](https://testsigma.com/docs/copilot/record-test-steps/)
- [Copilot Debug Toolbar](https://testsigma.com/docs/copilot/copilot-debug-toolbar/)
-- [Manage Test Steps](https://testsigma.com/docs/copilot/manage-test-steps/)
+- [Manage Test Steps](https://testsigma.com/docs/copilot/manage-test-steps/add-test-steps/)
- [FAQs on Testsigma Copilot](https://testsigma.com/docs/copilot/faqs-on-copilot/)
- [Troubleshooting Guide for Copilot](https://testsigma.com/docs/copilot/troubleshooting-for-copilot/unable-to-login-to-testsigma-terminal/)
diff --git a/src/pages/docs/sitemap.xml b/src/pages/docs/sitemap.xml
index cce693b4..f23c9c1f 100644
--- a/src/pages/docs/sitemap.xml
+++ b/src/pages/docs/sitemap.xml
@@ -138,12 +138,6 @@
daily
0.9
-
- https://testsigma.com/docs/test-cases/manage/import-export/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/desired-capabilities/biometric-authentication/
2025-01-23
@@ -186,12 +180,6 @@
daily
0.9
-
- https://testsigma.com/docs/test-management/test-plans/supported-test-lab-types/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/elements/dynamic-elements/with-parameter-test-data/
2025-01-23
@@ -312,12 +300,6 @@
daily
0.9
-
- https://testsigma.com/docs/getting-started/command%20center/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/projects/requirements/
2025-01-23
@@ -390,12 +372,6 @@
daily
0.9
-
- https://testsigma.com/docs/test-management/test-plans/after-test/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/troubleshooting/mobile-apps/failed-to-launch-UI/
2025-01-23
@@ -480,12 +456,6 @@
daily
0.9
-
- https://testsigma.com/docs/genai-capabilities/copilot/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/on-premise-setup/installation-process/setup/
2025-01-23
@@ -528,12 +498,6 @@
daily
0.9
-
- https://testsigma.com/docs/genai-capabilities/mobile-copilot/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/windows-lite-automation/projects-and-applications/
2025-01-23
@@ -576,18 +540,6 @@
daily
0.9
-
- https://testsigma.com/docs/genai-capabilities/generate-tests-from-requirements/
- 2025-01-23
- daily
- 0.9
-
-
- https://testsigma.com/docs/test-management/test-plans/schedule-plans/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/test-data/types/environment/
2025-01-23
@@ -618,12 +570,6 @@
daily
0.9
-
- https://testsigma.com/docs/test-management/test-plans/cross-browser-testing/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/test-cases/step-types/if-condition/
2025-01-23
@@ -762,12 +708,6 @@
daily
0.9
-
- https://testsigma.com/docs/test-management/test-plans/headless-testing/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/test-cases/create-steps-restapi/mock-apis/
2025-01-23
@@ -900,18 +840,6 @@
daily
0.9
-
- https://testsigma.com/docs/elements/auto-healing/
- 2025-01-23
- daily
- 0.9
-
-
- https://testsigma.com/docs/genai-capabilities/generate-tests-from-user-actions/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/integrations/bug-reporting/bugzilla/
2025-01-23
@@ -924,12 +852,6 @@
daily
0.9
-
- https://testsigma.com/docs/genai-capabilities/generate-tests-from-swagger/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/test-data/data-generators/company-function-type/
2025-01-23
@@ -1044,12 +966,6 @@
daily
0.9
-
- https://testsigma.com/docs/integrations/product-management/clickup/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/windows-automation/error-handling/
2025-01-23
@@ -1080,12 +996,6 @@
daily
0.9
-
- https://testsigma.com/docs/integrations/product-management/trello/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/troubleshooting/agent/fix-agent-registration-failures/
2025-01-23
@@ -1152,12 +1062,6 @@
daily
0.9
-
- https://testsigma.com/docs/test-management/test-plans/manage-test-suites/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/test-cases/create-test-steps/actions-and-options-manual/bulk-actions/
2025-01-23
@@ -1194,12 +1098,6 @@
daily
0.9
-
- https://testsigma.com/docs/getting-started/setup/downloadable-package/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/getting-started/setup/overview/
2025-01-23
@@ -1224,12 +1122,6 @@
daily
0.9
-
- https://testsigma.com/docs/test-management/test-plans/run-tests-in-parallel/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/continuous-integration/copado-integration/
2025-01-23
@@ -1260,12 +1152,6 @@
daily
0.9
-
- https://testsigma.com/docs/genai-capabilities/generate-tdp/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/windows-automation/tsr-tsrx-files/
2025-01-23
@@ -1320,12 +1206,6 @@
daily
0.9
-
- https://testsigma.com/docs/test-management/test-plans/manage-test-machines/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/elements/android-apps/record-multiple-elements/
2025-01-23
@@ -1368,12 +1248,6 @@
daily
0.9
-
- https://testsigma.com/docs/test-management/test-plans/overview/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/troubleshooting/NLPs/unable-to-click-checkbox/
2025-01-23
@@ -1428,12 +1302,6 @@
daily
0.9
-
- https://testsigma.com/docs/agent/troubleshooting/logs/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/api/elements/
2025-01-23
@@ -1452,18 +1320,6 @@
daily
0.9
-
- https://testsigma.com/docs/open-source-docs/introduction-community/
- 2025-01-23
- daily
- 0.9
-
-
- https://testsigma.com/docs/test-management/test-plans/partial-test-plan-run-via-api/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/integrations/bug-reporting/jira/
2025-01-23
@@ -1488,12 +1344,6 @@
daily
0.9
-
- https://testsigma.com/docs/open-source-docs/docker/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/test-cases/create-steps-restapi/restful-api-overview/
2025-01-23
@@ -1518,12 +1368,6 @@
daily
0.9
-
- https://testsigma.com/docs/test-management/test-plans/distributed-testing/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/elements/web-apps/overview/
2025-01-23
@@ -1536,12 +1380,6 @@
daily
0.9
-
- https://testsigma.com/docs/test-management/test-plans/disable-test-cases-in-test-plans/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/troubleshooting/setup/troubleshooting-restricted-access/
2025-01-23
@@ -1602,12 +1440,6 @@
daily
0.9
-
- https://testsigma.com/docs/agent/troubleshooting/setup-issues/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/sdk/manage-runtime-test-data/
2025-01-23
@@ -1620,18 +1452,6 @@
daily
0.9
-
- https://testsigma.com/docs/faqs/web-apps/how-to-enter-non-text-keys-in-test-cases/
- 2025-01-23
- daily
- 0.9
-
-
- https://testsigma.com/docs/open-source-docs/reset-password/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/on-premise-setup/post-installation/troubleshooting/
2025-01-23
@@ -1650,12 +1470,6 @@
daily
0.9
-
- https://testsigma.com/docs/test-management/test-plans/post-plan-hook/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/test-cases/create-test-steps/actions-and-options-recorder/step-options/
2025-01-23
@@ -1668,12 +1482,6 @@
daily
0.9
-
- https://testsigma.com/docs/test-management/test-suites/overview/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/test-data/data-generators/datefunctions-function-type/
2025-01-23
@@ -1734,12 +1542,6 @@
daily
0.9
-
- https://testsigma.com/docs/open-source-docs/testsigma-community-cloud/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/reports/runs/overview/
2025-01-23
@@ -1794,12 +1596,6 @@
daily
0.9
-
- https://testsigma.com/docs/agent/troubleshooting/max-sessions-for-agents/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/test-cases/create-test-steps/actions-and-options-manual/step-options/
2025-01-23
@@ -1866,12 +1662,6 @@
daily
0.9
-
- https://testsigma.com/docs/test-management/test-plans/after-test-suite/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/testsigma-tunnel/key-components/
2025-01-23
@@ -2010,12 +1800,6 @@
daily
0.9
-
- https://testsigma.com/docs/integrations/test-labs/lambdatest/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/agent/pre-requisite/
2025-01-23
@@ -2052,12 +1836,6 @@
daily
0.9
-
- https://testsigma.com/docs/test-cases/manage/features-and-scenarios/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/addons/community-marketplace/
2025-01-23
@@ -2106,12 +1884,6 @@
daily
0.9
-
- https://testsigma.com/docs/agent/troubleshooting/upgrade-agent-automatically/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/troubleshooting/NLPs/drag-and-drop/
2025-01-23
@@ -2166,24 +1938,12 @@
daily
0.9
-
- https://testsigma.com/docs/test-cases/manage/import-from-yaml-or-git/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/desired-capabilities/screen-shot-capture/
2025-01-23
daily
0.9
-
- https://testsigma.com/docs/integrations/product-management/azure-devops-boards/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/api/get-project-wide-information/
2025-01-23
@@ -2262,12 +2022,6 @@
daily
0.9
-
- https://testsigma.com/docs/troubleshooting/REST-API/troubleshooting-API%20testcase-failure/
- 2025-01-23
- daily
- 0.9
-
https://testsigma.com/docs/test-cases/step-types/for-loop/
2025-01-23
@@ -2448,12 +2202,6 @@
daily
0.9
-
- https://testsigma.com/docs/genai-capabilities/overview/
- 2026-01-21
- daily
- 0.9
-
https://testsigma.com/docs/atto/generative-ai/overview/
2026-01-21
@@ -2502,12 +2250,6 @@
daily
0.9
-
- https://testsigma.com/docs/genai-capabilities/byok/intro/
- 2026-01-21
- daily
- 0.9
-
https://testsigma.com/docs/live-editor/editing-test-case/
2026-01-21
@@ -2622,12 +2364,6 @@
daily
0.9
-
- https://testsigma.com/docs/genai-capabilities/byok/llms/azure/
- 2026-01-21
- daily
- 0.9
-
https://testsigma.com/docs/test-management/test-cases/folders/
2026-01-21
@@ -2640,12 +2376,6 @@
daily
0.9
-
- https://testsigma.com/docs/genai-capabilities/byok/llms/openai/
- 2026-01-21
- daily
- 0.9
-
https://testsigma.com/docs/continuous-integration/codemagic-ci/
2026-01-21
@@ -2706,12 +2436,6 @@
daily
0.9
-
- https://testsigma.com/docs/live-editor/intro-testsigma-terminal/
- 2026-01-21
- daily
- 0.9
-
https://testsigma.com/docs/atto/generative-ai/integrations/xray/
2026-01-21
@@ -2802,12 +2526,6 @@
daily
0.9
-
- https://testsigma.com/docs/live-editor/faqs-on-testsigma-terminal/
- 2026-01-21
- daily
- 0.9
-
https://testsigma.com/docs/atto/generative-ai/integrations/github/
2026-01-21
@@ -2892,12 +2610,6 @@
daily
0.9
-
- https://testsigma.com/docs/live-editor/installing-testsigma-terminal/
- 2026-01-21
- daily
- 0.9
-
https://testsigma.com/docs/sap-automation/selective-element-recorder/
2026-01-21
@@ -3042,24 +2754,12 @@
daily
0.9
-
- https://testsigma.com/docs/live-editor/components-of-testsigma-terminal/
- 2026-01-21
- daily
- 0.9
-
https://testsigma.com/docs/sap-automation/test-cases-for-sap-automation/
2026-01-21
daily
0.9
-
- https://testsigma.com/docs/genai-capabilities/agentic-tests-from-github/
- 2026-01-21
- daily
- 0.9
-
https://testsigma.com/docs/test-management/settings/notifications/email/
2026-01-21
@@ -3204,12 +2904,6 @@
daily
0.9
-
- https://testsigma.com/docs/atto/generative-ai/generate-tests/web-mobile-web/
- 2026-01-21
- daily
- 0.9
-
https://testsigma.com/docs/test-management/test-cases/comment-in-test-cases/
2026-01-21
@@ -3246,12 +2940,6 @@
daily
0.9
-
- https://testsigma.com/docs/live-editor/installing-testsigma-terminal-on-linux/
- 2026-01-21
- daily
- 0.9
-
https://testsigma.com/docs/accessibility-testing/mobile-accessibility-testing/
2026-01-21
@@ -3276,24 +2964,12 @@
daily
0.9
-
- https://testsigma.com/docs/genai-capabilities/generate-tests-from-figma-designs/
- 2026-01-21
- daily
- 0.9
-
https://testsigma.com/docs/desktop-automation/test-cases-for-desktop-automation/
2026-01-21
daily
0.9
-
- https://testsigma.com/docs/live-editor/installing-testsigma-terminal-on-windows/
- 2026-01-21
- daily
- 0.9
-
https://testsigma.com/docs/desktop-automation/desktop-projects-and-applications/
2026-01-21
@@ -3444,12 +3120,6 @@
daily
0.9
-
- https://testsigma.com/docs/auto-healing/using-auto-healing-in-live-editor-test-execution/
- 2026-01-21
- daily
- 0.9
-
https://testsigma.com/docs/test-management/testsigma-two-way-integration/link-test-cases/
2026-01-21
@@ -3684,12 +3354,6 @@
daily
0.9
-
- https://testsigma.com/docs/FAQs/web-apps/how-do-i-fix-the-try-again-error-when-opening-the-testsigma-desktop-app/
- 2026-01-21
- daily
- 0.9
-
https://testsigma.com/docs/live-editor/troubleshooting-for-copilot/unable-to-start-the-terminal-due-to-port-unavailability/
2026-01-21
@@ -3714,4 +3378,40 @@
daily
0.9
+
+ https://testsigma.com/docs/testsigma-terminal/installing-testsigma-terminal-on-linux/
+ 2025-01-23
+ daily
+ 0.9
+
+
+ https://testsigma.com/docs/testsigma-terminal/components-of-testsigma-terminal/
+ 2025-01-23
+ daily
+ 0.9
+
+
+ https://testsigma.com/docs/testsigma-terminal/intro-testsigma-terminal/
+ 2025-01-23
+ daily
+ 0.9
+
+
+ https://testsigma.com/docs/testsigma-terminal/installing-testsigma-terminal/
+ 2025-01-23
+ daily
+ 0.9
+
+
+ https://testsigma.com/docs/testsigma-terminal/installing-testsigma-terminal-on-windows/
+ 2025-01-23
+ daily
+ 0.9
+
+
+ https://testsigma.com/docs/integrations/test-labs/testmu/
+ 2025-01-23
+ daily
+ 0.9
+
diff --git a/src/pages/docs/test-cases/create-test-cases/test-cases-for-mobile-applications.md b/src/pages/docs/test-cases/create-test-cases/test-cases-for-mobile-applications.md
index f92a1bb4..852b1b6e 100644
--- a/src/pages/docs/test-cases/create-test-cases/test-cases-for-mobile-applications.md
+++ b/src/pages/docs/test-cases/create-test-cases/test-cases-for-mobile-applications.md
@@ -37,7 +37,7 @@ Using Testsigma, you can easily create test cases for android & iOS applications
> Before you begin, ensure that:
>
> You have referred to the [Documentation on creating projects](https://testsigma.com/docs/projects/overview/).
-> You have referred to the [Documentation on creating folders](https://testsigma.com/docs/test-cases/manage/features-and-scenarios/).
+> You have referred to the [Documentation on creating folders](https://testsigma.com/docs/test-cases/create-test-cases/features-and-scenarios/).
> Testsigma Terminal is installed, and a local device is connected and available as a Test Machine.
> The application file (APK for Android or IPA for iOS) is available and uploaded as an App Source.
> You have referred to the [Documentation on creating Elements](https://testsigma.com/docs/elements/android-apps/create-manually/).
diff --git a/src/pages/docs/test-cases/create-test-cases/test-cases-for-web-applications.md b/src/pages/docs/test-cases/create-test-cases/test-cases-for-web-applications.md
index 56ac22cd..3789a9a4 100644
--- a/src/pages/docs/test-cases/create-test-cases/test-cases-for-web-applications.md
+++ b/src/pages/docs/test-cases/create-test-cases/test-cases-for-web-applications.md
@@ -37,7 +37,7 @@ Using Testsigma, you can easily create test cases for web applications using Att
> Before you begin, ensure that:
>
> 1. You have referred to the [Documentation on creating projects](https://testsigma.com/docs/projects/overview/).
-> 2. You have referred to the [Documentation on creating folders](https://testsigma.com/docs/test-cases/manage/features-and-scenarios/).
+> 2. You have referred to the [Documentation on creating folders](https://testsigma.com/docs/test-cases/create-test-cases/features-and-scenarios/).
> 3. Testsigma Terminal is installed and the Copilot is ready.
> 4. You have referred to the [Documentation on creating Elements](https://testsigma.com/docs/elements/web-apps/create-manually/).
diff --git a/src/pages/docs/test-cases/create-test-steps/overview.md b/src/pages/docs/test-cases/create-test-steps/overview.md
index 159ade6a..18bcdb70 100644
--- a/src/pages/docs/test-cases/create-test-steps/overview.md
+++ b/src/pages/docs/test-cases/create-test-steps/overview.md
@@ -27,7 +27,7 @@ In Testsigma terminology, each automated action executed by the test script is a
> Prerequisites
>
-> Before you begin, ensure you're familiar with concepts of [Features and Scenarios](https://testsigma.com/docs/test-cases/manage/features-and-scenarios/), [Test Step Types](https://testsigma.com/docs/test-cases/step-types/overview/), have installed the [Test Recorder](https://testsigma.com/docs/test-step-recorder/install-chrome-extension/), and have a Web/Android/iOS app to test.
+> Before you begin, ensure you're familiar with concepts of [Features and Scenarios](https://testsigma.com/docs/test-cases/create-test-cases/features-and-scenarios/), [Test Step Types](https://testsigma.com/docs/test-cases/step-types/overview/), have installed the [Test Recorder](https://testsigma.com/docs/test-step-recorder/install-chrome-extension/), and have a Web/Android/iOS app to test.
---
diff --git a/src/pages/docs/test-data/add-values-to-test-data-profile.md b/src/pages/docs/test-data/add-values-to-test-data-profile.md
index ca6def13..4ba14ee2 100644
--- a/src/pages/docs/test-data/add-values-to-test-data-profile.md
+++ b/src/pages/docs/test-data/add-values-to-test-data-profile.md
@@ -28,7 +28,7 @@ This article explains how to update the values of a Test Data Profile directly f
> Prerequisites
>
> Before you begin, ensure that you have reviewed:
-> 1. [Create a Test Data Profile](create-data-profiles.md).
+> 1. [Create a Test Data Profile](/docs/test-data/create-data-profiles/).
> 2. [Documentation on creating test cases](https://testsigma.com/docs/test-cases/manage/add-edit-delete/#create-test-case).
---
@@ -59,8 +59,8 @@ On successful execution, the value is updated in the Test Data Profile.
## **Related Articles**
-- [Folder Structure for Test Data Profiles](folder-structure-for-test-data-profiles.md)
-- [Create a Test Data Profile](create-data-profiles.md)
-- [Update a Test Data Profile](update-test-data-profile.md)
+- [Folder Structure for Test Data Profiles](https://testsigma.com/docs/test-data/folder-structure-for-test-data-profiles/)
+- [Create a Test Data Profile](/docs/test-data/create-data-profiles/)
+- [Update a Test Data Profile](/docs/test-data/update-test-data-profile/)
---
\ No newline at end of file
diff --git a/src/pages/docs/test-data/create-data-profiles.md b/src/pages/docs/test-data/create-data-profiles.md
index ff3c4bf2..c3e4c6dd 100644
--- a/src/pages/docs/test-data/create-data-profiles.md
+++ b/src/pages/docs/test-data/create-data-profiles.md
@@ -48,7 +48,7 @@ Use Test Data Profiles to manage large sets of test data in a structured, reusab
>
> Before you begin, ensure that you have:
> 1. An active Testsigma project with the required permissions to manage test data.
-> 2. A Feature and Scenario set up in Test Data Profiles. For more information, see [Folder Structure for Test Data Profiles](folder-structure-for-test-data-profiles.md).
+> 2. A Feature and Scenario set up in Test Data Profiles. For more information, see [Folder Structure for Test Data Profiles](https://testsigma.com/docs/test-data/folder-structure-for-test-data-profiles/).
> 3. Reviewed the [documentation on creating test cases](https://testsigma.com/docs/test-cases/manage/add-edit-delete/#create-test-case).
---
@@ -73,7 +73,7 @@ Use Test Data Profiles to manage large sets of test data in a structured, reusab
- In the **Select Location** dialog, select the **Feature** and then the **Scenario** where you want to store the profile. The selected Scenario appears under **Target Scenario** at the bottom of the dialog.

- - Select **Confirm**, then complete the profile creation. For more information, see [Create a Test Data Profile](create-data-profiles.md).
+ - Select **Confirm**, then complete the profile creation. For more information, see [Create a Test Data Profile](/docs/test-data/create-data-profiles/).

**From the folder tree**
diff --git a/src/pages/docs/test-data/folder-structure-for-test-data-profiles.md b/src/pages/docs/test-data/folder-structure-for-test-data-profiles.md
index b2f68485..860d5c0e 100644
--- a/src/pages/docs/test-data/folder-structure-for-test-data-profiles.md
+++ b/src/pages/docs/test-data/folder-structure-for-test-data-profiles.md
@@ -111,7 +111,7 @@ You can add a Test Data Profile to a specific Feature and Scenario in two ways.
3. In the **Select Location** dialog, select the **Feature** and then the **Scenario** where you want to store the profile. The selected Scenario appears under **Target Scenario** at the bottom of the dialog.

-4. Select **Confirm**, then complete the profile creation. For more information, see [Create a Test Data Profile](create-data-profiles.md).
+4. Select **Confirm**, then complete the profile creation. For more information, see [Create a Test Data Profile](/docs/test-data/create-data-profiles/).

**From the folder tree**
@@ -125,7 +125,7 @@ You can add a Test Data Profile to a specific Feature and Scenario in two ways.
A new **Untitled** Test Data Profile opens in the editing view, already associated with that Scenario.
-> For more information on completing the profile, see [Create a Test Data Profile](create-data-profiles.md).
+> For more information on completing the profile, see [Create a Test Data Profile](/docs/test-data/create-data-profiles/).
---
@@ -137,8 +137,8 @@ Use the **Search** bar at the top of the left panel to find a Test Data Profile
## **Related articles**
-- [Create a Test Data Profile](create-data-profiles.md)
-- [Update a Test Data Profile](update-test-data-profile.md)
-- [Update Values in a Test Data Profile](add-values-to-test-data-profile.md)
+- [Create a Test Data Profile](/docs/test-data/create-data-profiles/)
+- [Update a Test Data Profile](/docs/test-data/update-test-data-profile/)
+- [Update Values in a Test Data Profile](/docs/test-data/add-values-to-test-data-profile/)
---
\ No newline at end of file
diff --git a/src/pages/docs/test-data/import-data-profiles.md b/src/pages/docs/test-data/import-data-profiles.md
index 38eece49..96699ba1 100644
--- a/src/pages/docs/test-data/import-data-profiles.md
+++ b/src/pages/docs/test-data/import-data-profiles.md
@@ -28,7 +28,7 @@ This article explains how to import a Test Data Profile into Testsigma. With the
> Prerequisites
>
> Before you begin, ensure that you have:
-> 1. Reviewed [Folder Structure for Test Data Profiles](folder-structure-for-test-data-profiles.md).
+> 1. Reviewed [Folder Structure for Test Data Profiles](https://testsigma.com/docs/test-data/folder-structure-for-test-data-profiles/).
> 2. An XLSX file ready to import in the supported format.
---
@@ -81,8 +81,8 @@ A confirmation email is sent when the import completes. Refresh the Test Data Pr
## **Related Articles**
-- [Folder Structure for Test Data Profiles](folder-structure-for-test-data-profiles.md)
-- [Create a Test Data Profile](create-data-profiles.md)
-- [Update a Test Data Profile](update-test-data-profile.md)
+- [Folder Structure for Test Data Profiles](https://testsigma.com/docs/test-data/folder-structure-for-test-data-profiles/)
+- [Create a Test Data Profile](/docs/test-data/create-data-profiles/)
+- [Update a Test Data Profile](/docs/test-data/update-test-data-profile/)
---
\ No newline at end of file
diff --git a/src/pages/docs/test-data/update-test-data-profile.md b/src/pages/docs/test-data/update-test-data-profile.md
index 8507b02a..605aa286 100644
--- a/src/pages/docs/test-data/update-test-data-profile.md
+++ b/src/pages/docs/test-data/update-test-data-profile.md
@@ -32,7 +32,7 @@ This article explains how to update an existing Test Data Profile by importing a
> Prerequisites
>
> Before you begin, ensure that you have:
-> 1. Reviewed [Create a Test Data Profile](create-data-profiles.md).
+> 1. Reviewed [Create a Test Data Profile](/docs/test-data/create-data-profiles/).
> 2. The updated file ready to import.
---
@@ -65,8 +65,8 @@ A confirmation email is sent when the update completes.
## **Related Articles**
-- [Folder Structure for Test Data Profiles](folder-structure-for-test-data-profiles.md)
-- [Create a Test Data Profile](create-data-profiles.md)
-- [Update Values in a Test Data Profile](add-values-to-test-data-profile.md)
+- [Folder Structure for Test Data Profiles](https://testsigma.com/docs/test-data/folder-structure-for-test-data-profiles/)
+- [Create a Test Data Profile](https://testsigma.com/docs/test-data/create-data-profiles/)
+- [Update Values in a Test Data Profile](https://testsigma.com/docs/test-data/add-values-to-test-data-profile/)
---
\ No newline at end of file
diff --git a/src/pages/docs/test-plans/partial-test-plan-run-via-api.md b/src/pages/docs/test-plans/partial-test-plan-run-via-api.md
index 24a0870e..4af6570c 100644
--- a/src/pages/docs/test-plans/partial-test-plan-run-via-api.md
+++ b/src/pages/docs/test-plans/partial-test-plan-run-via-api.md
@@ -75,14 +75,44 @@ Follow these steps to run the partial test plan via API call:
|**Endpoint**|https://app.testsigma.com/api/v1/execution_results|
|**Authorization**|Bearer Token → ****
Same as the Testsigma API key mentioned above.|
|**Request Body Type (JSON)**|Raw|
-|**Payload**|{
"executionId": "3857",
"executionConfig": {
"name": "fav\_config\_name"
}
}|
+|**Payload**|{
"executionId": "3857",
"executionConfig": {
"name": "fav\_config\_name",
"id": config\_id
}
}|
- Find the execution ID of your test plan in the Test Plan details and replace **3857** with it.
- Replace the name of the saved favorite configuration with **fav\_config\_name**.
+- Replace **config\_id** with the ID of the saved favorite configuration.
[[info | NOTE:]]
| Using the correct execution ID and favorite configuration name in the API call payload is essential to ensure accurate execution.
+### **Fetch the Execution Config ID from the App**
+
+If you cannot use the GET API to retrieve the Execution Config ID, fetch it directly from the app using your browser's developer tools.
+
+1. Open the test plan in Testsigma.
+
+2. Right-click anywhere on the page and select **Inspect**.
+
+3. Select the **Network** tab in the developer tools panel.
+
+4. Select **Preserve log**.
+
+5. Select **Disable cache**.
+
+6. Clear existing log entries.
+
+7. In the Network search bar, enter: **method:POST**
+
+8. Select **Run** on the Partial Run configuration you want to trigger.
+
+9. In the Network tab, open the POST request that appears.
+
+10. Select the **Payload** tab.
+
+11. Copy the **id** value from the payload.
+
+[[info | NOTE:]]
+| This **id** is the Execution Config ID. Pass it in the **executionConfig** object of your API request body.
+
---
## **Configure Schedule Partial Test Plan Run**
@@ -118,7 +148,7 @@ Follow these steps to schedule a partial test run via API call.
|**Endpoint**|https://app.testsigma.com/api/v1/schedule_executions|
|**Authorization**|Bearer Token → ****
Same as the Testsigma API key mentioned above.|
|**Request Body Type (JSON)**|Raw|
-|**Payload**|{
"name": "RandomTest3",
"executionId": 3857,
"scheduleType": "ONCE",
"status": "ACTIVE",
"nextInterval": "2023-06-01T17:30:00.000Z",
"executionConfig": {
"name": "fav\_config\_name"
},
"timezone": "IST"
}|
+|**Payload**|{
"name": "RandomTest3",
"executionId": 3857,
"scheduleType": "ONCE",
"status": "ACTIVE",
"nextInterval": "2023-06-01T17:30:00.000Z",
"executionConfig": {
"name": "fav\_config\_name",
"id": config\_id
},
"timezone": "IST"
}|
### **Request Body Fields**
@@ -132,7 +162,7 @@ Follow these steps to schedule a partial test run via API call.
- **nextInterval**: Modify the time value in the schedule section to specify the desired time for the partial test run execution. Use the ISO 8601 format, such as **YYYY-MM-DDTHH:MM:SSZ**.
-- **executionConfig**: Enter the name of the saved configuration in the executionConfig field. Replace **fav\_config\_name** with the name of the saved favorite configuration.
+- **executionConfig**: Enter the details of the saved configuration in the executionConfig field. Replace **fav\_config\_name** with the name of the saved favorite configuration, and replace **config\_id** with the ID of the saved favorite configuration.
- **timezone**: Specify the timezone for the scheduled execution.