Types of add-ons in Testsigma


Prerequisites

Before you begin, ensure that you have referred to:

  1. Documentation on What is an add-on?.
  2. Documentation 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. For more information on building a custom action in add-ons, refer to the documentation on building a custom action in add-ons.
  2. Test Data Generator: Testsigma has default data generators to generate test data for your automation. For more information on viewing default data generators, refer to the documentation on viewing default data generators But you can create your own data generators. Refer to the documentation on building 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. Refer to the documentation on adding 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. Refer to the documentation on adding while actions.