Features & Scenarios
Manage Test Cases
Test Cases for Android & iOS Apps
Test Cases for Mobile Web Apps
Test Case List Actions
Importing Postman Collections and Environments
Custom Fields for Test Cases
Label Management
Update Test Case Result in a Test Plan- Test Step Types
Type: Natural Language
Type: REST API
Type: Step Group
Type: For Loop
Type: While Loop
Type: Block
Type: If Condition
Nested Step Groups
Image Injection
Cross-application testing
Organizing Test Cases in Folders
With Testsigma's new folder structure, you can organize test cases by features, which provides a comprehensive view of test coverage. Each feature will have multiple scenarios, each with its respective test cases. This structure helps manage test cases based on specific scenarios and scenarios based on Features.
Why Do We Have Folder Structure?
Introducing folder structure for test cases simplifies finding and managing tests. In large test setups, organizing tests is very important as it plays a key role in quickly locating specific test cases. This will save you much time and increase productivity. This folder structure also prevents duplication of test cases, streamlining the workflow. A well-organized folder system helps teams easily find and create test cases, improving collaboration and reducing confusion.
Understanding Folder Structure

Let's say you're creating test cases for an Online Shopping App.
- In this case, you can have User Authentication, Product Search, and Shopping Cart as Features under Test Cases.
- Each Feature can have multiple Scenarios like the examples mentioned below:
📁 Test Cases (Master Folder)
-
User Authentication
- Login
- Logout
-
Product Search
- Search by Keyword
- Filter Results
-
Shopping Cart
- Add to Cart
- Remove from Cart
-
The scenarios will have multiple test cases. In this cases, for Login & Logout scenarios, we can have the following test cases:
-
Login
- Login with valid credentials
- Login with invalid credentials & verify error message
-
Logout
- Verify successful logout
- Verify session expiration after logout
-
Prerequisites
Before you begin, ensure that you have referred to:
Steps to Create Features
- From the left navigation bar, go to Create Tests > Test Cases.

- Click + and choose New Feature from the dropdown menu.

- In the New Feature dialog, enter a name for the feature and click Add.

- The new feature will appear under the Test Cases section.

Steps to Create Scenarios
- From the left navigation bar, go to Create Tests > Test Cases.

- Click + and choose New Scenario from the dropdown menu.

- In the Select Feature dialog, choose the target feature and click Next.

- In the dialog box that pops up, enter a name for the scenario and click Create.

- The new scenario will appear under Test Cases > Feature.

- Click < to minimize the Features & Scenarios section.

- You can click List View and perform list actions here. For more information on managing list actions, refer to the documentation on managing list actions.
- This will also help you filter test cases with Scenarios while creating test suites.
