Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Power Test Bench (on premises) or the Power Test Cloud (on cloud) enables the execution of benchmark tests or functional tests of your mobile app or website. Those tests are executed on real computers and mobile phones automatically managed by the Power Test Bench/Cloud (battery, configuration …​). During the execution, our probes installed on devices can retrieve all the metrics. Then in GREENSPECTOR Web Interface, you can track the status of your functional tests and analyze the new KPI like Energy consumption, Performance …

Test runner

What is the TestRunner ?

The TestRunner is a tool offering to the developper the ability to easily launch standard automated tests.

What are the standard automated tests ?

On Android platforms you can either test an APK or a web site.

  1. The APK standard test scenarios include testing and energy measuring of APK launch, APK running idle in foreground and in background.

  2. The website standard test scenarios include testing and energy measuring of website launch, website idle in foreground, scrolling and website idle in background.

On PC platforms (local or remote server) you can test a website.

  1. The standard scenarios include website launch, website idle in foreground and scrolling.

Can I run my own tests ?

Yes, on Android platforms, you can use the Testrunner to automatically launch your own Espresso or UIAutomator tests.

Meter Android API

The GREENSPECTOR Meter Android API allows you to instrument your Android tests with our probe and be able to measure your application on the .

...