Some features:
- PageObject pattern;
- Singleton pattern;
- Browser factory pattern (chrome, edge, firefox);
- Logging(log4j);
- Test data files (.properties);
Test scenario
Test #1 Open Swag Labs and log in
Expected result: after authorization Products Page will open.
Status: ✅
Test #2 Add first item to cart
Expected result: will add item to cart.
Status: ✅
Test #3 Open Twitter (button in the footer)
Expected result: new tab will be open.
Status: ✅
Test #4 Sort items in low to high order
Expected result: items will be sorted by price in low to high order.
Status: ✅