We reached the final subject in this series. This time we're talking about abstraction in OOP and in test automation. This one is a bit more abstract, and you may not always find...
Polymorphism is the third subject we'll discuss in our OOP principles in test automation series. Before we start, make sure you are already familiar with encapsulation and...
This is the second part of my OOP principles series in test automation with inheritance. After understanding encapsulation, let's understand inheritance and why it has a very...
When we create automated tests, we usually use an object-oriented programming language. This means that it's a good idea to understand the basic OOP principles and apply them to...