Functionize Test Settings Overview
Overview
Functionize's Test Settings feature allows users to add, edit, and review various settings related to a test case. These settings include General & Advanced Settings, Webhooks, Timeouts, Cookies, Headers, Auth, and Alerts. Users can customize these settings to configure the behavior and execution of their test cases.
Accessing Test Settings
Method 1: Through Project Test Listing
- Open a project to the Test Listing page.
- Locate the test case to update Test Settings.
- Under the Actions column, click the Test Actions button and select the Settings menu option.
Method 2: Through Test Details Page
- Click on the Test Actions button and select Details or click on the test case Name.
- On the Test Details page, click the Settings button and select Test Settings.
Regardless of the path chosen, the Test Settings screen will display, starting with the General tab.
Test Settings Tabs
General Tab
The General settings for a test case are found in the General Tab. The fields are as follows:
- Test Name: Name of the test.
- Project: Name of the project.
- Site Environment: The project environment in which the test is created.
- Folder: A categorization assigned to this test to help filter tests on the Test Listing page.
- Schedule: Shows the schedule of the test when running.
- Browser Run Order: Shows run order as parallel or sequential.
- Notes: Any notes for this test.
- Tags: A categorization assigned to this test to help filter tests on the Test Listing page.
- Not Approved for Learning: Approve the test for AI learning and self-healing.
Webhooks Tab
The Webhooks tab is used to set the state of a test case, either before or after a test case executes. Currently, only GET and POST requests are supported for both Pre- and Post-test hooks. The fields are as follows:
-
Pre-Test Hook: The Pre Test Hook allows you to define an API call that will be executed before the test starts. This can be useful for preparing the test environment or initializing certain conditions required for the test.
-
API Call:
- Enter the URL for the API call in the API Call field.
-
API Method:
- Select the HTTP method for the API call from the dropdown (e.g., POST, GET).
-
Parameters:
- Click the Add Pre Hook Parameter button to add any parameters required for the API call.
- Enter the Parameter Name and Value in the respective fields.
-
-
Post-Test Hook: The Post-Test Hook allows you to define an API call that will be executed after the test completes. This can be useful for cleaning up the test environment or logging results to an external system.
-
API Call:
- Enter the URL for the API call in the API Call field.
-
API Method:
- Select the HTTP method for the API call from the dropdown (e.g., POST, GET).
-
Parameters:
- Click the Add Post Hook Parameter button to add any parameters required for the API call.
- Enter the Parameter Name and Value in the respective fields.
-
- Extensions Post-Hook: Test Clean Up - executes after the test runs, allowing for custom integrations with Test Management solutions.
Timeouts Tab
The Timeouts tab shows performance level timeouts and thresholds for the test case. If any of these set thresholds are exceeded during test case execution, the test case status will display a Warning.
- Page Load Timeout: Maximum time the ML timing model will wait for a whole page to load before attempting selection.
- Missing Element Timeout: Maximum time the ML timing model will wait for an individual element to load before attempting selection.
- DOM Loaded Threshold: The point at which the DOM loads on the screen and provides a warning message if the threshold is exceeded.
- First Paint Threshold: The point at which the first pixel renders on the screen and provides a warning message if the threshold is exceeded.
Note: These timeouts will not fail a test case but will alert that one of these thresholds has been met/exceeded.
Advanced Tab
The Advanced tab showcases an extensive list of optional test case settings, including options such as enabling video execution in the cloud, setting a proxy at the test case level, selecting the region for test case execution, Self-Heal validation, setting viewport width and height for responsive sites, and more. The most commonly used settings include:
- Language: You can select the Language on which you want to execute the test case at Runtime
-
Enable Video (on-demand runs): Enables video recording of a test executed in the Functionize Cloud.
- Ignore Certificate Errors: Ignores any Browser raised certificate errors (default ON for new and modified test cases created via Architect).
- Continue on Verification Failure: Continues execution if a test fails on a Verify Action (may slow execution significantly, with only the first 3 failures displayed on the orchestration report page).
- Maximum Verification Failures: Sets the maximum number of verification failures allowed on a test.
- Continue On Error: Continues execution if a test Action (other than a Verify Action) fails (may slow execution significantly, with only the first 3 failures displayed on the orchestration report page).
- Capture Network logs: Captures network logs (use for troubleshooting, as it can collect large amounts of data).
- Capture Console logs: Captures console logs (use for troubleshooting, as it can collect large amounts of data).
- Display PDF in Browser: Opens PDF files in the browser window if the test interacts with them.
- Disable Self heal validation: Disables AI self-healing for test failures.
- Disable Web Security: Turns off certain browser security mechanisms, allowing access to resources from any domain.
- Disable iOS CORS: Disables Cross-Origin Resource Sharing restrictions on iOS devices.
- Memory Saver Mode On: Reduces browser/application memory footprint to improve system performance.
- Block 3rd Party Cookies: Blocks third-party cookies in all browsing modes.
- Region: Select the Google Datacenter region in which all test cases are executed and after selecting the Region Functionize will display a message to a user “Functionize will try to run the test in the selected data center. If it’s unavailable, another data center in the same region will be used.”
- Timezone: Select the Timezone for test case execution.
- Window Width/Height: Set the window width and height for responsive sites (resets after the first step of the test).
- Orientation: Select Portrait or Landscape page orientation.
- Enable Screenshots: Captures screenshots (default ON, but can be turned off for sensitive data).
-
Environment Management: Replaces the environment's URL for the test execution.
https://www.existing-site.com::https://www.replace-with-site.com
- Proxy Settings: Configures a proxy server for accessing the application under test behind a firewall.
- Enable Timing Model: Determines how long the AI Timing Model waits for an element to appear (Aggressive = faster, Conservative = slower).
- Override Default Self-Heal: Overrides the default self-heal settings.
- Self Heal: Uses machine learning to detect and update tests to reflect changes in the application or website.
Headers Tab
The Headers tab allows simulated data parameters, such as IP addresses, to create and deliver a specific experience at execution.
Cookies Tab
Inject cookies into a test case in the Cookies tab. For example, logging in a Tester without having to go through the login steps. Enter the Parameters for each cookie by typing in the cookie name and associated value.
Alerts Tab
The Alerts tab sends alerts via email if this option is selected. The Alerts Delivery drop-down menu allows a Tester to select parameters for when alerts are sent. Enter the email address(es) in the field, separating each with a comma.
Auth Tab
If the site under test uses HTTP authentication, the Tester can enter the following details under the Auth tab:
-
Initial Pageinit HTTP Authentication: Enter
username:password
. - MTLS client key: Enter client key.
-
MTLS client certificate (pem format): Enter client certificate.
Note: Please see additional details on mTLS certificates here - Additional HTTP Authentication: Enter the URL without protocol, domain, username, and password.
When finished reviewing and editing your Test Case Settings, click Save.