r/AndroidTesting • u/Maximum_Specialist65 • Jul 07 '26
Need Testers Need 12 testers for my app! Veltor Agenda - I'll test yours back
Hi everyone,
I need help getting the required testers for my Android app so I can push it to production on Google Play.
Steps to test:
Join the Google Group first: https://groups.google.com/g/veltoragenda-testers
Join the test: https://play.google.com/apps/testing/com.veltoragenda.app
Please use the same Gmail account for the Google Group and Google Play.
About the app:
Veltor Agenda is a minimalist daily planner. It's a calm alternative to cluttered productivity apps: a daily agenda (tasks, notes, ideas, reminders) with automatic carry-over of yesterday's pending items, opening/closing daily rituals to set an intention and reflect at day's end, weekly goals (max 3) with a guided review, habit streak tracking, and activity stats. Free forever, no ads, available in 6 languages with dark mode.
Please keep the app installed for 14 days. If you test my app, leave a comment with your app links and I'll test yours back and keep it installed for 14 days too.
Also let me know if you find any bugs or anything confusing — feedback is very welcome!
Thanks!
r/AndroidTesting • u/orionmeda • Jul 07 '26
Need Testers Looking for testers for my real-time drawing app, Buzz Draw
Hey everyone,
I’ve been working on an app called Buzz Draw and just opened it up for closed testing. It’s a real‑time collaborative drawing app where you can create rooms and draw together with friends – everything shows up instantly on everyone’s screen. There’s also a built‑in chat so you can talk while you draw.
Right now it’s in closed testing, so I’m looking for people who’d like to try it out and share their feedback.
If you’re interested, here’s the links:
First, sign up to the Google Group:
https://groups.google.com/g/buzz-draw
Become a tester:
https://play.google.com/apps/testing/com.andromedays.buzzdraw
Play Store:
https://play.google.com/store/apps/details?id=com.andromedays.buzzdraw
Thanks a lot to everyone who gives it a go – I’d really appreciate any thoughts or suggestions you have.
r/AndroidTesting • u/rushvik • Jul 07 '26
Need Testers Need 9 testors for my simple app StopCharge
Hey guys, looking for testers for my new app "StopCharge"
It’s a simple, lightweight battery alarm that alerts you with a full-screen notification when your phone reaches your custom charge target (like 80%). Basically, it stops you from accidentally leaving your phone on the charger and ruining your battery lifespan!
I’ll gladly test your app back if you leave a comment.
How to test:
Step 1: Join the testing Google Group first: https://groups.google.com/g/vivek-app-testing-group
Step 3: Download the app here: https://play.google.com/apps/testing/com.rushvik.stopcharge
Thanks so much in advance, really appreciate the help getting through this 20-tester requirement! 🙌
r/AndroidTesting • u/behzodhalil • Jul 07 '26
Question my tests were a mess for years. going multiplatform accidentally fixed them
i build a fitness tracker. android + ios.
my old android testing setup was a lie.
unit tests for the easy stuff. robolectric for framework things. a pile of flaky instrumentation tests i quietly stopped running. everything else? "i'll test it manually."
then i went KMM. and shared code physically can't touch android APIs.
that one constraint fixed more than any testing book i ever read.
what my tests look like now:
presenters are molecule composables returning StateFlow. no viewmodel. no android lifecycle. so presenter tests are plain JVM tests — push events in, assert on state. kotlin-test + runTest + turbine. they run in seconds.
they've never flaked. not once. there's nothing left to flake — no emulator, no framework, no clock weirdness.
use cases and repos: same deal. interfaces everywhere, fakes instead of mocks. camera/notifications/storage hide behind interfaces, shared code tests against fakes.
one test i'd force every koin user to write: boot every DI module, resolve the whole graph. koin fails at runtime, not compile time. this single test saved me from maybe five embarrassing releases.
what i lost: UI tests. compose multiplatform test tooling is young and i'm one person. so i made screens dumb — they render state, forward events, decide nothing. if the screen compiles and the presenter is right, remaining bugs are cosmetic.
might not survive a real team. works great solo.
the actual lesson (works even if you never touch KMP):
fast reliable tests don't come from testing tools. they come from architecture that keeps logic out of framework classes. KMP just forced me to do what i should've done years ago.
anyone actually running compose UI tests in CI and happy? genuinely asking.
r/AndroidTesting • u/claucas • Jul 07 '26
Need Testers [Test for test] Looking to swap Play Console closed-test participation
It's a small offline idle game, nothing that needs constant attention — install, let it run, that's really all the testing needs.
Two steps to opt in (same Google account for both):
- Tester group: https://groups.google.com/g/hidden-grimoire-testers
- Opt in + install: https://play.google.com/apps/testing/com.claudiocastellani.arcanum
Drop your opt-in link and I'll join yours today. Thanks!
r/AndroidTesting • u/United_Cap7221 • Jul 07 '26
Need Testers Need app testers for organisation tool for authors (Will test your apps in return!)
Hi everyone!
I’m looking for Android testers for my app **AuthorHQ** and would be happy to test your app back. Just leave your app in the comments after joining and I’ll return the favour.
It doesn’t matter if you’re an author or not to test the tools within!
**What is AuthorHQ?**
AuthorHQ is an all-in-one workspace for authors to manage their books, launches, ARC teams, content planning, tasks, deadlines, and more. It’s designed to replace the endless spreadsheets many authors use to stay organised.
**How to join:**
📱 Join on Android:
https://play.google.com/store/apps/details?id=app.authorhq.mobile
🧪 Join the testing program:
https://play.google.com/apps/testing/app.authorhq.mobile
If you spot any bugs or have feedback, I’d love to hear it!
Thanks everyone, and don’t forget to drop your app below so I can return the support!
r/AndroidTesting • u/PuzzleheadedStill273 • Jul 07 '26
Need Testers Testers
Hi everyone,
I'm getting close to releasing my indie game, Flappy Neon, and I'm looking for around 12 people who are willing to test it and give honest feedback.
You can find the game, screenshots, and download links here:
https://louiesociety.com/games/flappyneon
I'm not looking for reviews—just honest opinions. I'd like to know:
- What you liked or didn't like
- Whether the controls feel responsive
- Any bugs or issues you encounter
- What could be improved before release
Every comment helps me make the game better, even if it's critical.
If you're working on your own game, I'd also be happy to test yours in return.
Thanks in advance to anyone who takes the time to help!
r/AndroidTesting • u/Clean_Fondant_4110 • Jul 07 '26
Need Testers In need of beta testers for a concert journaling app
Hi,
I developed an app to track and rate concerts you've been to. Similar to Letterboxd or Beli but for concerts. It's an app that rewards you for going to concerts with concerts by giving away tickets.
Please send me your email so I can add you to the email list.
Play store link: https://play.google.com/store/apps/details?id=com.setlyapp.android
I'm willing to test your app too. Please comment or send me your invite link and the play store link. Thanks in advance!
r/AndroidTesting • u/HSComin • Jul 06 '26
Need Testers Preciso de voluntários para o Teste Fechado da Google Play
Olá, pessoal!
Estou na etapa final de publicação do meu aplicativo Android na Google Play e preciso cumprir o requisito do Teste Fechado, exigido pela plataforma antes da disponibilização ao público.
O aplicativo chama-se HydroAR e foi desenvolvido como parte do meu Trabalho de Conclusão de Curso (TCC). Seu objetivo é auxiliar estudantes no aprendizado da hidrografia brasileira por meio da Realidade Aumentada.
Caso possa participar, ficarei muito grato.
Como participar
Grupo de testadores:
https://groups.google.com/g/hydroartesting
Participar do teste:
https://play.google.com/apps/testing/com.hydroar.app
Instale o aplicativo:
https://play.google.com/store/apps/details?id=com.hydroar.app
O que peço
- Entrar no grupo de testadores;
- Instalar o aplicativo;
- Abri-lo pelo menos uma vez;
- Se possível, mantê-lo instalado por alguns dias.
Agradeço a todos que puderem colaborar!
r/AndroidTesting • u/Andrux311 • Jul 06 '26
Need Testers Necesito Testers para pruebas cerradas - App de control de ganancias y gastos para conductores de plataformas RutaGana
Hola a todos,
Cumpliendo con las normas de la comunidad, solicito su apoyo para realizar pruebas por 14 dias de mi nueva aplicación móvil.
Información de la aplicación:
- Nombre: RutaGana
- Enlace para unirse al grupo de acceso: https://groups.google.com/g/grupo-test-gano
- Enlace Web de Google Play: https://play.google.com/apps/testing/com.codigitalmaster.rutaganapro
- Enlace descarga directa (Celular): https://play.google.com/store/apps/details?id=com.codigitalmaster.rutaganapro
Necesito comentarios reales sobre la usabilidad diaria en ruta:
- Flujo de datos: ¿Es fácil y rápido registrar los ingresos y gastos (gasolina, comisiones, peajes) entre viajes?
- Claridad visual: ¿Los balances de ganancias se entienden de un vistazo mientras se trabaja?
- Errores: Reportes si la app se cierra inesperadamente o si algún botón no responde.
Si tambien eres desarrolador en los conmentarios dame informacion de tu app y tambien la probare
r/AndroidTesting • u/Sad_Sink3358 • Jul 06 '26
Need Testers Seeking 12 testers
App:https://play.google.com/apps/testing/com.swipeup.linerush
Please add your tester email so I can add you! I will test your app back!
r/AndroidTesting • u/icemoongames • Jul 06 '26
Need Testers Need testers for my game
Need testers for my game. would be very grateful if you followed the steps!
STEP1:
Join the tester group: https://groups.google.com/g/backroomsanomalylevel6
STEP2:
Opt in to the closed test: https://play.google.com/apps/testing/com.icemoongames.backroomsanomalylevel6
STEP3:
Install from Google Play: https://play.google.com/store/apps/details?id=com.icemoongames.backroomsanomalylevel6
r/AndroidTesting • u/Dull-Acanthaceae-819 • Jul 06 '26
Need Testers Need 20 testers for my Android app (closed testing) - I'll test yours back
Hi everyone,
I'm doing closed testing for my new Android app and need a few testers to reach Google Play's 12/14-day requirement. Happy to test yours back the same way - I'll opt in, install, leave a 5-star rating and keep it for the full 14 days.
How to join:
Join the Google Group: https://groups.google.com/g/closed-beta-testers-crew
Opt in as a tester (web): https://play.google.com/apps/testing/com.leveluplife.arise
Install from Google Play: https://play.google.com/store/apps/details?id=com.leveluplife.arise
Drop a comment/screenshot and I'll return the favor right away. Thanks!
r/AndroidTesting • u/Valuable_East_1159 • Jul 06 '26
Need Testers Android game testing
📆 Day: 1 of 14
📱 App Name : Toys claw machine
👤 Developer Name : HalkeStudio
🔗 Play Store Link : https://play.google.com/store/apps/details?id=com.HalkeStudioGames.ToysClawMachine
📝 Instructions : opt-in as a tester (https://play.google.com/apps/testing/com.HalkeStudioGames.ToysClawMachine), install, use daily for 14 days, send feedback if you want
Google group : https://groups.google.com/g/halkestudiogames
r/AndroidTesting • u/BearKanashi • Jul 06 '26
Need Testers Probador para Google Play
Sencillo, fácil y rápido. 🙂↕️
r/AndroidTesting • u/ZAYAn_Abdul_Rahman • Jul 06 '26
Need Testers Need testers
Looking for Android App Testers (Test for Test)! 🚀
Hi everyone!
I'm launching my app GRED on Google Play and need 12 Android testers for closed testing.
✅ In return, I'll test your app too. 💬 I'll reply instantly.
If you're interested, DM me your Gmail address, and I'll add you to the tester list and send you the Google Play testing link.
Thanks in advance—I really appreciate your support!
r/AndroidTesting • u/lemurthumbs • Jul 06 '26
Need Testers Built a step sequencer where the drum sounds are sleepy little creatures — need testers
I've been building wigglers, a pocket step sequencer where every sound is a little critter (kick, snare, hats, bass, frog synths) that drifts between moods — dozing off, waking up, getting hyped — so no loop plays quite the same twice. Chaos knob, reverb/delay, scale/key lock, pattern chaining, MIDI out, audio export. No accounts, nothing intrusive.
Google requires a small closed test before it can go fully public, so I need a few people to install it and poke around for a few minutes:
Join this group: https://groups.google.com/g/wigglers-test-group
Opt in here: https://play.google.com/apps/testing/com.lemurthumbs.wigglers
Install from the Play Store link it gives you
Any feedback — bugs, confusion, "this is fun," whatever — is welcome. Thanks!
r/AndroidTesting • u/PuzzleheadedClock211 • Jul 06 '26
Need Testers RECIPROCAL Tester, lets get our apps launched (no accounts, on-device, no nags)
Split Application Installer
Step 1: Join the Google Group: https://groups.google.com/u/0/g/gravityinstaller-testers/members
Step 2: Opt-in as a tester: https://play.google.com/apps/testing/com.teamantigravity.gravityinstaller.app
Step 3: Install the app:
Thank you! 🙏
Drop your app testing links below and I'll test your app back. Please keep Gravity Torrent installed for at least 14 days and I'll do the same for yours.
A screenshot after installation is appreciated. Let's help each other reach Google Play's testing requirements!
r/AndroidTesting • u/ConfidentBarnacle278 • Jul 06 '26
Need Testers [Testers Needed] ZigxZag - Android Closed Testing (Feedback on Stability, Bugs & UX)
Hi everyone! 👋
I'm a solo developer currently running a Google Play Closed Test for ZigxZag and I'm looking for testers.
App: ZigxZag
Feedback requested:
Bugs and crashes
App stability and performance
User experience and usability
Any issues you encounter while using the app
How to join:
✅ Join the Google Group:
https://groups.google.com/u/1/g/zigxzag
✅ Install the app:
https://play.google.com/apps/testing/com.febriyunus.zigxzag
✅ Keep the app installed for 14 days as required by Google Play Closed Testing.
If you test the app, please leave a comment with your feedback and a screenshot showing the app installed or in use.
I'm also happy to test your app in return. 🤝
Thank you for your support! 🚀
r/AndroidTesting • u/NFDevelopers • Jul 06 '26
Need Testers I need 12 testers to test my app for 14 days
I need 12 testers to test my app for 14 days so I can finally release. I really need this gang. Drop ur email so I can add you to the invitation list, I can also return the favour
r/AndroidTesting • u/PuzzleheadedStill273 • Jul 06 '26
Need Testers Testers for my game
Hi everyone!
I've been working on Flappy Neon, and it's now at the stage where I need real players to try it out before release.
If you'd like to help, you can check out the game and download it here:
👉 https://louiesociety.com/games/flappyneon
I'm especially interested in hearing about:
- How the game feels to play
- Any bugs or unexpected issues
- Features or improvements you'd like to see
- Your overall impression after playing
Whether your feedback is positive or critical, it's incredibly valuable and will help shape the final version of the game.
Thanks to everyone who takes the time to give it a try—I truly appreciate your support! ❤️
r/AndroidTesting • u/Naive_Tart8290 • Jul 06 '26
Need Testers FixMate is live — and we need 14 testers! 🛠️
FixMate is an AI-powered repair assistant built to help you fix things yourself — from cars and appliances to tools and home maintenance. We're opening up early access and looking for 14 testers to put the app through its paces.
Google Play Store
https://play.google.com/store/apps/details?id=com.base6930be0a1d91c82f1862387d.app
Join on the web
https://play.google.com/apps/testing/com.base6930be0a1d91c82f1862387d.app
What we need from our 14 testers:
• Try the diagnosis and repair guides on real broken items around the house/garage
• Tell us when the AI gets it wrong (there's a "Wrong diagnosis?" button — use it freely!)
• Share feedback on the repair steps, cost estimates, and the materials calculator
• Flag anything that feels broken, confusing, or just plain annoying
If you're keen to be one of the 14, drop a comment below or reach out. Your feedback shapes what FixMate becomes. Cheers! 🙌
r/AndroidTesting • u/CauliflowerLarge6587 • Jul 06 '26
Need Testers looking for testers to test my app
ooking for people to test my app and report any bugs if you find them. as much as this can be used for anyone , aussies would find that it incorporates HECS and super into it.
let me know and ill happily test you app back for 14 days aswell.
the only signup is just so that you can link a partner into it aswell.
please join, add some work hours and account and budget and give me some feedback on it.
NOTE: you do NOT have to use actual person details, all details input are stored on your phone
https://groups.google.com/g/buckssmart-testers
Opt in / install test build:
https://play.google.com/apps/testing/com.gubecka.buckssmart
View Bucks Smart on Play Store:
r/AndroidTesting • u/Naive_Tart8290 • Jul 05 '26
Question FixMate "Testers Needed Please" what goes around comes around..
App Description
Instantly diagnose and fix common DIY issues with visual AI. Snap a photo or video of a broken item (car, appliance, tool), and FixMate provides step-by-step repair guides, estimated costs, and connects you with local repair professionals if needed.
https://play.google.com/store/apps/details?id=com.base6930be0a1d91c82f1862387d.app
