[筆記] Jest 測試 – describe 描述文字的參考字句

章節連結

撰寫測試時,describe 的文字描述可以讓開發者能夠更清楚掌握裡頭的 it, test 的目的。這邊筆記下一些可能的字句作參考。

jest logo


內容

文字意義
Field Visibility Tests檢查不同欄位的可見性
Field State Tests檢查欄位的狀態
例如是否禁用、必填 ...等
Input Field Tests針對輸入欄位
Form Field Behavior Tests測試表單欄位的行為和特性
Input Field Error Handling Tests檢查輸入欄位的錯誤處理功能
Error Message Visibility Tests檢查錯誤訊息的可見性
Validation Error Handling Tests測試的是驗證錯誤的處理
Submit Button Functionality Tests檢查提交按鈕的功能
Form Button Interaction Tests測試的是表單按鈕的交互作用
按讚加入粉絲團

延伸閱讀