Testing Fundamentals - Testing Types and Levels
Consider this acceptance test scenario for a login feature:
What is the expected outcome when this test runs?
Given the user is on the login page When the user enters valid credentials Then the user should see the dashboard
What is the expected outcome when this test runs?
