Xceptance / neodymium-library

A test automation library based on common other best practice open source libraries. It adds missing functionalities but does not reinvent the wheel. Just glues stuff together nicely and adds some sprinkles.
MIT License
80 stars 11 forks source link

Improvement: Support complex test data in XML #282

Open wurzelkuchen opened 1 month ago

wurzelkuchen commented 1 month ago

Quick Description

We support complex test data (POJOs, which contains POJOs) in neodymium only for JSON right now. Besides implementation details, there's no logical reason to not support XML here as well.

User Story

As a test developer, I want to add my test complex data in XML format

Functional Requirements

Documentation Requirements

Test Requirements