Summary

Apptim Desktop is a native solution (for Windows and macOS) that allows teams to execute manual tests over several real devices and emulators, gathering mobile performance metrics, crashes and more. Test reports are built collecting mobile device data about CPU, Memory, Network and Battery usage, as well as Rendering times. The generated report also includes a video of the test and screenshots to be able to understand and reproduce the test scenario.

All the information that Apptim generates to create the test report, such as app behavior and device metrics, are collected locally. This means that it will remain on the user's computer, only accessible by its owner. In case the user wants to share the report, it is possible to publish it to Apptim Cloud. Reports stored in the cloud can be private or public.

🔓 Public Reports in the Cloud

All reports published to the cloud will be public by default. Apptim will provide a URL obscured by GUIDs. Public reports can be accessed by any person who has the link. It is the user's responsibility to share that URL properly.

🔐 Private Reports in the Cloud

All reports published to the cloud can be made private, and be only accessed by the report owner and any other user that belongs to the same workspace where the report was published. This means that, even if someone has access to the report's URL, only authenticated users can access the report.

These HTML reports are protected in two ways:

Table of Content

Apptim Desktop Architecture


https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0cb06f35-96d9-44cb-a5b9-bdf2ad65b540/temp.png

Apptim Desktop is a desktop app that works on-premise. After sign-in, user's APIKey is stored locally to validate proper license and nothing is published outside the user's network unless the user explicitly wants to do so (publishing a report to a public or private location in the cloud).

Source Code