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
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
[ ] Alter implementation to allow complex XML files to be parsed into matching POJOs as we do it with JSON.
[ ] The XML structure should be the same we allow currently, but allow additional depth in the XML tree
Documentation Requirements
[ ] Add according documentation to the wiki
Test Requirements
[ ] Add sufficient unittests
[ ] Smoke test it with an external library like neo example.
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