Projects

Here are some of my web and mobile test automation projects, where I use tools like Selenium, Appium, and Allure to deliver robust testing solutions.

WIPDemo

Web Automation SauceDemo

Selenium + Cucumber

Automation project for the SauceDemo web app, covering the full flow: login, cart management, navigation, side menu, and checkout.

SeleniumSeleniumJUnit 5JUnit 5AllureAllureJavaJava
  • Allure reports with test environment info.
  • Automatic error capture.
  • Modular, maintainable test suite.
  • Full requirements traceability.
WIPDemo

Mobile Automation SauceDemo

Appium + Cucumber

Automation project for the SauceDemo mobile app (Android), covering login, cart, context menu, complete checkout, and price validations.

AppiumAppiumCucumberCucumberJUnit 4JUnit 4AllureAllureJavaJava
  • E2E automation for mobile app.
  • Allure reports with automatic screenshots on failures.
  • Data context between steps.
  • Best practices (Hooks, Page Objects, Contexts).