Skip to content
jeffjarchow edited this page Jul 31, 2014 · 4 revisions

Convener

Kevin Shamoun (@kevinshamoun)
Dave Mehi (@davidmehi)

Attendees

Notes

Available Test Products (Free and Commercial)

The following is a list of various products that were discussed that provide, or can assist, with API testing.

Additional Notes

  • Be careful not to write too many tests, this could cause issues and cause tests to break when adding features.
  • Need to test internal and external resources.
  • It can be useful to design with mocks so that both sides of the development process (client and server) can build to the mock to expedite the development process. *When stress testing make sure you simulate your production environment, including load balancers, as this will affect your test results.
  • In general it is good practice to do unit testing as well as integration testing on an API project. They both have value.

Additional Considerations (added later)

Clone this wiki locally