Search
Test Creation & Maintenance
Setup & Authoring
-
Resolving Element Identification Failures Using PSR Data
OverviewTest executions can sometimes fail if the system selects the wrong element, even when the correct one is available. This issue can be caused by incorrect Previous Successful Run (PSR) data, which the machine learning (ML) model uses to identify ...
Editing & Maintenance
-
Fixing an Input Action That Selects All Text on a Page
OverviewWhen running an automated test, an action intended to input text into a field may sometimes cause all the text on the page to be selected. This can interfere with the test's execution and lead to failures. This behavior is often observed in web ...
-
Referencing Data from Previous Actions
OverviewFunctionize allows you to dynamically use data, such as text or input values, from previous steps in your test case. This is useful for complex verifications or for inputting data that was generated in an earlier part of the test flow. Using the...
-
Troubleshooting Test Failures Caused by Similar Elements
OverviewTest cases can sometimes fail when interacting with elements on a page, such as dropdown menus, if multiple similar or identical elements exist. This ambiguity can cause the test execution engine to select the wrong element, leading to a failure...
-
Handling UI Changes with Optional and Dependent Steps
OverviewApplication user interfaces (UIs) can change over time, leading to test failures when elements are removed or become conditionally visible. For example, an element that was previously hidden behind a click action may now be visible by default. T...
Execution & Coordination
-
Viewing the Live Execution Operations Stream
OverviewThe live execution operations stream provides real-time, text-based feedback during live debug and live execution sessions. This feature offers a transparent view of the underlying operations being performed at every step, presented as if the ru...