ibrahim3702 / SQE_Project

0 stars 0 forks source link

Design Patterns #5

Closed ibrahim3702 closed 1 week ago

ibrahim3702 commented 1 week ago

Use Page Object Model (POM) or Screenplay Pattern to organize the test code efficiently and promote reusability and maintainability.

ibrahim3702 commented 1 week ago

Page Object Model (POM) is used and an object factory is introduced to store all web components.

ibrahim3702 commented 1 week ago

Screenplay Pattern is used and modeled each test scenario like a little screenplay.