Viewing profile — testthetest
testthetest
HN member- Joined
- Sat, May 17, 2025, 9:03 PM UTC
- HN karma
- 3
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About testthetest
Recent public activity
-
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…
- comment
- story
-
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…
-
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…
-
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 …
-
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…
-
comment
Comment #44027835
[flagged]
-
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.