Test Scenarios
Manage reusable test scenarios for comprehensive issue validation
Total Scenarios
3
Test scenarios
Passed
1
Scenarios passed
Failed
1
Scenarios failed
Draft
1
Scenarios in draft
User Login Success Flow
Test the complete user login process with valid credentials
Passed
Success
BDD Steps:
Given
user is on the login pageAnd
user has valid credentialsWhen
user enters username and password... and 3 more steps
JOjohn.doe
Mobile Layout Failure Case
Verify layout behavior on mobile devices with small screens
Failed
Failure
BDD Steps:
Given
user is on mobile device with screen width < 768pxWhen
user navigates to the main pageThen
all elements should be properly sized... and 1 more steps
JAjane.smith
Data Export Edge Case
Test data export with empty dataset
Draft
Edge Case
BDD Steps:
Given
user has no data in their accountWhen
user attempts to export dataThen
system should show appropriate message... and 1 more steps