It tackles one of the annoying parts of mobile QA, turning test cases into something that runs reliably on devices.
With CoWork, I can upload the existing test cases then it plans the steps and executes them on a real device and the part that really caught my attention is how it handles changes during execution. If the app has a different label, an unexpected popup, or the flow changes, it doesn't just blindly continue. It can replan and bring a human into the loop when a decision actually matters. That feels much more practical than treating AI as something that should always make the final call.
I also like that it's focused heavily on mobile testing, including Android, iOS and Flutter, rather than trying to be an AI tool for every type of testing at once.
QApilot
Hey Product Hunt. I am Aakash, part of the team that built QApilot MCP.
Adding a bit more on what this actually does.
You describe an Android test in plain English inside Claude, Cursor or Codex. It runs on a device or emulator connected to your machine, and you watch it happen in a live browser preview. You get a verdict, plus YAML and Gherkin files on disk. Accept a passing run and it becomes a test case you can replay later.
Android only today, iOS next. Everything runs locally, so your app never leaves your machine.
Happy to answer anything in the thread.
Is there any mechanism that detects UI drift between various versions of applications in the element-caching?
Btw, Congratulations @charan_tej_kammara @aakash_balu & team @QApilot 🎊.
LLMagnet
This is a really smart use of MCP. Love that the tests run locally on the actual device instead of sending everything through the cloud. Congrats on the launch Charan!
QApilot
@bencohen - Thanks Ben. Local was the first constraint we set, not something we arrived at later; we figured nobody was going to upload a build to a vendor just to try a testing tool.
RunEvr
@charan_tej_kammara Congrats on the launch ! This looks like a useful tool for mobile app testing. Is iOS support on the roadmap?
QApilot
@adana - thank you! Yes, iOS is what we are building next. It's by far the most asked-for thing since launch and we are happy for the ask. I will be sure to ping you once it's live.
RunEvr
@charan_tej_kammara thanks and good luck guys !
Seems like a valuable solution. We will definitely try it out. What’s the pricing like?
QApilot
@hemanth_imaginate Hello Hemanth - It is free to install and try it out for the early users. Do give it a try. We have an active slack community too for the early users. Do join to share your thoughts once you try it out.
Macaly
testing straight from the coding agent is the right move 👏 ios comming too?
QApilot
@petrkovacik yes, Petr. iOS very soon :)
Congrats for the launch team ,does it help test vibe coded apps that you build?
QApilot
@nitinvinay thank you, Nitin. Definitely. The vibe coders can now test their mobile applications without leaving their IDE. So no more compromise on speed for Quality.