Category Archives: A leader ships

a Test Fuga On 2 A Flat Screens – Part 2

A single note might be forgotten; a melody might be engraved in one’s memory.

Words can be compared with music notes. In most cases a single word does not make much sense for a tester. Performance is too vague, good too ambiguous, funny too personal. In my previous blog post I described, how I had gathered useful information and created test ideas using mind maps. Now I had some groups of words, pieces of a melody. Time for music!

Let’s have a look

Now I had a lot of test ideas. The best way to combine them is to use a test charter. The first test charters were not exciting like “Explore the interface by finding the right buttons for the functions”. This sounds silly, but I could not explore, what I could not find.

So what about the two screens as mentioned in the title? During my test I had two computer screens in front of me. On one screen the Application Under Test was shown, on the other screen my Word Processor. With a turn of my head I could switch between the application and my notes.

Let’s make notes
At the start of my test session I noted relevant information like day, time, version, and test database in my document. Sometimes I described actions I had performed. I did not write all my actions, which would slow down the tests or my flow of thoughts. In case of possible bugs I would go back and describe other relevant steps for a proper repro path or reproduction path of the bug. Print screens were also useful to accelerate the note taking.

The programmer had warned me, that it was not possible to schedule the data exchange. So I only tried to look at the buttons. I found a button and clicked on it by accident. (A typical case of an automatic target seeking index finger.) This was a waste of time. But the application was still stable, so I assessed the situation. I had started the ad hoc operation.

I switched to the Windows Explorer. Maybe some traces of my action were still visible. In a subdirectory for temporary files I found interface files, which had been created shortly before. This was a bug: temporary files must be deleted after use. And a great opportunity to dissect the files.

Let’s cover

The structure of the interface files was relatively simple. So I chose a mind map to record the coverage. For every file a branch was added. For every type of record a sub branch was added to the branch of the file. If the record had passed the tests, I placed an OK icon on the branch. Otherwise a NOK icon was placed.

In case of files with many combinations I once used a spreadsheet to describe the coverage.

Let’s debrief

After the first test charter I noticed, that I spent more than the planned 1 hour. On the other hand I had started testing the most important part of the interface, the files. The one hour limit was too short for a good test session, so I extended it to two hours in later test sessions.

Then I updated my mind maps. I used a partial filled circle icon to indicate, how much I had completed the test charter. Furthermore I used similar icons to mark the progression of my test ideas. So one screen contained my mind map and the other screen my document with my notes.

Let’s ask

Whenever I had any questions, I added those to the mind maps. I marked the branches with question mark icons. A question could be like “How many attempts are made to transfer the files?” After I got the answer, I would put it in the mind map, removed the question mark icon, and updated the test charter mind map, if necessary.

During the test I asked the programmer, whether I had to test both the ad hoc service and the scheduled service in depth. He assured me, that the same code was used for both services. This saved me a lot of time. The heuristic Avoid duplication of code had been used.

Let’s update
Every day I would look to the test ideas to be tested. Then I looked to my test charters. I focused on the test charters with the highest product risks. On a daily basis the mind maps were updated with every piece of information and progression was tracked.

In the meantime the option to schedule services for the interface was gradually implemented. I started to add branches in the information mind map to describe the proper steps to start up the services. Because this process changed regularly, I modified my mind map accordingly. I noticed that my fellow testers also were struggling with services. So I put this information next to the mind maps in the knowledge management system.

Let’s use markers

During the tests I used the two markers TODO and BUG in my notes. After BUG a short description of the unwanted situation was given most of the times accompanied by a print screen. TODO was used to mark down situations, which needed further investigation. If I ran out of ideas during a test session, then I searched for TODO. At the end of the session I would file bug reports for situations marked with BUG. Afterwards BUG was replaced by the defect number and short description.

Over time my use of keywords changed. My notes were a chronological list of actions and print screens. New notes were added at the end of the document. Sometimes it was hard to reproduce bugs. So I used hash tags like in Twitter like #DoubleTime. I replaced the marker BUG with my own test tag. At the end of the document I placed #DoubleTime. Then I started to make notes to reproduce the bug. Of course not all strange situations were reproducible. I noted that and marked it with #Remarkable. In the future strange situations could be found by looking for #Remarkable in the content of the files using Windows Explorer.

This system was still awkward. Now I had two places in the file referring to the same strange situation. Then I started to use indent like this:
01-okt   Invalid value shown on screen

15-okt    used 2, 3, and 5. Not reproducible

Let’s look forward

At the end I stored the latest versions of my mind maps in the knowledge management system of my company. Because the files had been created by a non-standard program, I added images of the mind maps as well. This saved some mouse clicks for the interested reader. I also updated the steps to install the services in a proper way.

It was a nice job. I had experienced exploratory testing and learned a lot. Now it is time for me to move on.

Q&A Deployment Plan Meeting Part 2

[Note from the author: after some fact checking I discovered that I used the Red Card in a wrong way in this blog post. The red card must be used to raise issue like low volume or high temperature in the room, which can lower the quality of the gathering of information. For normal interruptions the yellow card should be used.

This basically means that I had to rewrite the blog post on certain points. This task was more complex than I had expected. The whole flow of arguments had to be restructured while preserving the spirit of this post. So I only added this note.]

Facilitator: Thank you for joining in once again. Han Toan has already answered a lot of questions about Deployment Test Meeting over here. These questions were raised after reading his writing about his Deployment Plan Meeting.

Questions are still coming in. I’ve got green cards from numbers 38, 95, and 12. Number 38, you can ask your question.

Attendee number 38: Did you take the communication styles of the attendees in the meeting into account?

Speaker: During the preparation of the meeting I sent a concept version of the Deployment Plan to all the attendees. So the techies could study all actions and make notes on it.

The project leaders also brought their hard copy. They used it to note down important actions. I would not be surprised, that it was also used for time tracking: will all actions be discussed during the meeting? There were also managers carrying small notebooks.

One of the biggest advantages of the beamer was, that changes were shown. Next to verbal clarifications.

 

Facilitator: I’ve got green cards from numbers 95, and 12, and 23. Number 95, you can ask your question.

Attendee number 95: A Deployment Plan looks like a scripted test case. People say, that there is no need to make a test case, if it is used once. So why the hassle?

Speaker: I consider the Deployment Plan as a checklist of ordered and dependent actions. Still people might consider it as a time consuming artifact or test case.

Due to the complexity of the system and the number of involved parties it is handy to have some kind of script ready for use. Weeks before the deployment there was enough time to think things over.

Let’s assume I have the idea to have a dinner with my team. There are practical things like the location and time period. But there are also other things to take into account: is the food not too hot by the use of peppers? Or is vegetarian food available? If this is the first time, then it takes some time to arrange it.

 

Facilitator: I’ve got green cards from numbers 12 and 23. Number 12, you can ask your question.

Attendee number 12: At the beginning of the meeting I would start with introductions. I missed that part in your story.

Speaker: To me it is a logical step, so I skipped it in my writing. But I agree with you, that a round of introductions is needed. I think, that it is good to realise, that you work with human beings with needs and feelings.

 

Facilitator: Number 23

Attendee number 23: Were enough technical people attending?

Speaker: It was a prerequisite for the meeting. Technical actions had to be discussed. A manager can be helpful, but a techie knows the implications.

To be frank with you, I have to add, that one system administrator was not present. I talked with him about all relevant actions for him. Then I got the assurance, that I could call him during the meeting.

 

Facilitator: A yellow card from number 38.

Attendee number 38: Were all involved managers involved?

Speaker: Yes, they were. It was relevant to get fast approval for additional actions. During the meeting a techie could look at his manager for approval.

 

Facilitator: At the moment there are no more questions on the stack. This is your last chance. Okay. I see number 2. Number 7 and number 9. Number 2.

Attendee number 2: What was your Lesson Learned from this meeting?

Speaker: During the meeting I also updated the Deployment Plan myself. This way costed me a lot of energy, because I also wanted to see, how people reacted. The next time I let someone else update the Deployment Plan.

 

Facilitator: Number 7.

Attendee number 7: Why do you share this story?

Speaker: For me it was a logical step to set up a meeting and be a chairman. It looked effortless to lead this process. It was not completely the case. What is important, that I want to share the steps and actions I took.

 

Facilitator: Number 2.

Attendee number 2: Why do you share this QA?

Speaker: This is my way to exercise answering questions. It is a quite thorough one, because it can strengthen my story. Sometimes I use the answers, the next time I tell my story.

Furthermore it shows, how K-cards can be used.

 

Facilitator: There are no more cards on the stack. I hope you had some refreshing blog posts about a deployment plan and a meeting. Next time there will a blog post about more technical stuff.

Have a nice day (and fruitful Deployment Plan Meeting:).

 

Q&A Deployment Plan Meeting

[Note from the author: after some fact checking I discovered that I used the Red Card in a wrong way in this blog post. The red card must be used to raise issue like low volume or high temperature in the room, which can lower the quality of the gathering of information. For normal interruptions the yellow card should be used.

This basically means that I had to rewrite the blog post on certain points. This task was more complex than I had expected. The whole flow of arguments had to be restructured while preserving the spirit of this post. So I only added this note.]

Facilitator:  Thank you reading “In Case Of Emergeny Press 1“.  I’ve got green cards from numbers 95, 27, 38, and 23. Number 95, you can ask your question.

Attendee number 95: Did you consider Inspection according to Gilb and Graham?

Speaker: I am familiar with the Inspection according to Gilb and Graham. Frankly I did not consider this method. The question should be rephrased as
“Would you choose Inspection according to Gilb and Graham?”.
Looking backwards it is too far fetched. The people should receive proper training and there was just a block of few hours. Another disturbing element is mentioning the most biggest issues first. This can lead to a lot browsing forward and backward through the deployment plan. This can be quite disturbing.

Facilitator: Number 27, you can ask your question.

Attendee number 27: What was your role in the project?

Speaker: My role was a test coordinator.

Facilitator: I’ve got a yellow card from number 68. Number 68.

Attendee number 68: Why did you call for this meeting? It is not your task.

Speaker: I thought, that it was important. The next step is to make things happen: I planned in the meeting and I became the chairman.

Facilitator: There are no more yellow cards for this question on the stack. So we move on the next green card. Number 38.

Attendee number 38: Did the suppliers provide any deployment plans?

Speaker: All the suppliers provided deployment plans.

Attendee no 38: This looks like a time consuming operation. Was there any reluctance?

Speaker: One supplier did not see the benefits at first. Then he made a Deployment Plan after some talking.

Facilitator: At the moment I’ve got one green card from number 23. Number 23.

Attendee no 23: why did you need a deployment plan?

Speaker: I asked my test team the same question. One of the testers told me, that experience taught, that these plans were necessary. A few months before I personally witnessed a rollback.

Facilitator: we have a red card. Number 3.

Attendee no 3: What is a rollback?

Speaker: A rollback is, when the backup is restored. In this particular case also the old system was reinstalled.

Facilitator: we have a yellow card. Is it about the rollback? Okay. Number 17 go ahead.

Attendee no 17: Do you need to test it? The system, which was rolled back.

Speaker: Of course

Facilitator: There are no more yellow cards on the stack. I’ve got green cards from 54, 65, and 78. So number 54, you can ask your question.

Attendee no 54: Which format did you use for the Deployment Plan?

Speaker: I asked and got permission from one of the suppliers to use their Deployment Plan as a starting point. The advantage was, that it was familiar to the employees of this supplier.

Facilitator: I’ve got green cards from 65 and 78. So number 65.

Attendee no 65: Why do you call it an emergency? Nobody got hurt.

Speaker: How do you call a situation with a person cutting someone’s tent? And what would happen, if this person is caught in the act?
How do you call a situation with a system, which cannot be used right after the deployment?

Attendee no 65: [nods]

Facilitator: I’ve got green cards from numbers 78, 95 and 24. Number 78, you can ask your question.

Attendee no 78: Looking at your technical background it seems easy to be a chairman. Do you know everything?

Speaker: I do not know everything. I cannot know everything.

Attendee no 78: Did you not feel vulnerable?

Speaker: At certain points of the meeting I was vulnerable. Quite vulnerable. But I was also confident, that we could make a deployment plan as a group. Sometimes I had to ask for support and I got it.

Facilitator: No yellow cards. Number 95.

Attendee no 95: So technical knowledge and experience are not necessary?

Speaker: The important thing is to have a safe environment. A place, where people can voice their thoughts.
In order to discuss all actions I chose a business way of meeting. Please stick to facts. And we’re all here to accomplish something like a group.
I watched for body language. If I was not sure, then I stated the action, looked to the person and became silent.

Facilitator: I’ve got green cards from numbers 24, 38, and 23. Number 24, you can ask your question.

Attendee no 24: You added a new blog category: A leader ships. Did you ship? A Deployment Plan is just an artifact.

Speaker: I once read something along the line like System must solve the problem. If the deployment is bad, even the best system cannot solve a problem.

Facilitator: I’ve got green cards from numbers 38 and 23. Number 38, you can ask your question.

Attendee no 38: What have juggling and testing in common? You are talking about a hobby and job. These are two separate things for me.

Speaker: I have question in return: would you please summarise both stories in 4 words?

Attendee no 38: What about: good planning withstands emergency.

Speaker: So you plan the emergency?

Attendee no 38: I need some What If Scenarios, if things go wrong.

Speaker: So you want to make a scenario for every possible situation like overloaded network, a comet paying a visit, etcetera. There are a lot of scenarios to ponder upon. I suggest: Plan to anticipate emergency. In this case: complete rollback.

[To be continued here.]