โบ๏ธSample Test Cases
Last updated
Last updated
Test Case ID | Description | Test Steps | Expected Result | Actual Result | Pass/Fail |
---|---|---|---|---|---|
TC1
Validate login with valid credentials
1. Navigate to login page
2. Enter valid username and password
3. Click Login button
User should be logged in and redirected to home page
User was logged in and redirected to home page
Pass
TC2
Validate login with invalid credentials
1. Navigate to login page
2. Enter invalid username and password
3. Click Login button
Error message should be displayed
Error message was displayed
Pass
TC3
Validate search functionality
1. Navigate to home page
2. Enter search term in search bar
3. Click search button
Results matching search term should be displayed
Matching results were displayed
Pass
TC4
Validate checkout process
1. Add item to cart
2. Click checkout button
3. Enter shipping and payment details
4. Click place order
Order should be successfully placed
Error occurred during checkout
Fail