- Clone the repository
git clone https://github.com/vijayg10/pisp-ttk-sandbox.git
cd pisp-ttk-sandbox
- Run simulators
docker-compose up
- Open TTK Sender UI on http://localhost:16060
- Goto
Test Runner
and openCollection Managaer
- Click on
Import File
and load the TTK test casethirdparty.json
from the foldertest-cases
- Select the imported file in the collection manager
- Click on the button
Run
- Observe the requests and responses in each test case
- Run the docker-compose as per the previous section.
- Send the http requests from your implementation to
localhost:4040
. - Observe the inbound requests and simulated responses in TTK receiver monitoring page http://localhost:6060/monitoring
- Open the web page http://localhost:6060/
- Goto
API Management
- Select
thirdparty_sdk_outbound
and click onAPI Documentation
button