diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2020-02-22 18:24:15 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2020-02-22 18:24:15 +0800 |
commit | a2c5d74d3748ef940b1606e1b18244ac7e97e1e5 (patch) | |
tree | 5b199b2eb52c1e17c57a1a692eaada663628f28c | |
parent | dce47d8bfd1d254ca65840697508022e7a65690b (diff) |
spm-slides.tex: more on testers
-rw-r--r-- | spm-slides.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/spm-slides.tex b/spm-slides.tex index 89759cd..e388687 100644 --- a/spm-slides.tex +++ b/spm-slides.tex @@ -549,12 +549,12 @@ A dialogue, not a monologue. Apply for a tester job, even if you don't know how to write program. Pick up a good book on testing. Learn automated test suites. -Not only testing whether a program works or not. Also check things -like text fonts, colors, user interfaces. +Not only test whether a program works or not, but also check things like +text fonts, colors, user interfaces. -Misconception: let the worst programmer do testing. +Misconception: let the worst programmer do the job (testing). -Consequence: an incompetent team producing poor products. +Consequence: an incompetent team consistently producing poor products. |