(no title)
allcentury | 2 months ago
Outside in testing is great but I typically do automated outside in testing and only manual at the end. The loop process of testing needs to be repeatable and fast, manual is too slow
allcentury | 2 months ago
Outside in testing is great but I typically do automated outside in testing and only manual at the end. The loop process of testing needs to be repeatable and fast, manual is too slow
simonw|2 months ago
I've lost count of the number of times I've skipped it because the automated test passed and then found there was some dumb but obvious bug that I missed, instantly exposed when I actually exercised the feature myself.
9rx|2 months ago
[1] As far as I can tell. If there are good solutions for this too, I'd love to learn.
robryk|2 months ago