XSLT option for XML feed for Parameterized Tests
Brought to you by:
malange
Sometimes XML file contain data that can be used for parameterized tests but not in the format that is required.
Also, those XML files may contain additional information that is not required at all.
With an option to supply an XSLT it would become possible to use arbitrary XML files as data feeds as long as the XSLT can convert it into a readable format.
Challenge here is to provide acceptable feedback to the user when something goes wrong. :-)