#1 SOLID Principles | Single Responsibility Principle | Practical Example | Design Patterns

preview_player
Показать описание
In today's video we are going to see the one of the design principle of SOLID principles.
Solid principles are the design principles which helps in designing the framework.
By following the principles we can create a framework which will be flexible and easy to maintain.
SOLID is basically an acronym for five design principles.
Where S stands for Single Responsibility Principle.
O is for Open closed Principle.
L stands for Liskov substitution Principle
I is for Interface Segregation Principle
D stands for Dependency Inversion Principle

**************Please comment in case of any query*************

Please watch below video as well -

Рекомендации по теме
Комментарии
Автор

Hello Sir, I have a small doubt here, What happens if we are using POM, Where a Single Page contains multiple functionalities to validate For Eg Price Calculation, Min max calculation, addition of products etc, Do We have to inspect all the Webelement in the single class( Page Class) and Perform actions on each webelement in a different classes ?

manikandankm