Library to generate data by pattern
Generate random string by pattern:
Examples: | ${string} | Get Random String By Pattern | ddd10d-c2ccc-d2-cc2-w-w*5ww |
Description:
- d - digit
- c - char
- w - word, digits and chars
-
-
- produce preceding char multiple times
-
Get formatted time:
Return current date and time in your format according
- format defined in http://docs.python.org/2/library/time.html#time.strftime .
- offset (optional) define in format [+-][mhdw]
-- m - minutes -- h - hours -- d - days -- w - weeks
Example:
| ${necessary_time} | Get Formatted Time | "%Y-%m-%dT%H:%M:%SZ | +40w |