Provider test details
Session25,473
Test Scenario
Environment API test platform API tests - ATP test
StartedOct. 31, 2022, 16:22
StoppedOct. 31, 2022, 16:24
Statusstopped
Postman collection URLs
Log API test platform API tests API_Testplatform_API_testscripts.postman_collection.json
    Test scenario badge

    Note: Shields.io caches the badge result for 5 minutes. Check the API for direct access.

    Markdown snippet

    Paste the following in your README.md to show your badge on Github.

    HTML snippet

    Paste the following in your HTML page to show your badge.

    Postman collection #1 results details

    Collection name: API Testplatform API testscripts

    PropertyValue
    Total calls 25
    Calls failed 1
    Calls successful 24
    Total assertions 21
    Assertions failed 1
    Assertions passed 20
    2022-10-31 15:22:52.710697+00:00 - stopped

    To test whether the API of the API test platform itself works correctly

    Environment variables
    Variable nameValue
    base_url https://api-test.nl
    api_url https://api-test.nl/api/v1
    tokenhidden
    Supplier information
    Supplier name
    Software product
    Build version
    Product role
    Postman collection #1
    Retrieve provider run list
    GET https://api-test.nl/api/v1/provider-run

    Tests Retrieving provider run list gives 200 expected { Object (id, _details, ...) } to have property 'code'
    Create a provider run
    POST https://api-test.nl/api/v1/provider-run 201 Created

    Tests Creating a provider run results in 201

    Retrieve created provider run
    GET https://api-test.nl/api/v1/provider-run/457c2cdc-9a37-4ecd-85a3-38535607073d 200 OK

    Tests Created provider run is completed

    Wait until provider run is stopped
    GET https://postman-echo.com/delay/1 200 OK

    Retrieve created provider run
    GET https://api-test.nl/api/v1/provider-run/457c2cdc-9a37-4ecd-85a3-38535607073d 200 OK

    Tests Created provider run is completed

    Wait until provider run is stopped
    GET https://postman-echo.com/delay/2 200 OK

    Retrieve created provider run
    GET https://api-test.nl/api/v1/provider-run/457c2cdc-9a37-4ecd-85a3-38535607073d 200 OK

    Tests Created provider run is completed

    Wait until provider run is stopped
    GET https://postman-echo.com/delay/3 200 OK

    Retrieve created provider run
    GET https://api-test.nl/api/v1/provider-run/457c2cdc-9a37-4ecd-85a3-38535607073d 200 OK

    Tests Created provider run is completed

    Retrieve provider run result
    GET https://api-test.nl/api/v1/provider-run/457c2cdc-9a37-4ecd-85a3-38535607073d/result 200 OK

    Tests Provider run result is successful

    Retrieve provider run shield
    GET https://api-test.nl/api/v1/provider-run-shield/457c2cdc-9a37-4ecd-85a3-38535607073d 200 OK

    Tests Provider run shield is correct

    Retrieve test scenario latest badge
    GET https://api-test.nl/api/v1/provider-latest-badge/3e5e2aee-9886-4248-b025-7cadbfde3eab 200 OK

    Tests Provider run shield is correct

    Retrieve Session types list
    GET https://api-test.nl/api/v1/sessiontypes 200 OK

    Tests Retrieving session types list gives 200

    Create a test session
    POST https://api-test.nl/api/v1/testsessions 201 Created

    Retrieve created test session
    GET https://api-test.nl/api/v1/testsessions/96635fe5-74ed-445c-897c-f5e1531da3ac 200 OK

    Tests Retrieve created test session results in 200

    Retrieve all quotes
    GET https://cec2b070-87db-4e75-9823-6f18d7da4582.api-test.nl/quotes 200 OK

    Tests Call to exposed url works

    Create quote
    POST https://cec2b070-87db-4e75-9823-6f18d7da4582.api-test.nl/quotes 201 Created

    Tests Call to exposed url works

    quote read
    GET https://cec2b070-87db-4e75-9823-6f18d7da4582.api-test.nl/quotes/f9b81820-b27d-4c2e-a658-6e292edb2a92 200 OK

    Tests Call to exposed url works

    quote update
    PUT https://cec2b070-87db-4e75-9823-6f18d7da4582.api-test.nl/quotes/f9b81820-b27d-4c2e-a658-6e292edb2a92 200 OK

    Tests Call to exposed url works

    quote partial update
    PATCH https://cec2b070-87db-4e75-9823-6f18d7da4582.api-test.nl/quotes/f9b81820-b27d-4c2e-a658-6e292edb2a92 200 OK

    Tests Call to exposed url works

    quote delete
    DELETE https://cec2b070-87db-4e75-9823-6f18d7da4582.api-test.nl/quotes/f9b81820-b27d-4c2e-a658-6e292edb2a92 204 No Content

    Tests Call to exposed url works

    Stop test session
    GET https://api-test.nl/api/v1/testsessions/96635fe5-74ed-445c-897c-f5e1531da3ac/stop 200 OK

    Tests Stopping session gives 200

    Stopping session sets status to stopped
    GET https://api-test.nl/api/v1/testsessions/96635fe5-74ed-445c-897c-f5e1531da3ac 200 OK

    Tests Stopping session sets status to stopped

    Retrieve test session result
    GET https://api-test.nl/api/v1/testsessions/96635fe5-74ed-445c-897c-f5e1531da3ac/result 200 OK

    Tests Test session results are displayed correctly

    Retrieve test session shield
    GET https://api-test.nl/api/v1/testsession-run-shield/96635fe5-74ed-445c-897c-f5e1531da3ac 200 OK

    Tests Test session run shield is correct

    Failure
    NameErrorTestMessage
    Retrieve provider run listErrorESOCKETTIMEDOUT
    Retrieve provider run listAssertionErrorRetrieving provider run list gives 200expected { Object (id, _details, ...) } to have property 'code'
    Assertions
    Name callName assertionAssertion
    Create a provider runhttps://api-test.nl/api/v1/provider-runCreating a provider run results in 201
    Retrieve created provider runhttps://api-test.nl/api/v1/provider-run/457c2cdc-9a37-4ecd-85a3-38535607073dCreated provider run is completed
    Retrieve created provider runhttps://api-test.nl/api/v1/provider-run/457c2cdc-9a37-4ecd-85a3-38535607073dCreated provider run is completed
    Retrieve created provider runhttps://api-test.nl/api/v1/provider-run/457c2cdc-9a37-4ecd-85a3-38535607073dCreated provider run is completed
    Retrieve created provider runhttps://api-test.nl/api/v1/provider-run/457c2cdc-9a37-4ecd-85a3-38535607073dCreated provider run is completed
    Retrieve provider run resulthttps://api-test.nl/api/v1/provider-run/457c2cdc-9a37-4ecd-85a3-38535607073d/resultProvider run result is successful
    Retrieve provider run shieldhttps://api-test.nl/api/v1/provider-run-shield/457c2cdc-9a37-4ecd-85a3-38535607073dProvider run shield is correct
    Retrieve test scenario latest badgehttps://api-test.nl/api/v1/provider-latest-badge/3e5e2aee-9886-4248-b025-7cadbfde3eabProvider run shield is correct
    Retrieve Session types listhttps://api-test.nl/api/v1/sessiontypesRetrieving session types list gives 200
    Retrieve created test sessionhttps://api-test.nl/api/v1/testsessions/96635fe5-74ed-445c-897c-f5e1531da3acRetrieve created test session results in 200
    Retrieve all quoteshttps://cec2b070-87db-4e75-9823-6f18d7da4582.api-test.nl/quotesCall to exposed url works
    Create quotehttps://cec2b070-87db-4e75-9823-6f18d7da4582.api-test.nl/quotesCall to exposed url works
    quote readhttps://cec2b070-87db-4e75-9823-6f18d7da4582.api-test.nl/quotes/f9b81820-b27d-4c2e-a658-6e292edb2a92Call to exposed url works
    quote updatehttps://cec2b070-87db-4e75-9823-6f18d7da4582.api-test.nl/quotes/f9b81820-b27d-4c2e-a658-6e292edb2a92Call to exposed url works
    quote partial updatehttps://cec2b070-87db-4e75-9823-6f18d7da4582.api-test.nl/quotes/f9b81820-b27d-4c2e-a658-6e292edb2a92Call to exposed url works
    quote deletehttps://cec2b070-87db-4e75-9823-6f18d7da4582.api-test.nl/quotes/f9b81820-b27d-4c2e-a658-6e292edb2a92Call to exposed url works
    Stop test sessionhttps://api-test.nl/api/v1/testsessions/96635fe5-74ed-445c-897c-f5e1531da3ac/stopStopping session gives 200
    Stopping session sets status to stoppedhttps://api-test.nl/api/v1/testsessions/96635fe5-74ed-445c-897c-f5e1531da3acStopping session sets status to stopped
    Retrieve test session resulthttps://api-test.nl/api/v1/testsessions/96635fe5-74ed-445c-897c-f5e1531da3ac/resultTest session results are displayed correctly
    Retrieve test session shieldhttps://api-test.nl/api/v1/testsession-run-shield/96635fe5-74ed-445c-897c-f5e1531da3acTest session run shield is correct