UPS

Universal Proxy Service

Open Source

UPS is an open source project to help the developers working with REST services

This is growing project and will grow more with contribution from you.

Intuit Backed

Intuit initiated this project with help from UT Dallas Students.

REST services testing

  • Chaos (un-pedictable random errors)
  • Desired Errors (400, 404, 500, etc)
  • Timeouts with wait time
  • Mutate outbound REST endpoints to point to UPS at runtime and run tests and expect graceful failures.
  • Concurrent request processing
  • Mocking full service or part of service

Mocking Services

  • mocking services

Proxing Services

  • proxing services

Mockoxy

  • Proxy for partial requests and mock for some endpoints.
  • Similar to mocky.io but more powerful

Concurrent Requests

  • Ability to shoot n parallel requests where n= 1 to 100
  • Scatter and Gather responses of parallel requests.

Source Code

https://github.com/hshira/ups

UPS

By Harpreet Hira