Reviewing Test Statuses

Functionize supports cross-browser and mobile testing, ensuring your applications work seamlessly across different environments.

In addition to compatibility, Functionize uses a color-coded status system so you can quickly understand the outcome of your test cases.

Test Statuses

You can view the status of each test case under the Browsers column on the Test Listing page. For every browser enabled, Functionize displays a unique icon along with a color indicator that reflects the last test run status.

Test Status Key

StatusDescription
PASSThe test was executed successfully and all validations passed.
FAILThe test failed during execution.
PENDING

The test is queued for a virtual machine. This can happen when:

- Tests are set to run sequentially, or

- Concurrent test limits (based on licensing) have been reached.

INCOMPLETEThe test did not finish due to an execution issue. Example: an action taking longer than expected.
WARNINGA performance-related issue was detected.

Test Action Status

Individual actions within a test can also have statuses:

  • Normally, actions display a green Pass or red Fail icon.
  • If an action was skipped or if an optional action fails, a gray Skipped icon will be displayed.
  • If there is a warning, the action shows a yellow Warning icon.

Handling Warnings

  1. Open the Action Settings to review details about the warning.
  2. If acceptable, mark it as resolved by checking the box in the warning message.
  3. The action status will then update to green Pass.

Browser Status

When multiple browsers are used to execute a test, they may have different results. The Browser icon at the top of the test detail page will indicate the success or failure of the last run in that browser.

StatusColorDescription
PASSGreenThe last execution in this browser was successful and all validations passed.
FAILRedThe last execution in this browser failed.
DISABLEDGrayThis browser was disabled during the last execution.
INCOMPLETEPurpleThis browser did not complete the last execution.
WARNINGYellowThis browser had a warning during the last execution.

Best Practice: Always review warnings before marking them as OK — they may indicate performance degradation or subtle issues worth addressing.