This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here are the topics and ideas discussed at the Lean Coffee at TestBash 2016 in Brighton. | |
1. What is your best/worst part of testing? | |
2. Advice for new testers | |
3. 2 people you follow on Twitter & why? | |
4. What are you working on at the moment? | |
5. How to recruit testers? | |
6. Have you seen a 99 second talk? | |
7. Where does testing reside? | |
8. Environment for increasing collaboration |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
var tau = Math.PI*2; | |
var width = W; | |
var height = H; | |
function makeBox(){ | |
var box = { | |
x : 300, | |
y : 200, |