owned this note changed 9 months ago
Linked with GitHub

當測試開始左移. - 蘇哲平

歡迎來到 DevOpsDay Taipei 2024 共筆

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

共筆入口:https://hackmd.io/@DevOpsDay/2024
手機版請點選上方 按鈕展開議程列表。

議程介紹

填寫議程滿意度問卷|回饋建言給辛苦的講者

共筆從這開始

SDLC Potential Issue

  • 產品會很慢的獲得回饋,並且測試會成為團隊的瓶頸!
  • 太晚修復,修復成本會變很高
  • low quality product

測試左移好處

  • 早期發現,早期治療,像體檢一樣
  • 可以省下很多時間,不用在prod才發現問題
  • 測試覆蓋率會變得很高,自己會一直不斷改善XD
  • streamline workflow line
  • reduced the dev/testing cost
  • speed up the release
  • increase the testability
  • adopt the lint check
  • run the unit test
  • run the integration test

測試環境的了解
程式碼的了解

  • 可以是先在程式安插測試點orlog

最後把這些測試放置到CI裡

playwright: enables reliable end-to-end testing for modern web apps.參考:https://github.com/microsoft/playwright

講者更多內容:
https://medium.com/@loverjersey/當測試開始左移-feat-react-playwright-and-github-action-f5e87d999cd6

程式碼範例:
https://github.com/jerseysu/react-playwright-demo

》聊天區

嘿嘿

最慘的應該是上線前發現有問題導致上線延誤

想請問所以到底什麼是測試左移?是什麼角度上的左移?

應該是從開發的流程去看

tags: DevOpsDays Taipei 2024
Select a repo