You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--Tech Edit: There is some odd word wrapping on this slide. the Intro sentence is wrapping around the graphic and pushing the "...good?" to below the graphic. Please fix.-->
65
66
66
67
67
68
68
69
#### Why do it?
69
-
* Improved quality - applying patterns like TDD or BDD drive up shared understanding
70
-
* Deliver reliably at speed - as features are produced you can confidently release without a large manual regression each time
71
-
* Fewer bottlenecks - without automated tests, queues form in front of testers
70
+
* Improved quality: Applying patterns like TDD or BDD drives up shared understanding
71
+
* Deliver reliably at speed: As features are produced, you can confidently release without a large manual regression each time
72
+
* Fewer bottlenecks: Without automated tests, queues form in front of testers
72
73
73
74
74
75
@@ -81,17 +82,17 @@ Answering the age old question of how do i know my tests are any good??
81
82
82
83
83
84
84
-
### 💥 Prioritise your work 💥 <!-- .element: class="title-bottom-left" -->
85
+
### 💥 Prioritize your work 💥 <!-- .element: class="title-bottom-left" -->
@@ -104,6 +105,8 @@ Answering the age old question of how do i know my tests are any good??
104
105
#### 💥 Tech Exercise 💥
105
106
* In mobs / pairs work through your tasks
106
107
* If in pairs, continuously playback what you accomplish to the others
108
+
<!--TechEdit: I commented on this "playback" verbiage in another section. It's an odd term without a clear meaning to me. In the previous instance it seemed to mean "read aloud", but not sure if that makes sense in this context because I'm not sure what the instruction means.
109
+
I assume the tasks will be obvious or assigned (although this is vague), but the second bullet - "in pairs, continuously playback (review? read out?) to what others? If I'm in a pair, then there ar only two of us, right? Please clarify-->
107
110
108
111
109
112
@@ -112,7 +115,7 @@ Answering the age old question of how do i know my tests are any good??
112
115
113
116
114
117
#### Feedback
115
-
* Q&A
118
+
* Q & A
116
119
* Real World Stories
117
120
* Pull Requests Welcome 🦄
118
121
@@ -123,7 +126,7 @@ Answering the age old question of how do i know my tests are any good??
0 commit comments