Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

Managing the Test Data Panel

Use the Test Data panel to add the test data values. Value types include string, numbers, Boolean, JSON, and null. Following are the options for values when you select String or Number:

  • none
  • StringEpochToDate
  • generateRandomNumber
  • generateRandomNumberOfLength
  • getCurrentDate
  • getFormattedCurrentDate
  • generateUUID
  • useEmptyString
  • getFutureDate
  • getFormattedFutureDate
Note: When you select getFutureDate or getFormattedFutureDate then you must enter a value in the Value field.

When you select generateRandomNumberOfLength you can decide the number of random digits between 1 and 13 to be generated. The default value is 5.

After you add the test data, you can download the same in Excel for future use. The file naming convention is "TestData-<TestCaseName>". For example, "TestData-Verify Addition Of Standalone Product.xlsx".

  1. In the Test Data panel, enter the variable name.
  2. Select the value type from the drop-down list.
  3. Enter a value.
  4. Select a function from the drop-down list if required for string and number type of value.
  5. Click the plus () icon to add a new row of test data if required.
  6. Click Next to proceed with the test step configurations.