MDC Documents System API

(0 reviews)

Testing

The following provides details of testing Mulesoft Documents System API. These should be used to validate the results

Environment

NameUseAddresses / Apps
PostmanThis environment is available for integration to test, to ensure that calls to the API’s are technically correct and that the responses received are handled as expected. This environment is available for system, integration and user acceptance testing.Postman Mulesoft Collection API: mdc-datascape
MDC DEVThis environment is to test that, what is returned in POSTMAN GET is accurate in the DEV Environmenthttps://mdc-documents-dev.au-s1.cloudhub.io/api
MDC QAThis environment is to test that, what is returned in POSTMAN GETS is accurate in the QA Environmenthttps://mdc-documents-test.au-s1.cloudhub.io/api

Documents Test Case

Positive Cases

Suggested Test CasesExpected Result
/datascape/engagement/v1/property-files/container/PN174860?private=false&searchBy=propertyno&onlyCurrent=false&application=propertyfiles&company=datacom-mulesoftReturns matching container information (success - 200)
/datascape/engagement/v1/property-files/file/12260216?company=MDC&application=muleApp&searchBy=propertyno&onlyCurrent=false&private=falseReturns matching binary file (success - 200)

Negative Cases

Suggested Test CasesExpected Result
/records/12260216?company=mdc-mulesoft&application=propertyfiles (without correlationId)No correlationId (error - 400)
/records/9999999?company=mdc-mulesoft&application=propertyfilesNot Found (error - 404)

Reviews