The Security Password Question generator creates meaningful and customizable questions for testing authentication and security-related features. It provides a variety of predefined or randomly generated questions to populate test tables.
The table provides key details about the generator, including the short name, sample of the generated data, the supported data types, and whether it is specific to a particular country.
| Short name | Example of generated data | Data type matching | Country-specific |
|---|---|---|---|
| Password Question | What is your favorite season? Where did you spend your honeymoon? Who gave you your high school nickname?… |
character varying character text |
Default |
The generator can be assigned to a column whose name starts with ‘Pass’ or ‘Addition’ and ends with ‘Question’, with any or no characters in between, regardless of the table name.
The generator produces data based on a regular expression. Since it is built on the RegExp generator, see Regular Expression generator to customize settings and understand the correct usage of syntax.
The Text box displays a .csv file with security questions and answers. The default path to the file is C:\Users\Public\Documents\Devart\dbForge Studio for PostgreSQL\Data Generators\SecurityQuestionsAndAnswers.csv[0].
