history

Time traveling through Git history

In this blog post I will show a quick hint on how to keep commit history clean by using squash

May 5, 2020 · 2 min · Oleksandr Romanov
input

Magic of Spring Boot testing: Data-driven unit tests

In this blog post I will explain how to use a data-driven approach for unit testing

May 3, 2020 · 3 min · Oleksandr Romanov
pluralsight

Course review: Java and Spring courses at Pluralsight

Review of Java courses which I’ve recently completed at Pluralsight

April 26, 2020 · 5 min · Oleksandr Romanov
metrics

Measuring test automation

How to make test automation effort more goal-oriented via metrics

April 25, 2020 · 6 min · Oleksandr Romanov
scale

Book Review: Software Engineering At Google

My insights after reading the latest book about engineering at Google

April 21, 2020 · 5 min · Oleksandr Romanov
upsidedown

Turning automation education upside-down

Usage of flipped classroom approach in test automation education

October 17, 2019 · 5 min · Oleksandr Romanov
Docks

Easy way to test Spring Boot microservices

Easy way how to make integration and component testing for Spring Boot microservices with Docker containers

April 2, 2019 · 5 min · Oleksandr Romanov
Git Visual

Explaining git flow for newcomers

Tiny remainder about git flow for development

November 8, 2018 · 1 min · Oleksandr Romanov

Tuning up test pyramid for microservices

How canonical testing pyramid is changing as more and more applications adopt microservices architecture

September 10, 2018 · 3 min · Oleksandr Romanov

Working with unix init scripts from Serenity

How to verify whether specific unix init script is running on remote machine?

July 13, 2017 · 4 min · Oleksandr Romanov