Welcome !

Hello everybody ! I’ve decided to write my first post to let you know what to expect from the upcoming posts. There will be two different sections:

  1. Framework
  2. In this section we'll go through a real-world, production-ready framework starting from scratch that'll help you write Automated Tests that are reliable and robust. We'll start building it step-by-step detailing my decisions, and sharing my code.
  3. Miscellaneous
  4. Here I will share different tips, tricks libraries, anything relevant to test automation that I believe will make you excell in your career.


Technology Stack

Our framework will include the following, including, but not limited to:

  • Programming Language: Java
  • Selenium, for web automation
  • Maven, dependency management and others
  • Appium for Mobile automation
  • RestAssured: API Testing
  • Custom Reporting, Assertions, and Integration
  • Many awesome libraries that'll make our lifes easier


Access to the Code

09/09/2020 Update: I’ve created a repository for anyone to take a look at the entire framework.
You can find and clone the Test Automation Framework at: Santi-Automation-Framework
To add your ideas or help fix my mistakes, feel free to create a Pull Request and I will review it.

Thanks for your support !