Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.06 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.06 KB

PISP TTK Sandbox

Introduction

Diagram

Quick Start

  1. Clone the repository
git clone https://github.com/vijayg10/pisp-ttk-sandbox.git
cd pisp-ttk-sandbox
  1. Run simulators
docker-compose up
  1. Open TTK Sender UI on http://localhost:16060
  2. Goto Test Runner and open Collection Managaer
  3. Click on Import File and load the TTK test case thirdparty.json from the folder test-cases
  4. Select the imported file in the collection manager
  5. Click on the button Run
  6. Observe the requests and responses in each test case

Sending Third-party http requests from your solution

  1. Run the docker-compose as per the previous section.
  2. Send the http requests from your implementation to localhost:4040.
  3. Observe the inbound requests and simulated responses in TTK receiver monitoring page http://localhost:6060/monitoring

Explore the Third-party API

  1. Open the web page http://localhost:6060/
  2. Goto API Management
  3. Select thirdparty_sdk_outbound and click on API Documentation button