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
10 changes: 6 additions & 4 deletions src/left-nav-title.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
"/docs/configuration/api-keys/": "API Keys"
},
"security": {
"/docs/configuration/security/": "Security(SSO)"
"/docs/configuration/security/": "Security"
},
"api": {
"/docs/api/": "Testsigma REST APIs"
Expand Down Expand Up @@ -752,10 +752,12 @@
"xray": {"/docs/integrations/test-management/xray/": "Xray"},
"qtest": {"/docs/integrations/test-management/qtest/": "qTest"},
"requirements": {"/docs/atto/generative-ai/generate-tests/requirements/": "Add Requirements"},
"live-editor": {"/docs/atto/generative-ai/copilot/live-editor/": "In Testsigma"},
"live-editor": {"/docs/live-editor/": "Copilot"},
"jira": {"/docs/integrations/bug-reporting/jira/": "Jira" },
"jira": {"/docs/atto/generative-ai/integrations/jira/": "Jira"},
"xray": {"/docs/atto/generative-ai/integrations/xray/": "Xray"},
"qtest": {"/docs/atto/generative-ai/integrations/qtest/": "qTest"}
"qtest": {"/docs/atto/generative-ai/integrations/qtest/": "qTest"},
"user-settings": {"/docs/configuration/user-settings/": "User Settings" },
"google-sso": {"/docs/configuration/security/google-sso/": "Setting Up Google SSO Login" },
"okta-sso": {"/docs/configuration/security/okta-sso/": "Setting Up Okta SSO Login (SAML)" },
"azure-sso": {"/docs/configuration/security/azure-sso/": "Setting Up Azure SSO Login (SAML)" }
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
---
title: "How to Update an Excel File in Testsigma Uploads?"
metadesc: "When Excel files are modified during test execution, updates are stored locally. Learn how to upload the updated file back to Testsigma correctly."
order: 24.41
page_id: "how-to-update-an-excel-file-in-testsigma-uploads-?"
warning: false
contextual_links:
- type: section
name: "Contents"
- type: link
name: "Prerequisites"
url: "#prerequisites"
- type: link
name: "Install the Addons"
url: "#install-the-addons"
- type: link
name: "Steps to Resolve the Issue"
url: "#steps-to-resolve-the-issue"
---

---

When you modify an Excel file during a test run, the changes are stored locally on the test machine. To make sure these updates are reflected inside Testsigma, you must upload the modified file back using the appropriate addons. This article discusses the steps required to update and re-upload the Excel file correctly.

---

> ## **Prerequisites**
>
> Before you begin, ensure that you have an excel file that has been uploaded to Testsigma.
---

## **Install the Addons**

1. From the left navigation bar, click **Addons**.
![Addons](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_1.png)

2. Under the **New & Updated Addons** section, search for the **Upload Latest file to Testsigma Uploads** addon and click **Install**.
![Upload Latest File to Testsigma Uploads](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_2.1.png)

3. Under the **New & Updated Addons** section, search for the **ExcelActions_cloud** addon and click **Install**.
![ExcelActions](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_3.png)

---

## **Steps to Resolve the Issue**

1. In your test case, first use the **Wait the data datavalue into the Excelfile excel-path with Cell value rowNo, columnNo, sheet-index and store the path in runtime variable variable-name (supports upload section)** NLP to enter the value that you want to add to the excel file.
![NLP 1](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_4.1.png)

- Enter the value you want to write into the **datavalue** placeholder.![datavalue](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_5.png)
- Click the **excel-path** placeholder and replace it by selecting **Upload** from the **Test Data Types** dropdown.![Upload](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_6.png)
- In the **Uploads** overlay, choose the Excel file you want to update.![Excel file](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_7.png)
- Specify the row number in the **rowNo** placeholder. ![rowNo](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_8.png)
- Specify the column number in the **columnNo** placeholder. ![columnNo](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_9.png)
- Specify the sheet number in the **sheet-index** placeholder. ![sheet-index](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_10.png)
- Enter a variable name in the **variable-name** placeholder. ![Variable Name](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_11.png)
- Click **Create Step**. ![Create Step](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_12.png)

2. Secondly, use the **Upload file with path on testigma uploads with projectid, applicationid, uploadname, url with API key api_key** NLP to push the updated file back to your project.
![NLP 2](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_13.png)

- Click the **absolutepath** placeholder and replace it by selecting **Runtime** from the **Test Data Types** dropdown.![Runtime](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_14.png)
- In the **Runtime Variable** overlay, select the runtime variable you created in the previous step. ![select the runtime variable](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_15.png)
- Click the **projectid** placeholder and enter your project id. ![projectid](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_16.png)
[[info | **NOTE**:]]
| To get **project id** and **application id** use the following steps:
| 1. Before you begin, open the inspect panel and refresh the page. Now, right-click on the application name and select **Inspect**.![Inspect](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_17.png)
| 2. Go to the **Network** tab and refresh the page. ![Network](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_18.png)
| 3. Click applications query. ![applications query](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_19.png)
| 4. Here you can find your **projectId** and **applicationId** under the **Preview** tab. ![Preview](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_20.png)
- Click the **applicationid** placeholder and enter your application id. ![applicationid](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_21.png)
- Click the **uploadname** placeholder and enter your excel file’s name. ![uploadname](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_22.png)
[[info | **NOTE**:]]
| To get **uploadname** and **upload id**, go to **Uploads** and hover over the excel file you want to update. ![Uploads](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_26.png)
- Enter the following URL **[https://app.testsigma.com/api/v1/uploads/{ID}](https://app.testsigma.com/api/v1/uploads/{ID})** and replace <ID> with the upload ID copied from the **Uploads** page. For example, **[https://app.testsigma.com/api/v1/uploads/8](https://app.testsigma.com/api/v1/uploads/8)** ![URL](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_23.png)
- Enter the api key in the **testdata** placeholder. ![api](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_24.png)
[[info | **NOTE**:]]
| Please refer to the [documentation on generating api keys](https://testsigma.com/docs/configuration/api-keys/).
- Click **Create Step**. ![Create Step](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_25.png)

After you execute it, here's how it looks:
![Run Result](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/uploads_28.png)

---
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
title: "Why Can’t Selenium ChromeDriver Interact With 3DS Authentication Pages?"
metadesc: "Learn why Selenium hangs on 3DS payment pages and how a simple desired capability prevents ChromeDriver from waiting indefinitely."
order: 24.20
page_id: "why-cant-selenium-chromedriver-interact-with-3ds-authentication-pages?"
warning: false
contextual_links:
- type: section
name: "Contents"
- type: link
name: "Steps to Add the Desired Capability to the Test Case"
url: "#steps-to-add-the-desired-capability-to-the-test-case"
---

---

When you navigate to 3D Secure (3DS) authentication pages such as Visa or Mastercard, Selenium on Chrome or Edge may freeze or time out during execution.

**Why This Happens**

3DS authentication screens load a third-party iframe that runs continuous background scripts from the payment gateway.

Inside these iframes:
- Long-running JavaScript and postMessage listeners are always active.
- Messages are continuously exchanged with the payment provider.
- The browser keeps processing events and never reaches a fully loaded state.

As a result:
- ChromeDriver waits indefinitely for the page to finish loading
- The pageLoad event never completes
- Selenium becomes unresponsive after navigation

To prevent Selenium from waiting indefinitely, you need to add a desired capability to your test case that stops ChromeDriver from waiting for the full page load.

This article discusses how to add the desired capability to the test case.

---

## **Steps to Add the Desired Capability to the Test Case**

1. From the left navigation bar, go to **Create Tests > Test Cases**.
![Test Cases](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/selenium_faq_1.png)

2. In the Test Case Explorer section, expand a **Feature** and a **Scenario** and select the required test case.
![Test Case](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/selenium_faq_2.png)

3. In the Test Case Details page, click **Run**.
![Run](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/selenium_faq_3.png)

4. In the **Ad-Hoc Run** overlay, expand the **Desired Capabilities** section, enter the following:

| **Key** | **Data Type** | **Value** |
| ------------- | ------------- | ------------- |
| pageLoadStrategy | String | none |

![Desired Capability](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/selenium_faq_4.png)

5. Click **Run Now**.
![Run Now](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/faq/selenium_faq_5.png)

---
10 changes: 5 additions & 5 deletions src/pages/docs/atto/generative-ai/copilot/live-editor.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Copilot in Testsigma"
page_title: "Copilot in Testsigma"
metadesc: "The Copilot in Testsigma helps you debug, execute, and modify test cases in real time. It also enables you to generate test cases using Testsigma Copilot"
title: "Copilot in Live Editor"
page_title: "Copilot in Live Editor"
metadesc: "The Live Editor in Testsigma helps you debug, execute, and modify test cases in real time. It also enables you to generate test cases using Testsigma Live Editor"
noindex: false
order: 4.7433
page_id: "copilot-in-live-editor"
Expand All @@ -19,13 +19,13 @@ contextual_links:

---

The Copilot in Testsigma helps you debug, execute, and modify test cases in real time. It also enables you to generate test cases using Testsigma Copilot, allowing you to convert prompts into executable test steps. Whether you're reviewing a failed step, learning elements dynamically, or creating new tests from scratch, the Copilot gives you complete control over the test execution flow. This article discusses the capabilities of the Copilot in Testsigma.
The Live Editor in Testsigma helps you debug, execute, and modify test cases in real time. It also enables you to generate test cases using Testsigma Live Editor, allowing you to convert prompts into executable test steps. Whether you're reviewing a failed step, learning elements dynamically, or creating new tests from scratch, the Live Editor gives you complete control over the test execution flow. This article discusses the capabilities of the Live Editor in Testsigma.

---

> <p id="prerequisites">Prerequisites</p>
>
> Before you begin, ensure **Testsigma Terminal** is installed and the **Copilot** is ready.
> Before you begin, ensure **Testsigma Terminal** is installed and the **Live Editor** is ready.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "Using Auto-Healing in Copilot Test Execution"
page_title: "Using Auto-Healing in Copilot Test Execution"
metadesc: "Enable Auto-Healing in the Copilot to validate and fix element locators in real time, ensuring tests stay stable despite UI changes during execution."
title: "Using Auto-Healing in Live Editor Test Execution"
page_title: "Using Auto-Healing in Live Editor Test Execution"
metadesc: "Enable Auto-Healing in the Live Editor to validate and fix element locators in real time, ensuring tests stay stable despite UI changes during execution."
noindex: false
order: 4.916
page_id: "using-auto-healing-in-copilot-test-execution"
page_id: "using-auto-healing-in-live-editor-test-execution"
warning: false
contextual_links:
- type: section
Expand All @@ -22,7 +22,7 @@ contextual_links:

---

With Auto-Healing enabled, you can execute test cases directly in the Copilot to validate element locators in real time. This helps ensure that any changes in the application’s UI are automatically detected and corrected during execution. This article discusses how auto-healing identifies and updates element locators while executing test cases in the Copilot.
With Auto-Healing enabled, you can execute test cases directly in the Live Editor to validate element locators in real time. This helps ensure that any changes in the application’s UI are automatically detected and corrected during execution. This article discusses how auto-healing identifies and updates element locators while executing test cases in the Live Editor.

---

Expand Down
4 changes: 2 additions & 2 deletions src/pages/docs/configuration/security/azure-sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: "Setting up SAML-based SSO login for Testsigma in Azure"
page_title: "Setting up SAML-based Single Sign-On (SSO) for Testsigma with Azure AD"
metadesc: "Learn how to Set up SAML-based SSO login for Testsigma in Azure. With Azure Active Directory, users can automatically sign into their cloud-hosted/on-premise apps "
noindex: false
order: 19.24
page_id: "Set up SAML-based SSO login for Testsigma in Azure"
order: 19.27
page_id: "setting-up-azure-sso-with-saml-in-testsigma"
search_keyword: ""
warning: false
contextual_links:
Expand Down
4 changes: 2 additions & 2 deletions src/pages/docs/configuration/security/google-sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: "Setting Up Google Single Sign-On(SSO) Login in Testsigma"
page_title: "Setting up Google Single Sign-On (SSO) login"
metadesc: "Learn how to set up Single Sign-On (SSO) with Google in Testsigma. With Google SSO, you are not required to store and manage passwords for the websites."
noindex: false
order: 19.22
page_id: "Setting up Google Single Sign-On(SSO) login in Testsigma Application."
order: 19.25
page_id: "google-sso"
search_keyword: ""
warning: false
contextual_links:
Expand Down
4 changes: 2 additions & 2 deletions src/pages/docs/configuration/security/okta-sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: "Setting Up Okta Single Sign-On Integration with SAML Login in Testsigma"
page_title: "Configuring Okta SSO Integration with SAML in Testsigma"
metadesc: "Single Sign-On (SSO) provides faster, easier, and trusted access to applications. Learn how to set up Single Sign-On (SSO) with SAML login easily in Testsigma."
noindex: false
order: 19.23
page_id: "setting-up-okta-sso-with-saml--in-testsigma"
order: 19.26
page_id: "setting-up-okta-sso-with-saml-in-testsigma"
search_keyword: ""
warning: false
contextual_links:
Expand Down
63 changes: 63 additions & 0 deletions src/pages/docs/configuration/security/org-settings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
title: "Configure Organization Settings"
metadesc: "Organization Settings allow administrators to manage authentication and security configurations for the organization | Learn how to configure organization settings in Testsigma"
noindex: false
order: 19.22
page_id: "organization-settings"
search_keyword: ""
warning: false
contextual_links:
- type: section
name: "Contents"
- type: link
name: "Prerequisites"
url: "#prerequisites"
- type: link
name: "Password Policy"
url: "#password-policy"
- type: link
name: "Single Sign-On (SSO)"
url: "#single-sign-on-sso"
- type: link
name: "Supported SSO Providers"
url: "#supported-sso-providers"
---

---

Organization Settings allow administrators to manage authentication and security configurations for the organization. These settings define how users access Testsigma and help enforce consistent security standards across the organization.

This article discusses an overview of organization-level security settings, including Password Policy and Single Sign-On (SSO).

---

> <p id="prerequisites">Prerequisites</p>
> Before you begin, ensure that:
> - You have an active Testsigma account with administrator access.
> - You have access to the Single Sign-On (SSO) identity provider you plan to use.
---

## **Password Policy**

Password Policy allows organization administrators to configure password-related security controls for user accounts.

To learn how to configure password policies, see [Configure Password Policy](https://testsigma.com/docs/configuration/security/password-policy/).

---

## **Single Sign-On (SSO)**

Single Sign-On (SSO) allows users to authenticate using an external identity provider and enforces SSO-based access to the organization.

---

## **Supported SSO Providers**
Testsigma supports the following Single Sign-On (SSO) providers:
- [Google Single Sign-On](https://testsigma.com/docs/configuration/security/google-sso/)
- [SAML-based Single Sign-On (Okta)](https://testsigma.com/docs/configuration/security/okta-sso/)
- [SAML-based Single Sign-On (Azure)](https://testsigma.com/docs/configuration/security/azure-sso/)
- **SAML-based Single Sign-On (OneLogin)**
- **SAML-based Single Sign-On (Google Workspace)**

---
Loading