'Modern Testing' is the loss of testing as we know it?

Hi All

I have just followed the ā€˜modern testingā€™ course and its prompted quite a lot of thoughts but equally disagreement on my part with my own personal experience and the company i work for. I guess im just reaching out to see what peoples thoughtā€™s are on the future of dedicated/specialist test individuals and teams. Some high profile companies like yahoo quoted as removing testers altogether. Of course the world we work in and technology within it is always changing but i just cant (rightly or wrongly) foresee a point where a testers role would be diminished and passed off to the business or fully saturated into a developers role and responsibilities. Sure, we want to be LEAN and release change quicker but cutting specialist testers seems a step too far and a risky slope to go down for any business which i dont think defines ā€˜modern testingā€™ as a strategy or a whole. Whats peoples own experiences with this across different companies within the industry?

Regards
Matt

7 Likes

There are two parts to testing - observing, validating, and verifying WHILE the product is being built, and observing, validating, and verifying AFTER the product is built. Both are important. Unfortunately, the human-led analysis and testing post-development is considered as a time-consuming, costly exercise that should be minimized or even completely eradicated. This was not a serious consideration for the past 20+ years, but only recently after a section of developers started influencing that every testing CAN be automated and itā€™s enough, which is not true.

While doing unmindful repetition of test cases without due consideration of whether that particular test makes sense for the context is a big problem, stereotyping ALL repetitive testing post-development as a ā€˜manual regressionā€™ is totally wrong and should be argued against.

So, whoever is trying to do this is splitting the post-development testing into two efforts - (a) manual regression and (b) ā€˜exploratoryā€™ testing. And they want all the ā€˜manual regressionā€™ to be automated and ā€˜exploratoryā€™ testing to be quick so that the CI/CD pipeline speed is not affected.

Those who really know testing though can vouch that ā€˜exploratoryā€™ testing and regression are intertwined. Regression happens when an area being explored again needs automated checks, and exploration happens when the existing regression tests are not sufficient to cover the context. This split as ā€˜regressionā€™ and ā€˜explorationā€™ should be avoided and testing should be looked at as an wholesome effort led by humans (not machines).

All I mentioned above is in the spirit of upholding best Software Quality, and I am not against any specific method, tool, technique, or philosophy.

2 Likes

If this the Alan Page and Brent Jensen view, I have not taken the course but I am familiar with the principles and also some earlier ā€œno testerā€ ideas.

That whole ā€œno testerā€ discussion for me was a bit of a red herring, yep testing is still very much needed, we just shuffled the board a bit and gave our exploratory testers a different name.

The principles though I think are really good and I agree with a lot of it.

For example I am very in favour of developers doing as much testing as appropriate and doing the majority of coding based automation activities even at UI layer, for me I have seen this first hand as much more efficient than any other model many times. I pretty much feel developers are great at the known risk coverage and with coach can also cover unknowns even if I do not see that as their primary focus.

All of the principles in my view have merit and Iā€™ve been in roles/projects where I can actively apply pretty much all of those and they have been better projects than others where my testing contribution was more limited.

The one thing I disagree on in my context is ā€˜testers do less testingā€™, well that really depends where you started from and you were doing a lot of low value testing before.

So for me, rather than diminish the value of the tester role it elevates it, I can do more valuable testing, I can do more of the testing I enjoy, the unknown risks, coaching, more customer involvement.

Using data is also an important aspect of this view, getting more involved in user feedback, logs and analytics is still part of testing, its just another risk we investigate.

I particularly like the idea of the testing role to accelerate the whole team forward.

It does impact a lot of testers though, my ratio is normally one tester to around ten developers and I still stick my hand up for extra interesting projects.

5 Likes

I think you will find you are not alone Matt. A number of companies have opted to drop the dedicated tester role inside teams, and even drop it as a external team function in favor of driving quality up to start before the very first line of code is ever written. Itā€™s going to depend on your industry and depend on your stance on the processes used in your industry. LEAN has definitely emboldened a move towards quality being a thing everyone does all of the time.

Personally I have noticed that security has become a ā€œby designā€ thing, that everyone has to do, and is increasingly filling up screenspace on peopleā€™s jira boards too. But we still have to have security professionals in every org, and we still have to have OPS teams, because of course we have Wardley Maps Wardley map - Wikipedia , which tell us that teams need to move at different speeds and in different directions (You need to look for Simons youtube talk on the maps). And as such, my tester role has rotated more towards the ā€œReleaseā€ and to the ā€œOPSā€ end of things than it would normally. So yes, Iā€™ve seen the dedicated tester role become diminished, but not under threat.

3 Likes

First, I agree that testers should always be a priority to have as a part of a team. I also like what Venkat said about the two parts to testing. But I do see a need for a person like a Testing Advocate in these places where testers are being phased out. If there wonā€™t be a dedicated tester on a project, then the testing should be done by others on the team. A testing advocate would help educate developers and others on testing best practices and techniques to help them test a successful product release. Help them help themselves, if you will. I actually started a video series on what a testing advocate might look like last week. Check it out, I started with this overview kind of lining out my questions, and Iā€™d like to explore more with others who want to look at what the evolution of the role could become. Let me know if youā€™re interested in continuing the conversation!

8 Likes

Conrad, great to hear about you using Wardley Maps. Itā€™s one of my favorite topics recently :slight_smile:

I used WM to explore this very challenge last year, here are my thoughts.

2 Likes

The intent of Principle 7 isnā€™t to say that teams donā€™t need dedicated testers - itā€™s highlighting that a team may reach a level of maturity in team-owned quality and user data analysis that they realize they donā€™t need dedicated testers anymore. That doesnā€™t mean the testers get fired - most often (IME), as teams grow in this direction, the testers move to other roles on the team.

Also worth pointing out that Security is one area where I think we will always need dedicated specialists.

5 Likes

Why is security special?

1 Like

Thereā€™s a lot of highly specific domain knowledge (some of that changes daily) in the security world. Every /team/ doesnā€™t need a security specialist, but at Microsoft for example, every developer goes through a huge amount of security training, and thereā€™s a culture there of writing secure code (if only they could build that culture around quality!).

Despite all that goodness, cybersecurity, network analysis, and compliance related issues have, in my observations, necessitated the need for every company I know of to have dedicated security experts.

5 Likes

Thanks. So would be any specialty like performance. I guess it is a matter of bandwidth - specialists spend time focusing on mastering their techniques. Itā€™s important to have them in the conversations. Making every programmer performance or security savvy does not seem to be feasible.

2 Likes

This is as true testing huge web based infosystems now as when testing huge CLI basedTelecom products back in the 90Ā“s. Was a Tie Guy in between wanting stuff to be cheap, with high quality and delivered right on time. And knowing what you wrote in the OP helped me. Automation was easier (while not easy) having CLI+s, simulators and regexp bonanza, but still, 90% of the time you develop some SW you do it on something already in place, where happy hackers and super senior developers have earlier been fiddling with stuff. So new things pop up on the most unexpected places. And the amount of ā€œplatformsā€ and 3rd party stuff just seem to explode, and each time you go from 12.1 to 12.4 of something, well, running a reg test suite, manual or automatic is not enough.

What is the ā€œmodern testing courseā€ btw?

1 Like

@mattskp I had the same reaction when reading about getting rid of testers was the way forward. In my mind this was just going to support the opinion of the devs on my team that testers arenā€™t needed and donā€™t provide any value. Ironically those are the same people that canā€™t test their own stuff properly nor code clear, safe and accessible. I know most articles/talks mean a change of role for testers and not just removing them, but headlines and slogans matter. We should be careful with them.

In my experience not every developer can be trained to the point that a dedicated tester is no longer needed. Most models have this ideal, motivated and talented team in mind that you might not have in reality. Maybe itā€™s a generational thing as well (most devs in my team are close to retirement). They never learned about testing and proper coding at uni. We still fight about why code reviews canā€™t be skipped.
Itā€™s also important to realize that testing and developing are two different mindsets, even if the testing is in the form of automation. Switching mindsets is not easy if even possible. Our developers really struggle with proper testing during our exploratory testing team sessions.

@karentestsstuff Iā€™m currently looking into Quality Coaching. Is there a difference to Testing Advacates or just a different term?

2 Likes

What are you basing this statement on?

2 Likes

Iā€™d guess experience?

Page has been involved with testing for a while, notably being the first author on How we Test Software at Microsoft, co-authored the Modern Testing Principles, and is one of the hosts of the AB Testing podcast.

1 Like

Yes, I know that, but it seems such a sweeping statement to make about development teams in general.

1 Like

It seems like itā€™d be an accurate statement to make if youā€™ve seen it happen once or twice and the number of anecdotal stories of teams working this way suggests itā€™s definitely viable?

The team Iā€™m embedded on now (fintech, trading API) operates this way, and I spend most of my time doing code reviews and nudging others to think about testing, cases they might have missed, etc, than doing more traditional test engineer tasks (e.g. explicit testing, writing automation, etc), and am essentially just another dev on the team (though my title is still SDET).

I tend to agree with the MT principles since they seem to work, and they have less friction than more traditional approaches (even though thereā€™s a fair amount of evangelizing and culture shifting, especially among management whoā€™s become accustomed to asking mundane or pedantic questions about number of test cases, pass/fail rates, etc).

I guess I didnā€™t read Pageā€™s original statement as that sweeping, especially with the ā€œa team may ā€¦ā€ caveat in there?

1 Like

Iā€™ve coached multiple teams across multiple companies to a state where they didnā€™t need dedicated testers, and Iā€™ve talked to others who have done the same.

Again, every team is different, and every team canā€™t get to this state, but Iā€™ve seen it happen enough to say that itā€™s not a baseless claim.

5 Likes

Oh, Iā€™m not saying itā€™s a baseless claim. Far from it. In fact, it seems to me that what youā€™re saying is that in your experience, itā€™s possible for some teams to achieve that level of maturity. So, what would you say are the qualities that already need to be present in a team for that to happen?

1 Like

Honestly - itā€™s the other 6 principles. When we focus on improving the business overall, continuous improvement and reflection - and probably most importantly, the quality culture of the team, then specialists often make less sense.

In the scope of the quality culture transition guide, teams who are in competent or optimizing in all categories need fewer (and sometimes zero) testing specialists.

3 Likes

@karentestsstuff
I enjoyed your video and am encouraged by the content. I moved out of a Test Engineer role a couple years ago for a few reasons and one of the reasons was because I felt under appreciated when I advocated for testing or quality.
Most people saw my role as an automation provider. I had moved on from that thinking as I grew into Test Engineering. That is, I saw myself as someone who helped the project team design, plan, and execute tests in collaboration with the whole team. I thought I was advocating for the Testers and for Quality. While I sensed patient acceptance, the action continued to be a focus on automation.
I like the idea of Testing Advocate. I believe the components (quality, testing, testing methods, et al) of such a role exist in multiple project team members today. Perhaps, today, a Testing Advocate is a collaborative effort within a project team which would be a great start. It could grow into the vision you expressed!

Joe

4 Likes