What is a GenRocket Receiver?
A Receiver receives the raw data generated from a Generator and morphs the data into a usable output format.
There are over 90+ types of Receivers available for test generation and this number is always growing. Some example outputs of Receivers are:
- XML
- Nested XML
- Excel
- CSV
- DB2
- MongoDB
- SQL
- NoSQL
- JSON
- Nested JSON
Example
Let’s say you have a User Domain with the following Attributes and want the test data to be in a delimited file format:
- firstName
- lastName
- emailAddress
The Generator assigned to each Attribute will generate the raw data, which can be morphed into a delimited output file format using the DelimitedFileReceiver. The data can then be used to test your application(s).
The image below shows the configuration for this specific Receiver:
Links:
https://genrocket.freshdesk.com/a/solutions/articles/19000114411
https://genrocket.freshdesk.com/support/solutions/folders/19000164894
https://genrocket.freshdesk.com/support/solutions/19000102817