Strategy
Everything on SkillVeris tagged Strategy — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 2 libraries
Study Notes(3)
Playwright Best Practices
A practical guide to writing reliable, maintainable Playwright tests by choosing the right locators, avoiding flaky waits, and keeping tests isolated and fast.
Strategy Pattern
The Strategy pattern encapsulates interchangeable algorithms behind a common interface so a context object can swap behavior at runtime without conditional log…
Strategy and Command Patterns
Two behavioral patterns: Strategy swaps interchangeable algorithms at runtime; Command encapsulates a request as an executable object.