Search Results

0
votes

Scrum, but with no testing or documentation

Is the issue that they don't have any documentation and tests, or that they aren't implementing the entire Scrum methodology? Those are 2 very different problems in my mind. I would much …
1
vote

How to get a positive mental attitude towards testing?

Assuming you already have a list of bugs to fix, I always like to go back through and where ever possible create an automated test that demonstrates the bug. Then fix the bug and watch the test pa …
2
votes

Black box vs White box Testing

In my experience most developers naturally migrate towards white box testing. Since we need to ensure that the underlying algorithm is "correct", we tend to focus more on the internals. But, as h …