Design Patterns in Test Automation : MultiWaitForWindows
In object oriented software development, design patterns are often used to offer a reusable solution to a common problem.
They are designed to make tests reusable and easier to maintain.
Zeenyx proposes the first design pattern, named MultiWaitForWindows, of a series that will be published on his blog.
This pattern allows to handle three possible conditions in the transaction flow:
- No window will be displayed
- One window will be displayed
- A sequence of windows will be displayed