Articles tagged with: Testing

Two Testing Anti-Patterns

Summary: Discusses the anti-patterns of testing private methods and mocking class under test methods. It emphasizes the importance of focusing on behaviour, refactoring when necessary, and testing in line with production conditions.


Browser Automation via Chromium

Summary: How to set up browser automation using Google browsers, emphasizing Chromium, which has advantages over Chrome, including the ability to access previous builds. Also covers the use of ChromeDriver and automation frameworks like WebDriverIO, as well setting up the Widevine DRM library and command-line switches.


An interesting Evolutionary Design talk

Summary: Some concepts extracted from a talk about Evolutionary Design, covering concepts such as Simple Design, Continuous Design, and Reflective Design.


Dependency Injection in Javascript and Testing

Summary: The use of dependency injection in JavaScript and its benefits for testing.


Book Review: Python testing with Pytest

Summary: Review of the book 'Python testing with Pytest' by Brian Okken.