深入淺出探索式測試工作坊 筆記

2018/9/1 去參加了 David Ko 大大的課程,對於軟體測試有了新的認識,幾個重要收穫: 

  • 做測試最重要的就是找到 bugs、得到品質資訊。不管用什麼測試技術,如果找不到 bug 就沒用
  • 自動化測試只能找到已知問題,而不是新 bugs
  • 90% 的 bugs 是從手動測試中找出來的
  • 但是,其中又有多少是從先寫好的 test case (plan) 中找出來的呢?
  • 只從 test caes 中去找,也不會一直找出新 bugs
  • testing = 檢查(scripted test: ST) + 探索(ET)
  • 檢查只是照表操課

發佈留言

發表迴響