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

Web

JavaScriptExecutor in Testsigma
What is a JavaScriptExecutor? JavaScript executor is a Selenium interface which lets you directly interact with HTML DOM of the Web page; in cases where th...
Wed, 14 Aug, 2019 at 3:34 PM
Web Application - How to create UI Identifiers manually?
If you are not familiar with the terminology UI Identifier, please check the following article: What is UI Identifier? In this article, we are going to ...
Sun, 12 Apr, 2020 at 5:49 PM
Automating Select lists in Testsigma
Usage of Click NLP Statement to select elements from lists We have a couple of NLP statements for regular Select elements on Web pages. Some of them are: ...
Fri, 10 Apr, 2020 at 5:37 PM
Drag and Drop NLP
NLP: Drag the element from UI-identifier and drop on the element to UI-identifier Working: This NLP is used to drag an element from one position and dro...
Mon, 18 Jan, 2021 at 7:02 PM
How to create Test Steps for uploading files
When there is a need to upload files to your Test Application, we can upload the file from three sources: Local file system - In Hybrid Executions, the fi...
Sun, 12 Apr, 2020 at 11:21 AM
Canvas Web App Automation - Walkthrough
Introduction In this article, we shall learn about how to automate canvas pages by using the coordinate of the element. Pre-Requisite Window Resizer C...
Wed, 14 Oct, 2020 at 11:11 AM
Advanced Xpath expression for locating dynamic Elements in Tables
While automating modern Web pages with a lot of dynamic content, it becomes imperative to learn the usage of Advanced XPath expressions. Since teaching you ...
Thu, 12 Mar, 2020 at 5:08 PM
Advanced Xpath expression for locating dynamic Elements in Date Widget
While automating modern Web pages with a lot of dynamic content, it becomes imperative to learn the usage of Advanced XPath expressions. Since teaching you ...
Thu, 12 Mar, 2020 at 5:09 PM
How to freeze the WebPage to inspect dynamic page elements
We will be taking example of Google Chrome Browser in this article. Other Browsers might also provide a similar method. For an example, I need to get th...
Thu, 13 Feb, 2020 at 4:12 PM
Automating Date Widgets
 Most websites in any domain commonly use date time picker calendar for scheduling events. In this document we will see how we can automate a couple of date...
Fri, 18 Jun, 2021 at 9:25 PM