From 04b88d4c5cedebcc410b8c0d1c4b2f5c6ad25708 Mon Sep 17 00:00:00 2001 From: "Dirk O. Schweier" Date: Wed, 4 Mar 2026 09:31:30 +0100 Subject: [PATCH] SynData added, a library for generating consistent test data The library can remember the data generated for the caller in a so-called context. This means that the test case does not need to store the data if a test date is required multiple times. The data in the context is also used to provide consistent data. For example, a license plate number is generated to match the previously requested address. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 329fe89..c4833bb 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ The Robot Framework Foundation is a non-profit organization that supports the de - [JSON Schema Library](https://github.com/jstaffans/robotframework-jsonschemalibrary) JSON Schema validation library for Robot Framework. - [JSON Validator](https://pypi.org/project/robotframework-jsonvalidator/) JSON validation based on JSONSchema, JSONPath, JSONSelect. - [String Format](https://pypi.org/project/robotframework-stringformat/) String formatting. +- [SynData](https://pypi.org/project/robotframework-syndata/) Library for generating synthetic test data with logging and a "playback function". - [XML Validator](https://pypi.org/project/robotframework-xmlvalidator/) A Robot Framework library for validating XML files against XSD schemas. ### Database