Explore >> Select a destination


You are here

katrinatester.blogspot.com
| | magnitia.com
8.0 parsecs away

Travel
| | Software Testing Statistics: Understanding the State of Quality Assurance Introduction: Software testing plays a crucial role in ensuring the quality and reliability of software applications. As technology continues to advance,...
| | agiletester.ca
7.5 parsecs away

Travel
| | A successful whole-team approach to agile testing means lots of conversations about potential upcoming features. These might begin with a project inception, a design critique, a pre-iteration or iteration planning meeting. We need to learn so much about each feature if we're going to successfully deliver what the business, customer and users want and need. [...]
| | developsense.com
8.1 parsecs away

Travel
| | Rapid Software Testing, developed by James Bach and me, seeks to be the fastest, least expensive testing that fulfills the mission. It can be implemented across
| | seasidetesting.com
21.3 parsecs away

Travel
| In many situations, especially when testing, I like to see the log file content (or other system output) on one of my open command line windows. Most of the time tail -f is just fine. However, sometimes I like to have more control of what displayed. In these cases, I use less (https://en.wikipedia.org/wiki/Less_(Unix)): less...