jdbc-service-virtualisation
jdbc-service-virtualisation copied to clipboard
Does the library support recording or persisting the result set ?
I would like to record the actual database responses during an initial run of my code and then later use that as the Mock. As per what i read in the intro section, we can use the resultset from xml files and inject that in the Mock Mode but is it possible to persist those xml result set files during an actual run using this library?
in short: not yet
it was on my radar, but turned out we were better off handcrafting test-recordsets so we could closely control what was in there. Instead we wrote a simple template-based generator to create xml test recordsets.
but it shouldn't be too hard to do, I am happy to help and support you as much as I can if you feel like contributing, it'd be a great feature!
Thanks for getting back to me. Sure i would be happy to contribute as i am going to need this feature any way, it might help some one else who is in the same boat as me. Will get started on this soon. #I will reach out to you for any support.
Hi @eeichinger are you still maintaining this library? I hacked up this feature (and some others) locally, but if you're still active, then I can contribute. Let me know and I'll raise a PR.
Hi @thymepuns , please send the PR and I am happy to take a look
Hi @eeichinger , #33