Visit GitHub

Recent Projects

Automation Testing framework for Web Applications

Using Playwright, with TypeScript as the main language, Jenkins as CI/CD orchestrator and Allure as reporting tool, I can automate the manual test cases for every web application.

Other tools that could be used to automate tests for web applications include:

  • Automation Tools: Selenium, Cypress
  • Languages: JavaScript, Java, C#
  • BDD: Cucumber, Gherkin
  • CI/CD: GitHub Actions, CircleCI, Azure DevOps, GitLab

Automation Testing framework for Mobile Applications

Using Appium, with JavaScript as the main language, GitHub Actions as CI/CD orchestrator and Allure as reporting tool, I can automate the manual test cases for every mobile application developed for both Android and iOS.

Other tools that could be used to automate tests for mobile applications include:

  • Automation Tools: Maestro
  • Languages: TypeScript, Java, C#
  • BDD: Cucumber, Gherkin
  • CI/CD: Jenkins, CircleCI, Azure DevOps, GitLab

Automation Testing framework for APIs

Using RestAssured, with JavaScript as the main language and GitHub Actions as CI/CD orchestrator, I can automate the manual test cases for every API endpoint.

Other tools that could be used to automate tests for APIs include:

  • Automation Tools: Karate, k6, Postman
  • Languages: TypeScript, Java
  • BDD: Cucumber, Gherkin
  • CI/CD: Jenkins, CircleCI, Azure DevOps, GitLab, GitHub Actions