Showing posts with label sharath. Show all posts
Showing posts with label sharath. Show all posts

Tuesday, 20 September 2016

Announce Exploratory Testing Workshop at #TestBash Netherlands

Test Bash is going to The Netherlands!!

Register here.

It's happening at the end of January 2017 in Utrecht.

There are workshops on the 26th and the conference day is on the 27th.

Along with Sharath Byregowda I will be running a workshop on the 26th.

Here are the details - 

Announce Exploratory Testing
by Sharath Byregowda & Tony Bruce

You know Exploratory Testing is not following a script. You know Exploratory Testing provides quick feedback. You know Exploratory Testing is a perfect fit to your context. You have notes from test sessions. What next? How do you share this information? What do you share? How do you produce metrics? What can you visualise? How can you visualise it? In this workshop Sharath and Tony will introduce you to a framework to help manage and report your testing sessions. This framework can be used to produce useful trends and metrics to quickly to share with your stakeholders.
  • Through a day of discussions, teamwork and exercises we will
  • Get familarised with the framework
  • Look at different ways of producing your notes
  • Produce trends and metrics from your test sessions
  • Give an idea of coverage
Attendees will leave with:
  • A understanding of different note taking methods
  • A method of producing trends and metrics
  • A view of coverage
  • Visualisation of their Exploratory Testing

Wednesday, 2 January 2013

London Tester Gathering - Tues 15th January - The Shooting Star

The January London Tester Gathering will be on Tuesday 15th January at The Shooting Star.

Address:
125-129 Middlesex St, London E1 7JF

The plan:
We have a room from 6:00pm onwards

Talks:
Weeknight Testing Q&A
Net-A-Porter are hiring.

Sponsorship:
Net-A-Porter
http://www.net-a-porter.com

Hope to see you there.

http://www.meetup.com/agiletesting/events/95777622/

Cheers and Kind Regards

Tony Bruce.

Friday, 2 March 2012

Re-Regression Checks + Regression testing = Regression testing?!

Sharath recently wrote a blog post to which I decided to write my own post in response.
Sharath's post is here.

Sharath mentioned being slightly confused by BDD and ATDD which I see a lot, however the confusion I see is based on my ideas of what is what, make your own up and decided.

I've included some stuff from Liz as she writes better than me do write as well as my own 2 cents.

ATDD vs. BDD, and a potted history of some related stuff
Acceptance Criteria vs. Scenarios

What is interesting to me though is that as far as I've seen, ATDD doesn't include the business as much as BDD does. I see a lot of Testers and Devs getting together for ATDD and for BDD alot of everybody getting together like PO's, BA's, business people, etc.  That is where I personally see a difference. I prefer BDD and getting as many people as I can involved.
On the other hand, call it whatever name works for you.

Back to Sharath's blog.

One of the things that can (and in my opinion should) be done is that every time a bug/issue is reported automation is written that would find that issue before the issue is fixed - essentially creating a regression/consistency suite/pack/whatever. 
As well as automating any useful information gained from the ET.

I've also tried to use a test points reference (idea from paper by James Lyndsay and Niel van Eeden) with little success, mainly as I didn't push it hard enough.

What I have done is similar to what Sharath has done and created a mind map with areas for further investigation/automation.  Had slightly more success with that.

If you don't have people to automate you can essentially use your regression doc (mind map, doc, whatever it may be) to cover off areas, splitting it between the whole team.

I also try and push the idea of a demo before check in, together we can spot anything obvious before it gets checked in (and therefore a bug/issue).

There is really no one answer, is a case of finding what works for you with the people you have.