automated_testing_framework_plugin_strings 4.0.1+14 automated_testing_framework_plugin_strings: ^4.0.1+14 copied to clipboard
Library to use provide string generation and maipulation capabilities to the testing framework.
Table of Contents
automated_testing_framework_plugin_strings #
Table of Contents #
Introduction #
This plugin provides test steps that allow for string generation and manipulation.
Live Example #
Supported Platforms #
This has been tested on Android and iOS, but should be compatible with all.
Reserved Variables #
The following table defines the reserved variables provided by the plugin that can be by appropriate tests:
Name | Type | Example | Description |
---|---|---|---|
_date |
String |
2020-01-01 |
The value from the set_date_variable step if a variable name was not specifically set. |
_substring |
String |
sub |
The value from the substring_variable step if a variable name was not specifically set. |