Getting Started
IDE & Navigation
Properties & Tools
MScript is an XML based scripting to either directly drive your application under test (AUT) or generate testing script to be executed or read later for offline testing in any programming language syntax.
There are two ways you can comment your MScript: as an attribute comment for short comments or as a separate child tag comments for multi line comments.
MScript supports two types of variables: system variables and user variables.
Both types of variables can be retrieved using a concise form: [varName].
For example:
Besides user variables, you may define a set of macro to be used to construct dynamic content. You can then reference these tokens with [@tokenName], for example:
[@copyRightText]
The macro tokens are defined in token.properties in config folder. It is a java properties file with format of code=value.