Рет қаралды 16,317
Hi All,
In this video we will see about the below topics,
Design patterns are the solutions to commonly occurring software design related problems.
We should not try to force fit a design pattern.
Creational - All about class and object instantiation
Structural - Organising diff classes and objects to form large structures/new functionality
Behavioral - Common communication between objects
==============
Creational Design Pattern
Problem Statement :
Number of parameters to constructor is more.
Readability missing.
Options to ignore some parameters needs more efforts.
Usage : Rest Assured Framework while constructing requests using POJO’s