Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Scroll Documents: update absolute page links

Introduction

...

Value of this variable is not case-sensitive. 

Possible values for relational operator of $$_STATUS variable are as follows:

...

Value

Execution Status

Description

0

Pass

Indicates that the previous step is executed successfully.

1

Fail

Indicates that the previous step has failed.

2

Defect

Indicates that the previous step has some defect.

-1

Not Executed

Indicates that the previous step is not executed.

...

This expression returns Boolean value comparing the values set in Configuration Settings (or the value overridden by the action SwitchWebExecutionPlatform).

  • If the current web execution platform is set as Desktop, returns as TRUE.

  • If the current web execution platform is set as Mobile, returns as FALSE.

...

This expression returns Boolean value comparing the values set in Configuration Settings (or the value overridden by the action SwitchWebExecutionPlatform).

  • If the current web execution platform is set as Mobile, returns as TRUE.

  • If the current web execution platform is set as Desktop, returns as FALSE.

...

This expression returns Boolean value comparing the values set in Configuration Settings (Mobile).

  • If Platform under configuration settings is set as Android, returns as TRUE.

  • If Platform under configuration settings is set as iOS, returns as FALSE.

(info) The value returned (TRUE or FALSE [case-sensitive]) can be used when developing test cases using Automation studio.

This variable can be used to verify that the operating system (OS) of the execution device / emulator is Android. Once the OS is identified, tasks can be added to be executed accordingly.

$$_ISIOS

This system variable stores a Boolean value for iOS mobile platform.

This expression returns Boolean value comparing the values set in Configuration Settings (Mobile).

  • If Platform under configuration settings is set as iOS, returns as TRUE.

  • If Platform under configuration settings is set as Android, returns as FALSE.

(info) The value returned (TRUE or FALSE [case-sensitive]) can be used when developing test cases using Automation studio.

...

This expression returns Boolean value comparing the values set in Configuration Settings.

  • If platform is Windows, returns as TRUE.

  • If platform is not Windows, returns as FALSE.

(info) The value returned (TRUE or FALSE [case-sensitive]) can be used when developing test cases using Automation studio.

...

This expression returns Boolean value comparing the values set in Configuration Settings.

  • If platform is Linux, returns as TRUE.

  • If platform is not Linux, returns as FALSE.

(info) The value returned (TRUE or FALSE [case-sensitive]) can be used when developing test cases using Automation studio.

...

This expression returns Boolean value comparing the values set in Configuration Settings.

  • If platform is Mac, returns as TRUE.

  • If platform is not Mac, returns as FALSE.

(info) The value returned (TRUE or FALSE [case-sensitive]) can be used when developing test cases using Automation studio.

...

This expression returns Boolean value comparing the values set in Configuration Settings.

  • If Browser Type under configuration settings is set as Firefox, returns as TRUE.

  • If Browser Type under configuration settings is set as other than Firefox, returns as FALSE.

(info) The value returned (TRUE or FALSE [case-sensitive]) can be used when developing test cases using Automation studio.

...

This expression returns Boolean value comparing the values set in Configuration Settings.

  • If Browser Type under configuration settings is set as Google Chrome, returns as TRUE.

  • If Browser Type under configuration settings is set as other than Google Chrome, returns as FALSE.

(info) The value returned (TRUE or FALSE [case-sensitive]) can be used when developing test cases using Automation studio.

This variable can be used to verify that the test case execution browser is set as Google Chrome. Once the browser is identified, tasks can be added to be executed accordingly.

...

This expression returns Boolean value comparing the values set in Configuration Settings.

  • If Browser Type under configuration settings is set as Internet Explorer, returns as TRUE.

  • If Browser Type under configuration settings is set as other than Internet Explorer, returns as FALSE.

(info) The value returned (TRUE or FALSE [case-sensitive]) can be used when developing test cases using Automation studio.

...

This expression returns Boolean value comparing the values set in Configuration Settings.

  • If Browser Type under configuration settings is set as Safari, returns as TRUE.

  • If Browser Type under configuration settings is set as other than Safari, returns as FALSE.

(info) The value returned (TRUE or FALSE [case-sensitive]) can be used when developing test cases using Automation studio.

...