function: alert - egroise/uxtest GitHub Wiki
###Usage
alert(message)
Display an alert popup showing the message. If the BATCHMODE is enabled (see function: startTest) the alert is skipped.
###Parameters
- message: Message to be displayed in the alert popup.
###Example
alert("The application is missing. Test can't be run.")