Skip to main content

If you could only choose one, which testing approach would you eliminate from your workflow?

  • 7 June 2024
  • 2 replies
  • 63 views

1️⃣ Automated Testing - Let the machines do the work, but at what cost?

2️⃣ Manual Testing - Human touch is invaluable, or is it?

3️⃣ CI/CD Pipeline Testing - Seamless integration or overkill?

4️⃣ Exploratory Testing - Creative freedom or chaotic mess?

5️⃣ Test-Driven Development (TDD) - Code-first or test-first?

🎯 Vote and defend your choice in the comments!

What would you sacrifice, and why? Let the debate begin!

2 replies

Userlevel 5
Badge +3

Uhh, that is a hard one. I am kind of jumping between 2 and 4. I would probably sacrifice the exploratory testing since I believe all the remaining ones are still necesasary.

I would take off the Automated UI testing. It doesn’t worth the work because it UI  normally changes...

Reply