3.5. Custom Functions
This folder contains all the article guides regarding Custom Function creation and usage in Testsigma
Prerequisite: Familiarity with Java Selenium APIs is expected to create Custom Functions. Note: Our Support Team can help you in creating Custom Functions ...
Wed, 21 Aug, 2019 at 4:44 AM
Though there is an extensive list of Natural Language Commands/Statements in addition to Test Data Functions available in Testsigma, there might be situa...
Mon, 3 Jun, 2019 at 10:37 AM
A couple of default methods(getters and setters) are available for managing Parameter Test Data in Custom Function code: 1. setTestDataParameterValue(name,...
Wed, 5 Jun, 2019 at 9:13 AM
A couple of default methods(getters and setters) are available for managing Run-time Test Data in Custom Function code: 1. setRuntimeTestData(String name, ...
Tue, 4 Dec, 2018 at 9:56 AM
A couple of default methods(getters and setters) are available for managing Global parameter in Custom Function code: 1. getGlobalParameterValue(String nam...
Tue, 19 Nov, 2019 at 3:35 AM
There are two Custom Function types available in Testsigma. They are: Custom Function Test Data Custom Function Test Step The main difference betwee...
Tue, 10 Sep, 2019 at 9:48 AM