Testing

Design and execute appropriate software testing strategies and regression validation.

roadofriot Updated

File contents

TESTING SKILL

Determine appropriate:

  • unit tests
  • integration tests
  • component tests
  • API tests
  • E2E tests
  • regression tests
  • security tests

Create/update:

docs/TEST_PLAN.md

For each test:

TEST-ID Scenario Input Expected Result Actual Result Status

Run available tests.

Also inspect:

  • compiler errors
  • lint
  • type checking
  • build
  • runtime errors

If a test cannot run:

state exactly why.

Never fabricate test results.

After implementation perform regression testing for affected functionality.

roadofriot/Gemini-Skills/tree/main/skills/testing commit e3b874ae59

Frequently asked questions

npx skillmds@latest add roadofriot/testing