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

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 | |
|---|---|
| Name | A short, descriptive title (e.g. “Login”). |
| Description | A summary of what the feature does. |
| Preview Image | A screenshot that shows a preview of the feature. |
| Feature Index | A numeric index for ordering test features. This is used to generate IDs for test cases. |
| Test Case Prefix | A prefix used when generating test case IDs. |
| Test Cases | A list of test scenarios that validate the feature’s behavior. |
