How to create Lean Test Automation Architecture for Web using Java libraries

This is a series of articles showing how to create a Lean Test Automation Architecture for Web using Java libraries.
I recommend you to sign the newsletter to be informed when a new article is published.
- Base explanation
- Base Architecture
- Page Object Model
- Page Objects explained
- Page Factory and Abstract Page Factory
- Load Strategy
- Fluent Interface
- Logs and Reports
- Logging strategy
- Report strategy
- Data Generation
- Parallel execution
- Parallelize your tests
- Grid creation to auto-scale up and down
- Pipeline
- Defining a regression test execution strategy
- Create a pipeline script
4 Comments
Viktor · September 17, 2020 at 6:17 AM
Do you have explanation for the remaining parts?
Elias · September 17, 2020 at 8:33 AM
Hi Victor,
Not yet, I’m writing them and I will release one or two per month.
But stay tuned and subscribe into the newsletter to receive the news and blog posts related to this subject 🙂
Wagner · September 28, 2020 at 8:25 PM
Excellent, Elias!
I’m looking forward to the next articles. I want to see this whole structure complete (so soon) hahaha
jeonghan · January 14, 2021 at 9:23 AM
Thank you! This is definitely what I needed.
I made my own framework, but They didn’t well organized.
There are lots of things to reference.