I'm automating my tests via Appium. I want to test on multiple devices.
I know about AWS Device Farm and Test Object, which one do you recommand for me in order to test the same tests on many devices.
Do you recommand other tools ?
AWS Device Farm gives you the ability to test on multiple devices at the same time.
Things to think about:
Automated testing:
Manual testing
Device type
You have the option of choosing the public fleet devices which are shared and private devices where the devices will be dedicated and used exclusively by you. Private devices can be useful if you have specific configuration needed before testing or have specific security requirements. The other advantage is reliable availability of the devices.
Hope that helps.