Versions Compared

Key

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

Status
colourGreen
titleMAJ 25-03-24update 28 aug 2024

User journey

Instead of benchmark test, functional journey tests allow to measure a personalized user journey. For this purpose, it needs a script to describe the actions required to reproduce the journey.

...

Expand
titleInitialization reminder
  • Windows:

Code Block
languagebash
gspt init ^
--greenspectorApi "https://appcore-saas-prod.greenspector.com/api" \
--privateToken [MYTOKEN]
  • Linux - MacOS:

Code Block
languagebash
gspt init \
--greenspectorApi "https://appcore-saas-prod.greenspector.com/api" \
--privateToken [MYTOKEN]
Info

Regardless of your OS, please replace [MYTOKEN] with a personal token.

It can be found in app core-saas-prod.greenspector.com:

  • Click on the account name in the upper right

  • Choose Preferences

...

All measurement iterations of Greenspector Studio are stored in app core-saas-prod.greenspector.com in an application. We will create one to launch our first test.

...

Info

Please note:

  • monitoredPackage points to the package analysed for data exchanges:

    • It is specific for an application: com.google.android.youtube

    • For web, specify the browser package: com.android.chrome

  • Replace [MYAPK] with an .apk file

    • To let testbench download the app on Google Playstore for Android, enter package name: com.google.android.youtube

    • For a local .apk file, enter path: ./youtube.apk

    • For a online .apk link, enter URL: https://mysite.com/youtube.apk

    • Remove this line for web test

Follow test progress

Regarding the testbench availability and iteration number, tests may take time, from 5 minutes to 3 hours. An email is sent as soon as the test finish.

...