Skip to content
Ian Holdsworth edited this page Nov 20, 2022 · 2 revisions

Easy Excel Framework

Misc Overview

Miscellaneous Calls & Functions

Actions

Action

Any row starting with Action is ignored as it's assumed to be a header row

Comment/Comments

Any row starting with Comment or Comments are ignored

Pause [Pause in Seconds]

Pauses for x seconds

e.g.

Action
Pause 3

Pauses for 3 seconds (Note other threads will still execute)

Set Random [Target Variable] [Min Val] [Max Val]

Sets a variable with a random value between Min Val and Max Val

Set Random [Target Variable] [Max Val]

Sets a variable with a random value between 0 and Max Val

Stop

Throws a deliberate exception (Generally used while debugging test scripts)

Clone this wiki locally