Published inJavaScript in Plain EnglishHow to Create Dynamic Locator in Playwright?Playwright became one of the most famous testing tools recently and increased their popularity day by day with regular updates. Typescript…Mar 14Mar 14
Published inLet’s Do It PLWhat is Test-Driven Development? Why TDD is so important?When we search for a job we come across the “Test-Driven Development” term a lot but what does it mean? Why this feature is wanted that…Feb 27, 20212Feb 27, 20212
Published inLet’s Do It PLWhat is “Polymorphism” and what are the advantages of it?Object-Oriented Programming provides many advantages to developers. Like other principles of Object-Oriented Programming, the Polymorphism…Feb 14, 20211Feb 14, 20211
Published inLet’s Do It PLWhat is “Abstraction”? What are the differences between Abstract Classes and Interfaces?Abstraction is another important principle of Object-Oriented Programming. When developers code, they always seek tidiness and another way…Feb 7, 2021Feb 7, 2021
Published inLet’s Do It PLWhat is “Inheritance”?Object-Oriented Programming is built on 4 big principles and one of them is Inheritance. Thanks to this mechanism, developers can easily…Jan 17, 2021Jan 17, 2021
Published inLet’s Do It PLWhat is “Encapsulation” and what are the benefits of it?Object-Oriented Programming is a very beneficial programming type for creating objects that have data and functions. We usually come…Jan 10, 20212Jan 10, 20212
Published inLet’s Do It PLArrays vs ArrayListWith explanation and comparison in JavaJan 6, 2021Jan 6, 2021