Bulk Create Test Cases

Create multiple test cases at once using tab-delimited data

How to Bulk Create Test Cases
Prepare Your Data
  • Use tab-delimited format (like Excel copy-paste)
  • First row must contain headers
  • Required column: "Test Case Title" or "Title"
  • Use \\n for line breaks in multi-line fields
Set Default Values
  • All created test cases will use the default values you set below
  • Individual test case details come from your data
  • You can edit individual test cases after creation
Excel Tip: Copy your data from Excel and paste it directly into the text area below. The tab-delimited format will be preserved automatically.
Default Values for All Test Cases
Test Cases Data
Supported columns: Test Case Title, Test Case ID, Description, Test Steps, Expected Result, Module, Feature, Tags, Estimated Time (min)
Sample Data Format:
Test Case Title Test Case ID Description Test Steps Expected Result Module Feature Tags Estimated Time (min) Verify user login with valid credentials TC_001 Test that users can log in with correct username and password 1. Navigate to login page\n2. Enter valid username\n3. Enter valid password\n4. Click login button User is successfully logged in and redirected to dashboard User Management Login smoke,critical 5 Verify user login with invalid password TC_002 Test that login fails with incorrect password 1. Navigate to login page\n2. Enter valid username\n3. Enter invalid password\n4. Click login button Error message displayed: 'Invalid credentials' User Management Login negative,security 3
Copy the sample data above and modify it with your test cases, or create your own following the same format.
Cancel