This is a UI test automation project built using Selenium WebDriver in Python. It was developed as part of my hands-on QA training through Careerist and demonstrates end-to-end testing of a real-world skincare website.
- 🐍 Python 3
- 🌐 Selenium WebDriver
- 🧱
unittest(Python’s built-in test framework) - 💡 Page Object Model (POM)
- 🧭 ChromeDriver
| Folder/File | Purpose |
|---|---|
tests/ |
Contains all test cases (login, form submissions, navigation, etc.) |
pages/ |
Page Object classes representing different web pages |
base/ |
Base classes for setup and teardown |
drivers/ |
WebDriver initialization |
utilities/ |
Helper functions or reusable logic |
- Clone the repository:
git clone https://github.com/jcmercera/cureskin.git cd cureskin