The Power Test Cloud runs tests in an automated environment.
The prerequisites for an application to be tested are as follows:
- you must provide the APK(s);
- it must install, start and uninstall cleanly without human interaction;
- it may be necessary to expose backend servers to the Internet so that your application running in our PTC can runs successfully (the PTC IP is 185.160.53.119);
- it may be necessary to create user accounts beforehand depending on the test scenarios;
- if your application requires an initial activation phase or other security mechanism, it may be necessary to disable them in the tests (for example, launching the application with a specific intent to skip the validation step).