summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2020-02-22 18:24:15 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2020-02-22 18:24:15 +0800
commita2c5d74d3748ef940b1606e1b18244ac7e97e1e5 (patch)
tree5b199b2eb52c1e17c57a1a692eaada663628f28c
parentdce47d8bfd1d254ca65840697508022e7a65690b (diff)
spm-slides.tex: more on testers
-rw-r--r--spm-slides.tex8
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.