The worst test strategy I worked with relied entirely on manual end-to-end testing with no automation, no clear test cases, and no defect tracking process, which caused missed bugs, inconsistent coverage, and delayed releases.”
as a automation engineer in my startup company, relying on a containerless, un-versioned pipeline where developers push untested code directly to the production cluster at 4:55 PM on a Friday, using arbitrary manual clicks as the sole validation matrix, while praying the microservices don't blackout in the middle of the night.
Our test strategy was: deploy on Friday, pray on Saturday, hotfix on Sunday, and call it ‘Agile’ on Monday — while production quietly served as our staging environment. We confused Continuous Delivery with Continuous Recovery.
Answer Richard Seidl’s question for a chance to receive a ShiftSync giftbox.
The strategy was to trust the developer’s fixes and not retest all the bugs in the next cycle. We only have one big cycle and should test just once before delivery.
Worst test strategy was a copy of 30 different public available slides from internet collected by an internship not matching to any aspect of neither test scope nor test object.
The worst test strategy I’ve seen was treating production like a QA environment deploy first, hotfix later, while developers were constantly pulled into competing priorities. Releases, urgent fixes, and shifting priorities all happened at once, with no protected testing window.