Project

General

Profile

Test Plan » History » Version 2

« Previous - Version 2/3 (diff) - Next » - Current version
Luke Murphey, 07/06/2017 06:05 PM


Test Plan

  • Input accepts JSON data
    • curl -d '{"key1":"value1", "key2":"value2"}' -H "Content-Type: application/json" -X POST http://localhost/data
  • Input doesn't error on bad data
  • Input handles plain text:
  • Input accepts hierarchical data and flattens it
    • curl -d '{"key1": {"keyA":"A"}, "key2":["value2", "value3"]}' -H "Content-Type: application/json" -X POST http://localhost/data