Search
Editing & Maintenance
Articles
-
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...