You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to have something at this level for implementing the Test Interface. So far, implementers have had Test Interface personally explained to them in order to get them to the point where they can implement.
The Test Suite guide is particularly good because it encourages the reader to interact with the system from the very beginning, strengthening their understanding of it. And it is a step-by-step guide, with checkpoints to test that things are working as expected. As a suggestion, this would be a useful guideline to follow where possible.
Issues in understanding that I've seen from helping an implementer implement the Test Suite:
After calling the Create Opportunity endpoint, knowing that the newly created Opportunity (and its parent Opportunity) MUST be added to the end of their Opportunity feeds otherwise the tests will not pass.
While this is clear once you know how Broker Microservice works and how RPDE works, it would be useful to state it clearly here.
The text was updated successfully, but these errors were encountered:
A Developer Guide would be useful by having imperative language ("do this and then do that", etc). I've just seen one spot of confusion where an implementer didn't realise that they had to actually execute the actions that are sent to them via the Actions Endpoint.
The Developer Guide for running Test Suite is pretty good!
It would be good to have something at this level for implementing the Test Interface. So far, implementers have had Test Interface personally explained to them in order to get them to the point where they can implement.
The Test Suite guide is particularly good because it encourages the reader to interact with the system from the very beginning, strengthening their understanding of it. And it is a step-by-step guide, with checkpoints to test that things are working as expected. As a suggestion, this would be a useful guideline to follow where possible.
Issues in understanding that I've seen from helping an implementer implement the Test Suite:
The text was updated successfully, but these errors were encountered: