All Downloads are FREE. Search and download functionalities are using the official Maven repository.

restreplay._self_test.token.xml Maven / Gradle / Ivy

Go to download

RestReplay is a dynamide.org utility to send REST requests to the services layer (including JSON, XML, and multipart XML requests), read responses, validate responses, and compare the resulting payloads with templates.

There is a newer version: 1.0.27
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<restReplay>
    <protoHostPort>${SELFTEST_SERVER}</protoHostPort>
    <testGroup ID="tokenMain" autoDeletePOSTS="false">
        <test ID="selftestToken">
            <expectedCodes>200</expectedCodes>
            <method>GET</method>
            <uri>/tagonomy?mock=token</uri>
        </test>
    </testGroup>
</restReplay>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy