there's more to you

than you think

Joep Schuurkes
@j19sch
slides at https://j19sch.github.io
Mendix
me in a dress shirt

and yet I didn't

self-imposed limitation

survival rules

Virginia Satir

Virginia Satir

(1916-1988)

survival rules

learned while young

helped you survive

breaking them feels like you'd die

if you can't say anything nice,
don't say anything at all

bouldering

bouldering problem bouldering problem detail

the problem

bouldering problem before bouldering problem during bouldering problem after

first time

bouldering problem before bouldering problem top-view bouldering problem during

second time

bouldering problem before bouldering problem top-view bouldering problem during

two challenges in testing

test automation

agile

test automation

general risk report
bank risk report
country risk report

risk report
VBA for Excel

	'Apply filter criteria on columns to be filterd
	Dim j As Integer
	For j = LBound(ArrColNames) To UBound(ArrColNames)
		If InStr(ArrCritsRaw(j), ";") <> 0 Then
		' Multiple criteria present, so only select possible
				Dim ArrSplit() As String
				ArrSplit = Split(ArrCritsRaw(j), ";")
				Selection.AutoFilter Field:=ArrColNames(j), Criteria1:=ArrSplit,
						Operator:=xlFilterValues
		Else
			' Single criterium present, so select, deselect, empty, notempty,
			' greater/smaller than possible
				Selection.AutoFilter Field:=ArrColNames(j), Criteria1:=ArrCritsRaw(j),
						Operator:=xlFilterValues
		End If
	Next j
				

you do not need

a cost-benefit analysis

experience in the language being used

programming skills

(disclaimer: sample size of one)

you do not need

the perfect opportunity

agile

working together with developers and business analysts

minions changing a lightbulb
post-it notes

the scrum ceremonies

creating a more humane workplace

Vitruvian Venus
© Anne Timpano
Vitruvian man
© Leonardo da Vinci
agile word cloud

you do not need

prior experience with agile

a basic understanding of agile

to have an end goal in mind

(disclaimer: sample size of one)

you do not need

to master agile immediately

survival rules

I need the perfect opportunity to try something

I should get things right from the start

contextualise

I need the perfect opportunity to try something

unless it's safe enough to try and see what happens

I should get things right from the start

unless I can do something good enough for now

courage

Mandela quote on courage and fear
Mandela quote on courage and fear

introspection

will I actually die if I ...?

me in a dress shirt

thank you!

j19sch.github.io
testingcurve.wordpress.com
@j19sch