TdT Cluj Monthly Meetup #11 – Testing Clinic

One challenge I see in organising Tabara de Testare is finding testers that want to share / present their stories. This is something that we struggle with quite often in Cluj, and I know that the other chapters are in a similar situation.

We came up with the following solution for the meetup organised in Cluj: if for a particular month we’re not able to find testers that want to present, we’re having a Testing Clinic, where every participant can come with their own testing / managing / scripting / teaching problem and discuss it with the other attendees.

We had two meetups with this format, and I think they turned out pretty OK as everybody who shared a problem left with some ideas (I saw them writing things down :-D).

I’d like to share with you my impressions and the things I remember from the second Testing Clinic, the one we had this month.

To give you some ideas about how it happened, we were 28 testers, we arranged the chairs in a circle / oval so that we have eye contact with each other, and we waited for someone to break the ice and start with a problem.

(For the sake of confidentiality, I won’t use the real name of the testers or the company they work for.)

Problem #1: “I need to make a demo for a possible client, about automating testing for their mobile application (iOS), but I don’t have the code for the app. Does any of you know any tool that can be used for a case like this?”

This is when the discussion began:

  • somebody said that they could look at Sikuli – http://www.sikuli.org/
  • others asked why they need to have a real demo, as they don’t have the app, and not go with some mockups?
  • others asked why they don’t ask for the code; if they want to make a demo, wouldn’t it make more sense to have a real demo and use the tools they will most probably be using during the project?

Problem #2: “I work on a medical software project, we have no automated scripts but I would like to start implementing some. One of the problems I have is that the management is afraid of doing test automation as they don’t know how it will impact our FDA and ISO certifications. How could I present this to the management?”

  • I shared a story from a medical software project I worked on, where I developed a tool that helped us verify some of the requirements (FDA requires that every requirement of the application needs to be covered by a test). In my case, I had to write a requirements document for my tool, and one other colleague to write a test plan and test my tool. This was required by FDA for the type of medical software that we were building, so I suggested that she checks FDA requirements for their project to see if they need to validate the automation tool.

Problem #3: “I have two teams of testers, team1 works on a mature project, is very organised and everything works fine; team 2 works on a startup project, they don’t use documentation to test, but follow developers instructions and then they do ad-hoc testing and don’t keep track of what they test. Team 2 have trouble giving status reports about their work, and also don’t test some important features asked by the client. For the moment the client is happy with what we deliver, the project manager is also happy, but I’m afraid that in 6 months when the project will be more complex, everything will fall apart. How can I sell the approach used by team 1 to the project manager from project 2?”. We asked some clarifying questions, and understood that he was the test manager for both teams.

  • this was the most discussed problem of the evening; after several questions, we were able to break the problem in two:
    • the testers from team 2 were not motivated to do a good job, and they didn’t want to improve their testing (as long as the client is happy, why should we change anything?)
    • the PM for project 2 was overwriting all the decisions taken by the test manager. The development process, so also the testing process, had been defined by the PM, and she was not willing to change anything
  • several solutions have been suggested for the “PM problem”:
    • go and meet the PM, to have a better relationship with her
    • if you think the quality of the product will suffer in the long run, escalate the problem to the PM’s boss
    • present the reports in such a way that the PM will understand that the testing team is not doing a good job (they don’t cover all the requirements, which causes patch delivery; if this will continue, and the product will grow, it’ll be hard to keep track of things)
    • implement changes and don’t tell the PM; use the results to show her the benefits
    • let the team fail once, and then use the results to show the PM what can happen if the testers are left by themselves (they used 2 weeks sprints, they were in an early stage of the product so it’s better to fail now than in 6 months)
  • several solutions have been suggested for the “team problem”:
    • make a documentation reading session, something like a book club where they could go through the user stories
    • find someone within the team that has the same values as you, and that is willing to help you improve the team’s work
    • go and work with them side by side; spend more time with this team to win their trust
    • go out for beer / dinner with the team, to get closer to them
    • when evaluating the testers, give them negative feedback and decrease their salary; if this won’t wake them up, they might leave the company which in long run might be beneficial
  • one of the testers asked how could he be sure that the approach used by team 1 will work for team 2; after all, they are two different teams, working on two different projects, with different PMs and different clients… His answer was that experience shows that team 1’s approach worked well so far, even on other projects, so from his point of view it will also work on this project.

Problem #4: “I noticed that some of the tests and test data I use on different projects (for example: valid addresses for every EU country, tests for using a Mastercard Card). How can I handle all this test data to be able to search through it if I need it on future projects?”.

After asking some clarifying questions, we found out that she doesn’t always remember that she previously tested a similar feature / project or had to use this kind of data, and she would like to have an easy way to search through her documents. Plus the other team members could benefit from her work.

  • one solution was to have all the documents put in a source control system, add tags or descriptions for each file, and then interrogate the SCM to see if something similar can be located. One downside of this approach would be that, depending on how you organise your test data, some files might have lots of tags. Another one is that people need to install SCM clients to access the data.
  • another solution was to have a wiki and enter the details there. As she wanted to search for text, wikis are very good for doing that, and they are also much nicer to use than SCMs (you only need a browser, and you don’t need to be a developer to understand how they work). Plus you can attach any type of files if needed…
    • a tester shared a story where he was bombed with questions from his fellow testers, so he decided to build a wiki and put the things he knew there. Even if he did that, his colleagues still preferred to come directly to him for information, so they come up with an idea to give incentives to people to use the wiki more: they added a Google Analytics account for every page, and the authors will get a bonus at the end of the month based on the number of views their pages had. Another good aspect, from his point of view, was that this way they could see which computers, and thus testers, use the wiki, and which don’t. I found this approach a little too much for me, as people might abuse of such a system, but he said that it has been working OK for them so far.

Problem #5: “I work remotely with a team from Finland, formed of an experienced test lead and several developers. I am the only tester in the office that works on this project. The remote team is not very communicative, moreover they have a culture for not disturbing people with too many questions. Even if they reply to my emails, I sometimes feel the need to talk to somebody about my work, but I don’t have who to talk to as I don’t want to bother the remote team too much, and the local team is too busy. What can I do in this case?”.

  • communicate more with the test lead – they do talk, but the test lead works on another project too, so she’s quite busy…
  • attend team’s meetings – because the developers don’t feel comfortable talking in English, they don’t do that. The test lead attends the meetings and sends her the meeting notes. The developers reply to emails / chat, but when it comes to spoken English they don’t have too much practice.
  • go there and meet the team – the team works remotely most of the time, so when she visited their office, most of them weren’t there. For example, she thinks she communicates better with one of the guys because she has had the chance to meet him.
  • find and use focusing – defocusing techniques to not feel bored.
  • find someone in the office you could talk to; I said that I find it hard to believe that everybody is so busy that she has nobody to talk to.

We had 4 testers that presented 5 problems within the 2.5 hours of the meetup, lots of new testers joining the conversation and presenting their ideas. I would like to thank the ones that dared to share their problems. I also want to thank the testers that joined the conversation and offered solutions.

At the end of this article I’d like to stress that this kind of format will not ensure that you’ll implement the ideas presented by the other participants, and that it’s up to you what you do with all this information. But I think it can be a great way to build an interactive discussion, and get input from testers working in different contexts.

Alex

P.S. the evening ended with 8 of us going for a drink and food, and discussing about strange customs from marriage, funeral and baptising ceremonies until midnight, which was a lot of fun 😀

Ce spuneti de-o tabara de testare la vara?

Update: 17.04.2012

Ma bucur sa vad ca exista oameni dornici sa se implice intr-un astfel de eveniment. Tinand cont ca suntem deja la jumatatea lunii aprilie, cred ca ar fi util sa incepem sa vorbim despre lucruri mai concrete.

Voi reveni cu detalii despre o sedinta online, deoarece sunt oameni din diverse locatii care doresc sa participe.

—————-

Azi dimineata am dat peste http://summerqamp.org/ si mi-am dat seama ca asta e unul din rolurile pe care as vrea sa il ia Tabara de Testare.

Urmatorul lucru care mi-a venit in minte a fost: de ce nu organizam o tabara de testare la propriu? Cateva zile (o saptamana 🙂 ) in care sa stam cu oameni care nu stiu ce e aia testare, dar care vor sa afle/descopere si sa invete mai multe despre asta:

  • sa dezbatem despre rolul unui tester
  • sa vorbim despre informatiile pe care poti sa le oferi ca tester
  • sa facem ateliere cu exercitii si puzzle-uri
  • sa vorbim despre ce inseamna sa scrii un bug
  • sa folosim utilitare care pot fi folosite pentru a ne face viata mai usoara si a fi mai eficienti

Asta e doar un gand, si mai e mult de lucru pana sa se concretizeze, insa as vrea sa stiu daca exista voluntari (testeri experimentati, si nu numai) pentru organizarea un astfel de eveniment.

Alex

TDT Peer Conference Iasi – Post Mortem

În urmă cu 12 zile a avut loc la Iași cea de-a doua întâlnire TdT – Peer Conference.

Pentru mine totul a început joi seara cu un drum București – Cluj cu trenul, urmat vineri de o călătorie Cluj – Iași cu mașina. Recunosc că nu a fost cea mai scurtă rută din București către Iași, dar cred că se putea și mai rău :).

Sâmbăta dimineață în jur de 8:30 am fost la sediul WorldTradeCenter unde ne așteptau Ana-Maria Figher împreuna cu Daniel Buleu care se ocupau de ultimele detalii pentru eveniment.

Toată lumea a fost punctuală, în afară de un participant care nici nu a binevoit să ne anunțe că nu vine. E foarte important să precizez că deoarece el nu ne-a anunțat măcar cu o zi înainte, altcineva nu a putut participa in locul lui. Sunt curios dacă persoana respectivă ar fi avut același comportament / atitudine dacă ar fi plătit o taxă de participare.

Am găsit la Iași oameni pasionați de testare, care vor să învețe lucruri noi și să-și perfecționeze abilitățile, să împărtășească din experiențele lor și să le asculte pe ale celorlalți.

Deși toți participanții au luat parte la discuții, aș vrea să le mulțumesc în mod special celor care s-au implicat cel mai mult și au adus cea mai mare valoare prin  întrebările și  comentariile lor: Victor Stuiber, Ana-Maria Figher, Maria Bahnareanu și Adina Pitul.

Feedback

Am continuat ideea de feedback în timp real pe un flip-chart si la acest eveniment. Dacă nu foarte mulți participanți au dorit să folosească această metodă pentru a ne spune părerile lor despre eveniment

Feedback TdT Peer Conference Iasi

aproape toți au completat formularul online pe care l-am trimis.

1. Cum ți s-a părut întâlnirea?

  • Foarte reușită – 57.1%
  • Reușită – 42.9%
  • Mai puțin reușită – 0.0%

2. Cum ți s-au părut prezentările? (Notele sunt date pe o scară de la 1 la 10)

  • From zero to tester, Adrian Apostolache- 5.50
  • Help them to help you, Victor Stuiber – 7.54
  • Test automation techniques for Windows applications, Dragoș Cogean – 6.43
  • Învățând prin explorare, Oana Casapu – 8.15

 

Mai jos am spicuit din mesajele primite.

Continue reading

Demotivating testers

Mai jos gasiti cea de-a treia prezentare din Tabara de testare #1 – “Demotivating testers”

Daca aveti intrebari, sugestii sau orice alte comentarii legate de aceasta prezentare va rugam sa ne lasati un comentariu la acest post.

Multumiri celor care au participat!

Software testing careers

Mai jos gasiti cea de-a patra si ultima prezentare din Tabara de testare #1 – “Software testing careers”

Daca aveti intrebari, sugestii sau orice alte comentarii legate de aceasta prezentare va rugam sa ne lasati un comentariu la acest post.

Multumiri celor care au participat!