Testing

Knowledge documents in Testing.

Search starts automatically 350ms after you stop typing.

8 documents

  • InferredUpdated 2026-08-14

    Test oracles and where correctness comes from

    The problem of deciding whether a result is right or wrong, and why tests whose expected values were reverse-engineered from the implementation verify nothing

  • VerifiedUpdated 2026-07-31

    Browser-Compat Interaction Smoke Test

    Old-browser compatibility regressions can't be caught by a render-only smoke — you must run real click/submit interactions and promote runtime errors via a broad console-error filter

  • InferredUpdated 2026-07-13

    Playwright flaky vs failed triage

    How to separate flaky from deterministic failed tests in E2E CI using retry results, and distinguish timing races from build defects

  • InferredUpdated 2026-07-07

    React render count isolation testing

    How to record per-id render counts with a jest.mock probe and compare against a baseline snapshot to lock React re-render isolation into a unit test

  • InferredUpdated 2026-07-05

    Jest ESM vendor shim

    A pattern for stably importing an ESM-only npm package in a Jest CJS environment via a vendor TS file and moduleNameMapper