w3c / webpayments-http-messages

W3C Web Payments messages typically passed between the systems that inititate, execute, and finalize Web-based payments.
http://w3c.github.io/webpayments-http-messages/
Other
5 stars 12 forks source link

How should we test Web Payments messages? #1

Open msporny opened 8 years ago

msporny commented 8 years ago

@halindrome wrote:

As an aside, I appreciate the data modelling approach that describes the model in prose, then shows representations in multiple modelling grammars. There are A LOT of ways to express a data model. With my testing hat on, it would be good to have normative definitions for (at least) JSON Schema so that messages can be easily evaluated.

halindrome commented 8 years ago

Good News. The Web Platform Tests framework has decent support for doing interesting things at the protocol level. And I have just written extensions for it that will make it easier to support testing the shape and content of JSON messages.