Sunday, 24 January 2016

London Tester Gathering Workshops competition!

The London Tester Gathering Workshops are approaching and they are shaping up nicely.

To read a little bit about previous days have a look at these posts:

London Tester Gathering Workshops - Stephen Janaway
Lessons From The Black Ops Testing LTG Workshops! - Dan Ashby
Using games to aid tester creativity - John Stevenson
Focused Awareness - Simon Knight
Experiences of LTGW Workshops 2015 - Dan Ashby
LTGW2014: resources from our workshop - Carlos Ble
Announcement: Workshop & ebook: “Fast Feedback Using Ruby” - Stephan Kamper

Taking a page out of Richard's book I've decided to have a competition for 3 tickets to the Workshops.*

To enter you have to fill out the form:

  • Explain why you want to attend.
  • If there is a particular workshop you're interested in? And why?
  • What do you think is missing from the Workshops?
  • After the workshops write a blog post about the experience.

The form.

Not all the questions are mandatory.
* The competition is for a single ticket so there are 3 chances to win.
** Travel/accom. is not part of the competition. You will need to arrange and fund that yourself.
*** I have not needed to purchase these tickets as I organise the workshops.
**** Competition ends midnight on the 30th April.

Friday, 20 November 2015

A BDD lesson from my past - Part One

So, a few years ago I was involved in an agile transformation.
I was part of the consultancy brought in to work with a client.
As part of our learning through trial and error, we decided to try Behaviour Driven Development.
I wanted to learn from what we went through and share it with others.
I also wanted to learn what some of the people on the client site learned.
I worked with two separate people and we came up with 2 talks.
We worked with the same theme but taking their different experiences and personalities we created different talks.
It worked quite well.
Thanks to @andrewjutton and @brightoniant for joining me on this exercise and also being willing to go through their first presentation experience with me.
Recently @friendlytester wrote a post which reminded me of that time.
His post prompted me to write this post.
Are you sitting comfortably? Good. Then we'll begin.

Many moons ago, a few people came across SpecFlow and this lead them to Behaviour Driven Development.
We didn't spend time thinking through exactly what we wanted to achieve, or how we'd know if we were getting there.
SpecFlow, however, was shiny and new and we were still working on how exactly we were going to use automation in testing. 
We were lucky that people with the business knowledge were available.
We were unlucky in that the people with business knowledge were offsite most of the time.
We decided to trial BDD, which was driven by the tool and by the 'Software makers', which at the time did not include anybody from the business.
This (now) seems wrong and didn't work as effectively as it could have.
I have no evidence to back this up, but I believe that having the business suggest the idea of BDD would change the approach completely. 
BDD is about focusing on collaboration, not focusing on a tool.
You can work with BDD without ever using automation and receive plenty of value.
In-some cases you'll be better off as you won't get lost in the tool and focus on the collaboration.
Collaboration is the key and point.

So, there we were; Giving it, Whening it and Thening like mad.
Mostly written (solely) by the Business Analysts and therefore bypassing a shared understanding and attempting to share one person's understanding.
Here's an example:
Scenario: Display ‘Insurer Selection’ screen

Given that Insurer selection screen has been invoked
When the Insurer selection UI is rendered
Then the ‘Insurer Selection’ page is displayed
And the ‘Risk Variation Name’ field is displayed
And the ‘Risk Variation Name’ field is selected
And the ‘Customer Name’ is displayed
And only breadcrumb ‘Select Insurer’ is displayed
And all insurers setup in the system for the policy type are displayed
And all insurers setup in the system for the policy type are not selected
And the ‘Next’ button is disabled
We were learning.
We hadn't quite grasped yet that the how wasn't important, it's the what that is important.
What is actually trying to be completed?
End of part one.