I saw the title of todays challenge the first time I read through the list and I was concerned it would be perceived as “make testing something anyone can do”. Then I realised that communication would actually be a big part of this day and the next (how you can make other team members jobs easier).
I can make my job easier by communicating with the rest of the team well and vice versa. We can ensure that we all understand each others roles & what we need from each other to help us with our jobs.
One of the first problems I learned early on in my career was related to bug reporting, communicate really detailed reproduction steps! Just last week I couldn’t figure out exact reproduction steps for a bug. I forgot I’d had a screen recorder running the first time I found the bug. This saved me so much time and it was less than a minute long.
This brings me to the task of the day: making testing jobs easier. For me, dev tools on different browsers and screen recorders are easily the top two things that make my testing job easier. I’ve also discovered tools such as lighthouse through various team discussions which really help.
Another way we could maybe make testing jobs easier is to think about when do we stop testing. Sometimes we can stray too far down a path with testing or do jobs that aren’t testing, making life difficult for ourselves and adding little to no value to the team.
How do you think we can make testing jobs easier?