Checkout our latest Documentation at https://testsigma.com/docs/

13.1. FAQ - General

Frequently Asked Questions related to Testsigma that doesn't fall into a general Category

Frequently Asked Questions
TABLE OF CONTENTS How to enable Screenshots for your Test Steps in Testsigma? Why is my Test Case not visible in Test Suite creation page? Why does my A...
Tue, 14 Jul, 2020 at 12:40 AM
Why does my Test Case show as 'Passed' even though it failed?
Test Automation is no different from any other tasks involving Computing systems. Computers do the task we directed them to do and not the task we wanted it...
Sat, 11 Jul, 2020 at 1:42 PM
How to enable screenshots for Test Steps in Testsigma?
If you are using a Dry Run Execution directly from the Test Case Details page, you can enable the screenshots in Create Run page as shown below: ...
Sat, 11 Jul, 2020 at 1:54 PM
Compiling chrome extension folder to CRX format
On Windows Open Command Prompt(CMD) and use the below command: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --pack-extension=&...
Wed, 17 Jun, 2020 at 12:05 AM
What are IFrames and how to handle it?
What is an IFrame? "An iframe or inline frame is used to display external objects including other web pages within a web page. An iframe pretty much a...
Mon, 3 Feb, 2020 at 2:13 PM
Automating Dynamic Lists with 'click on ui identifier' NLP
While automating a normal list (<select> element), we can use any of the select NLPs available in Testsigma. However, there might be cases where the ...
Fri, 7 Feb, 2020 at 12:45 AM
Why can't Test Data Profiles be associated to Step Groups in Testsigma?
Step Group is a reusable set of Test Steps and a Step Group cannot be associated to a single Test Data Profile in Testsigma. The reason for this design deci...
Wed, 4 Sep, 2019 at 9:40 PM
Different ways to check if an element is enabled, visible, and interactable
Few different ways to disable elements 1. Disabled The disabled attribute is a boolean attribute. When present, it specifies that the element should be di...
Sat, 15 Feb, 2020 at 8:15 PM
How to identify and handle iframes?
What are iframes? An IFrame (Inline Frame) is an HTML document embedded inside another HTML document on a website. The IFrame HTML element is often used to...
Fri, 28 Feb, 2020 at 7:56 PM
Reasons for clearing the Session/Cookies when starting a Test
Complex/long-running tests fill up the guest machine's allocated space. When Virtual Machine hosting the browser or device running your tests has run ou...
Thu, 19 Mar, 2020 at 2:09 PM