Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Retrieval date format
Is there a way to validate the retrieval date format: yyyy-MM-dd'T'HH:mm:ssZ – Ex. 2017-06-26T01:00:
0
Comments
-
I'd probably script the assertion. The JSON/XML Assertor tools have a Custom Assertion or you can do this with an Extension Tool (whichever is easier for your particular scenario). I found some example code snippets on stackoverflow
0 -
Thanks for the reply
0