Mobile app for practicing testing?

I see other threads suggested here for my topic, but they are all several years old.

Does anyone have a suggestion for a mobile app that could be used for people in a workshop to practice exploratory testing on? Exploratory testing is not the aim of the workshop, but it is an activity that needs to be part of the workshop.

I searched around the MoTaverse, but I seem to never master searching there, so I would appreciate any suggestions.

Thanks!

You can check this link for ios app of Sauce demo . They don’t have listed their app on app store. So you have to download the .ipa file separately in mobile and then install the app.

Tbh, there are very less option available when it comes to mobile apps for practice purposes.

I hope it helps you.

Internally I usually just pick one of the app’s I have been working on, I can usually find one with interesting things to find, externally NDA’s prevent sharing.

An alternative, I’ve been doing quite a few AI experiments recently and ended up vibe coding the apps with the features I needed for the experiments. These would not be at the level you needed for an exploratory session but if you found a trusted someone with a bit more time and a bit more coding skill than I, that may be a fairly straight forward option.

It may also give you options to add in specific interesting things to find during exploratory sessions alongside the natural bug risk associated with vibe coding.

Potentially could be fast tracked if an open source base app was available and then just add some quirks.

Its a tangent to the request but I think building tools on the fly for training sessions or for test experiments themselves will become more common.