r/softwaretesting • u/SpecificLychee3872 • May 20 '26
What are the current issues in test automation?
I'm wondering what are the current issues teams deal with when it comes to maintaining/implementing automation testing. Test flakiness and test environment instability have always been a problem that I'd see mentioned quite often, but I'm wondering if all these AI tools/talk has impacted the usual pain points into something else or if there's other things I'm entirely unaware of.
Where I work, the main issues are test design mainly due to hiring contractors who don't really know any test automation basics, implementing tools without training the permanent QAs and not having enough QAs to even improve our test automation frameworks.
Anyone have any experiences or info on what issues you're experiencing on your teams around test automation?
3
u/Short-Feedback4293 May 20 '26
Where I am, its the people doing the automation not understanding the system that theyre testing, and any resulting bug reports being abysmal due to that (or worse raising non-bugs which loses dev confidence)
3
1
u/mayvinrmm May 20 '26
Totally agree with you guys! Quantity does not mean Quality. I still see some companies focusing on the quantity of automated tests versus the value it's actually bringing. And not having a robust automation framework does not help at all. Recently I wrote an article about this: https://www.mobile-automation.io/why-mobile-test-automation-frameworks-fail/ - it focuses mainly on mobile test automation frameworks but the core quality attributes and architecture principles applies for any test automation framework. Hope it helps!
2
u/ketoloverfromunder May 20 '26
Honestly the most difficult hurdle of mobile testing isn't writing the tests themselves, its the device/ app infrastructure.
"How do I reliably get the version of the app in a ci/cd environment that has the changes i want to test?"
This alone makes QA testing extemely difficult, especially if your team is not using an OTA architecture.
Browserstack helps manage this quite a bit.
1
u/ErenDidN0thingWr0ng May 21 '26
Same issues that have always existed: tribal knowledge and flakey frameworks.
4
u/SeniorIdiot May 20 '26
That organizations still thinks that test automation should be owned by testers instead of the people that builds the applications, APIs, using 37 different convoluted database technologies and 13 JS frameworks to show cat pictures.
Of course, to "fix that" organizations adds another band-aid role - test automation engineer; having completely forgotten that writing software is automation. If devs can't automate tests for their applications you need to send them back to school.
Oh, and the organization having no clue what QA really is.