Description

The CountryListGen Generator generates a list of countries in alphabetical or random order.


In This Article


Generator Parameters

The following parameters may be configured for the CountryListGen Generator. Items with an asterisk* are required. 

  • dataToShow*– Determines what type of country data to show.  The choices are the following:
    • twoCharacter
    • threeCharacter
    • numericCode
    • fullName
  • setLoop* - Give you the ability to override the loop count at the Scenario Level and ONLY produce the number of rows that are defined in this list.
  • random* - Determines whether the countries will be generated in alphabetical order or in random order:
    • if true then generates in random order
    • If false then generates in alphabetical order
  • seed - Defines an optional seed for randomization. Using the seed will ensure that the same random data is generated each time data is generated.


Example 1 - twoCharacter Random




Example 2 - threeCharacter Alphabetical




Example 3 - numericCode Random




Example 4 - fullName Alphabetical