Random Test Data in Testsigma


Many test cases need random inputs such as inputting an account number, ID number, phone number, etc. With Testsigma, you can create random alphanumeric data blocks through its Random Test Data.


Prerequisites


Using Random Test Data

You can use the Random Test Data feature in your test cases by specifying a number ranging from 1 to 256. This will generate a random alphanumeric string with a length as specified by the number during the execution of the test case.

For example, you have a test case that requires entering an account number, and you want to generate a random 10-digit account number for every execution. You can achieve this using the format ~|10| within your Test Case.

Random Test Data

Here is a quick GIF demonstrating how to add Random Data to a Test Case in Testsigma. Random Test Data