base » assertEmpty(text)
Description
This command assert if text
is empty. It is considered FAIL if text
is not null (not exists) and not empty
(no value).
Parameters
- text - this parameter is the text to be asserted.
Example
Script:
Output: