/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.destroyallsoftware.com
| | www.martinfowler.com
5.5 parsecs away

Travel
| | Flaky tests can ruin your test suite, so you must quarantine them now. But then go on to solve their non-deterministic behavior
| | www.codesimplicity.com
6.1 parsecs away

Travel
| | Much like we gain knowledge about the behavior of the physical universe via the scientific method, we gain knowledge about the behavior of our software via a system of assertion, observation, and experimentation called "testing." There are many things one could desire to know about a software system. It seems that most often we want to know if it actually behaves like we intended it to behave. That is, we wrote some code with a particular intention in mind, does it actually do that when we run it? In a sense, testing software is the reverse of the traditional scientific
| | marksands.github.io
5.6 parsecs away

Travel
| | Black and White When writing unit tests using mocks, it forces the developer into whitebox testing. As the tests are supposed to drive the design, one can ar...
| | tynerblain.com
21.4 parsecs away

Travel
| [AI summary] The article provides an in-depth explanation of black box and white box software testing, highlighting their differences, benefits, and use cases. It also discusses grey box testing, test automation, and references a book on software testing. The content is aimed at software testers and developers, offering practical examples and insights into testing methodologies.