Defining test cases
Each test case consists of step-by-step instructions that describe the actions and assertions to perform. Steps are written in natural language, making them easy to read and maintain without deep technical knowledge. You can also reference other test cases within the steps of a test case. This lets you build modular, reusable flows (like login or onboarding) and include them as steps in multiple tests without duplicating definitions. See Reusable test steps for details.Tags
Test cases can be freely tagged to support flexible grouping and filtering. Tags are useful for organizing tests by priority, feature area, or team ownership. Common examples include:smoke,critical,regressionfor test prioritycheckout,login,onboardingfor feature areasteam-mobile,team-paymentsfor team ownership

