Adina: Bad habits during testing activities

I’ve been thinking about how to approach the subject of “Bad habits during testing activities”.

This concept of bad habits was very abstract to me and no bad or good habit came to my mind no matter how much I struggled. Then an idea hit me. How about I put myself in the context of testing something and observe my habits while I test? I may not pass through all the testing activities with this exercise, but it is a good starting point.

I’ll think about the test activities I had yesterday. Let’s see. Yesterday I did pair testing with my colleague Raluca. We were supposed to test a pretty straightforward feature, but the setup to get there was a bit tricky.

Oana: Bad Habits During Testing Activities

A bad habit that I’ve been trying to get rid of for years: when I start a testing project I tend to focus too much on the results and too little on people.

How does this abstract idea manifests in real life? Here is how…

It’s been 2 weeks since we’ve started a new project. We have to help a team in the US to do a final round of testing before the product reaches the beta testing phase. It is a very tight schedule and we’ve missed the first two days of testing because of environment configurations and user account issues.

Dolly: Bad Habits During Testing Activities

This is a really hard question and gives me a lot to think of. Not because I don’t have bad habits, but because it’s really hard to recognize them. Even though I know that there is a lot to learn about testing and a lot of improvement to do on my skills, it’s difficult to figure out what I need to do better while I’m doing my job.

But this is the first step in improving my testing skills. If I manage to recognize what my bad habits are while testing, I will know what to improve next.

Sketching Lessons Learned in Software Testing

The other days I was reading a very interesting book “Lessons Learned in Software Testing: A Context-Driven Approach – by Cem Kaner, James Bach and Bret Pettichord”.
I sketched some lessons that I found very interesting, mainly from the first two chapters “The role of the tester” and “Thinking like a tester”. Enjoy!

How testing changed my mindset

Recently I came to the conclusion that my approach when testing is spread across most of my activities. It’s common for our work life to influence our mindset. The job-specific skills one develops remain in use when changing our environment. I find it hard switching them on only from 9AM to 6PM. Nothing new so far. So why bother reading this blog post? Due to its nature I believe that software testing is a very special activity. It involves a lot of unknowns which require mechanisms to deal with them. Then further mechanisms are needed to understand if the existing mechanisms are suitable in the current context. Below are some ideas picked up when testing. Let’s see how they changed my view of …