Search
Creating Test Cases
-
Creating Test Cases with Architect
The Architect is used to create test cases by navigating through the site workflow. This solution eliminates the need for scripting in almost all cases. It generates fully functional cross-browser tests. Like a...
-
Understanding Test Actions
Functionize offers a wide variety of Test Actions to automate testing of your application under test (AUT). There are two categories of Test Actions that we will provide details for below: Element-based and Non...
-
Using AI Assist in Architect
At times, the AI Assist agent will try to nudge you in the right direction. This could be an offer to add actions, a reminder to do certain things, or just provide useful messages. AI Assist is designed to help...
-
Using Expression Builder
The Functionize Expression Builder makes adding Variables to your tests quick and easy. You can swiftly insert a variety of data, and our app will do the heavy lifting! Variables open up the ability to test you...
-
Using Visual Verifications
There are two ways to perform Visual Verifications using Functionize's Computer Vision feature:Full Page VerificationElement-Based VerificationWe employ a machine learning approach to compare images, making the...
-
Creating Loops in Test Cases
Thorough testing often involves repeating certain tasks on your site to confirm consistency, accuracy, and functionality. Functionize offers Page Objects as one way to store common testing tasks such as flows f...
-
Understanding Operators
Functionize Operators allow a user to test dynamic data in a number of ways without complex coding or scripting. Operators in Functionize are called upon in plain English and can handle almost limitless scenari...
-
Customizing Tests with Selectors
When working with automated tests, two critical pieces must be addressed:Selecting the right element to interact with during automated test execution.Performing the interaction successfully (clicking, inputting...
-
Customizing Test Cases with JavaScript
Although Functionize is a no-code solution for test automation, we do support a significant amount of custom code in many areas of the platform in order to do advanced or custom testing.Custom Javascript Action...