-
Notifications
You must be signed in to change notification settings - Fork 0
Misc
Ian Holdsworth edited this page Nov 20, 2022
·
2 revisions
Miscellaneous Calls & Functions
Any row starting with Action is ignored as it's assumed to be a header row
Any row starting with Comment or Comments are ignored
Pauses for x seconds
e.g.
| Action | ||
|---|---|---|
| Pause | 3 |
Pauses for 3 seconds (Note other threads will still execute)
Sets a variable with a random value between Min Val and Max Val
Sets a variable with a random value between 0 and Max Val
Throws a deliberate exception (Generally used while debugging test scripts)