/dev/world/2015 notes of a testing fanboy
A developer's notes from /dev/world/2015 conference, focusing on software testing, maintainable architecture, and team processes.
A developer's notes from /dev/world/2015 conference, focusing on software testing, maintainable architecture, and team processes.
An analysis of common patterns in technical postmortems, focusing on error handling and configuration as primary causes of system failures.
An interview about software testing in Python, covering the author's journey with Python, the Zen of Python, and challenges for beginners.
An article drawing parallels between software testing and scientific experimentation, emphasizing repeated testing and automation.
Explores the analogy between software testing and scientific experimentation, emphasizing validation through repeated tests.
An analysis of software testing methodologies, comparing manual and automated approaches, and advocating for smarter random test generation.
The article argues for using analytics and data-driven methods, inspired by hardware testing, to automatically find common software bugs.
Introduction to regression testing in OBIEE to ensure system changes don't break existing functionality.
A guide to unit testing in Python, covering its benefits, components, and a practical walkthrough using the py.test framework.
A guide to unit testing in Python, covering its benefits, components, and a practical walkthrough using the py.test framework.
A positive review of Michael Hartl's 'Ruby on Rails Tutorial' book, praising its clear explanations and focus on Test Driven Development.
A curated list of resources for learning and implementing Behavior Driven Development (BDD), including videos, tutorials, and framework examples.
A software test analyst rants about the problem of multiple browser versions and argues for mandatory updates to improve web development and user experience.
A review of Packt's book on software testing using Visual Studio Team System 2008, covering test types, deployment, and reporting.
A review of 'Perl Testing: A Developer's Notebook,' highlighting its practical approach to unit testing in Perl.