Search
Exercises
Self-paced, step-by-step exercises against the Functionize Anaqa demo store. No sign-in needed - work through them in order to learn Studio by building something.
-
Start Here: The Functionize Studio Exercise Series
This is a self-paced series that teaches Functionize Studio by building something. You work against our own demo store, so you can follow every step exactly without touching your own application, and nothing you do here can affect a real system. Seven ...
-
Exercise 1 - Create Your First Test From a Prompt
In this exercise you will describe a test in one sentence and watch Studio turn it into a working, running test. About ten minutes. No sign-in required. You need the Studio Exercises project from Start here. What you are building A test that opens a ...
-
Exercise 2 - Write Assertions That Prove Something
A test that clicks through a flow without checking anything will pass right up until the moment your application breaks, and then it will keep passing. This exercise is about the difference between doing and proving. About ten minutes. The idea in one ...
-
Exercise 3 - Read a Test Run and Its Evidence
A run keeps far more than a pass or a fail. This exercise teaches you to read one, so that when something goes wrong later you already know where to look. About ten minutes. You need a test that has run at least once. Step 1 — Understand the numbering...
-
Exercise 4 - Change a Test by Asking
Tests are not finished when they first pass. Requirements change, flows grow, and you notice the check you forgot. This exercise is about editing a test by talking to it. About ten minutes. Where you do this The agent chat on the left of the test edit...
-
Exercise 5 - Break a Test on Purpose, Then Diagnose It
Everyone can read a green test. The skill worth having is reading a red one. In this exercise you will break a test deliberately, for a realistic reason, and work out why — using exactly the screens you would use on a real failure. About fifteen minutes...
-
Exercise 6 - Group Tests Into an Orchestration
One test tells you about one flow. A suite tells you whether the application still works. In this exercise you will group your tests into an orchestration and run them as a single job. About ten minutes. You need at least two tests in your project. St...
-
Exercise 7 - Drive Studio From Your Own AI Tool
Everything so far happened in the browser. This exercise connects Functionize to the AI tool you already work in, so you can create and check tests without leaving your editor. About fifteen minutes, most of it waiting for a sign-in. You need a tool th...