Skip to content

What is a Test Feature?

In TAMI Studio, a Test Feature represents a functional area of your application — like “Login”, “Search”, or “Checkout”.

A Test Feature with multiple cases

Each Test Feature groups together related test cases, helping you:

  • Organize tests around your app’s functionality
  • Track test coverage across key features

A Test Feature includes:

Description
NameA short, descriptive title (e.g. “Login”).
DescriptionA summary of what the feature does.
Preview ImageA screenshot that shows a preview of the feature.
Feature IndexA numeric index for ordering test features. This is used to generate IDs for test cases.
Test Case PrefixA prefix used when generating test case IDs.
Test CasesA list of test scenarios that validate the feature’s behavior.

Test Feature Settings

Next Steps

👉 Learn how to create your first Test Feature →