Skip to content

Instantly share code, notes, and snippets.

View tristandenyer's full-sized avatar

Tristan Denyer tristandenyer

View GitHub Profile

Keybase proof

I hereby claim:

  • I am tristandenyer on github.
  • I am tdenyer (https://keybase.io/tdenyer) on keybase.
  • I have a public key ASAdw3YE9Uw6JTTjtHO9vLFWkJ0aFRY8E3-dqHaUELk85Ao

To claim this, I am signing this object:

@tristandenyer
tristandenyer / list-of-testing-resources.md
Last active October 16, 2019 17:22
A growing list of underrepresented resources for code, software, apps, APIs etc

API testing

The artillery-plugin-fuzzer plugin makes it easy to run simple fuzz tests (also known as monkey tests) on HTTP endpoints.

Content / string testing

The Big List of Naughty Strings is an evolving list of strings which have a high probability of causing issues when used as user-input data. This is intended for use in helping both automated and manual QA testing.