Launch HN: TesterArmy (YC P26) – Agents that test web and mobile apps
11–20 of 87 posts
Re: Launch HN: TesterArmy (YC P26) – Agents that test web and mobile apps
#12Always happy to see cool products from Poland! :)
Re: Launch HN: TesterArmy (YC P26) – Agents that test web and mobile apps
#13Congratulations on launch, I’ve been tracking your progress since you’ve been accepted for spring batch. Always happy to see cool products from Poland! :)
Re: Launch HN: TesterArmy (YC P26) – Agents that test web and mobile apps
#14> Traditional E2E tests are slow to set up and expensive to maintain.
Isn't this just using agents to create e2e tests or is there some better new approach I'm missing?
Re: Launch HN: TesterArmy (YC P26) – Agents that test web and mobile apps
#15Seems interesting, but I wonder about this > Traditional E2E tests are slow to set up and expensive to maintain. Isn't this just using agents to create e2e tests or is there some better new approach I'm missing?
Re: Launch HN: TesterArmy (YC P26) – Agents that test web and mobile apps
#16Re: Launch HN: TesterArmy (YC P26) – Agents that test web and mobile apps
#17Seems interesting, but I wonder about this > Traditional E2E tests are slow to set up and expensive to maintain. Isn't this just using agents to create e2e tests or is there some better new approach I'm missing?
We use agents to navigate the app, making real-time decisions based on its state. I prefer to compare it more to a manual QA engineer than to static e2e tests. We spent a lot of time on the harness to make sure the results are reliable. This allows you to assert on dynamic content like AI-generated content. We also support validation of email flows since the agent can read its own email.
Do you handle heterogenous environments and network connectivity simulation as well? I am working on a mobile app and occasionally having users just lose a request or two can put the state machine into unusual modes.
Re: Launch HN: TesterArmy (YC P26) – Agents that test web and mobile apps
#18Re: Launch HN: TesterArmy (YC P26) – Agents that test web and mobile apps
#19Love your approach to product. It feels like TesterArmy will become the "Vercel for testing". Refreshing stuff!
Re: Launch HN: TesterArmy (YC P26) – Agents that test web and mobile apps
#20Earlier quoted context omitted.
We use agents to navigate the app, making real-time decisions based on its state. I prefer to compare it more to a manual QA engineer than to static e2e tests. We spent a lot of time on the harness to make sure the results are reliable. This allows you to assert on dynamic content like AI-generated content. We also support validation of email flows since the agent can read its own email.
Fable (rip) is absurdly good at this, great time to build a product around it, you definitely need the harness, but it feels like it just turned the corner to be able to do really in depth and edge case work. Do you handle heterogenous environments and network connectivity simulation as well? I am working on a mobile app and occasionally having users just lose a request or two can put the state machine into unusual m…
Regarding the other question: not yet. For now, we have Chromium, iOS, and Android (latest versions of each), but we are working on adding more. Regarding network connectivity, it's coming soon (I have an open PR).