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

5.1. General

This folder contains all the article guides regarding Custom Function creation and usage in Testsigma

Custom Function code guidelines
Prerequisite: Familiarity with Java Selenium APIs is expected to create Custom Functions. Note: Our Support Team can help you in creating Custom Functions ...
Sun, 12 Apr, 2020 at 3:11 PM
How to create and use Custom Functions in Testsigma?
Though there is an extensive list of Natural Language Commands/Statements in addition to Test Data Functions available in Testsigma, there might be situa...
Tue, 24 Dec, 2019 at 4:21 PM
Default methods for managing Parameter Test Data in Custom Functions
A couple of default methods(getters and setters) are available for managing Parameter Test Data in Custom Function code: 1. setTestDataParameterValue(name,...
Mon, 6 Jan, 2020 at 4:52 PM
Default methods for managing Run-time Test Data in Custom Functions
A couple of default methods(getters and setters) are available for managing Run-time Test Data in Custom Function code: 1. setRuntimeTestData(String name, ...
Mon, 21 Jun, 2021 at 12:51 AM
Default methods for managing Environment parameters in Custom Functions
Environment parameters are also called Global parameters. A couple of default methods(getters and setters) are available for managing Environment parameters...
Tue, 21 Jan, 2020 at 7:23 PM
Custom Function Types available - Custom Test Data and Custom Test Step
There are two Custom Function types available in Testsigma. They are: Custom Function Test Data Custom Function Test Step The main difference betwee...
Tue, 22 Jun, 2021 at 5:00 PM
Creating Custom Functions using IDE(Eclipse, IntelliJ)
This document will help you import your Custom Functions from your Java IDE to Testsigma Custom Functions page directly. This guide is intended for advanc...
Wed, 23 Jun, 2021 at 2:01 PM