Types of add-ons in Testsigma


You should already know about Testsigma add-ons. See: What is an add-on? | Prerequisites for creating an add-on.


In Testsigma you can create add-ons for the following use case:

  1. Custom Actions: Testsigma has a comprehensive, built-in actions that lets you automate most user actions in simple English. But sometimes you may need to automate actions unique to your AUT. You can build your own actions and automate those unique actions using add-ons. See: How to build a custom action in add-ons.
  2. Test Data Generator: Testsigma has default Data Generators to generate test data for your automation. But you can create your own data generators. See: How to build a custom data generator.
  3. Conditional If: You can create an action to execute a sequence of steps if the condition is matched. You can write your own logic for the conditional if. See: How to add conditional if actions.
  4. While Loops: You can create an action to execute a sequence of steps until the condition is matched. You can write your own logic for the conditional if. See: How to add while actions.