Live data from Hacker News

Viewing profile — testthetest

testthetest

HN member
Joined
Sat, May 17, 2025, 9:03 PM UTC
HN karma
3
Public activity
9 items

About testthetest

Here to learn about software quality and how QA will change in the world of AI

Recent public activity

  1. comment
    Comment #44809818

    It’s getting harder to make perfect choices as projects grow more complex. Even simple products often mean building for iOS, Android, web, backend, etc. You can only lean on html/j…

  2. comment
  3. story
  4. comment
    Comment #44483182

    The ROI on unit tests, as well as the answer to "Can we test it?" is changing fast in the age of AI. 1. AI is making unit tests nearly free. It's a no-brainer to ask Copilot/Cursor…

  5. comment
    Comment #44071563

    Maybe counterintuitively, most big tech companies have no dedicated QA & tester roles, rather, they encourage engineers to think about software quality while developing product. Se…

  6. comment
    Comment #44052222

    Yes! We use a version of this in our end-to-end Playwright scripts as well, because we want our tests to be both: 1) lightweight, because most of our test suites run on production …

  7. comment
    Comment #44046431

    > Running a test every minute, or 1440 times a day, will show up quite a lot in logs, metrics, and traces. ...not to mention that automated tests are by definition bot traffic, and…

  8. comment
    Comment #44027835

    [flagged]

  9. comment
    Comment #44016988

    For quick API checks I do love Bruno. It's also open source, and the spec is stored in Git, which is perfect for collaboration.