What are key points to explain Unit Testing

前端 未结 6 2201
一个人的身影
一个人的身影 2021-02-09 19:06

I want to introduce Unit Testing to some colleagues that have no or little experience with Unit Testing. I\'ll start with a presentation of about an hour to explain the concept

6条回答
  •  Happy的楠姐
    2021-02-09 19:40

    Unit tests should be FAIR.

    • F Fast
    • A Can be easily Automated
    • I Can be run Independently
    • R Repeatable

提交回复
热议问题