Versions Compared

Key

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

...

In the context of Greenspector, you can use this DSL with the Test Runner or the Greenspector CLI

Android platform

The Greenspector tools transform the DSL file in UIAutomator tests.

...

Code Block
# a comment
pressHome
screenSetLuminosity,125

measureStart,mesure 1 du fichier steps1
applicationStart,com.greenspector.demo
waitUntilText,veuillez choisir votre pays
measureStop,

pause,2000

Dynamic Parameters

To add a parameter in a GDSL file write ${PARAMETERNAME}

  • No special characters on parameter name

  • No space on parameter name

Command parameters

A parameter for a command should not contain any coma as it is the seperator character.

Command catalog

Here is the description of the DSL grouped by domain of command.

...