- addons
What is an Addon?
Addons Community Marketplace
Install and Use Community Addons in Testsigma
Prerequisites for creating add-ons
Create an Addon
Update Addon
Addon Types
Create a Post Plan Hook add-on in Testsigma
Create OCR Text Extraction Addon
Types of add-ons in Testsigma
Prerequisites
Before you begin, ensure that you have referred to:
In Testsigma you can create add-ons for the following use case:
- 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.
- 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.
- 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.
- 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.