小朋友才『寫』測試,成熟的大人都 Property-Based Testing
October 05, 2021•
本文將會簡介什麼是 Property-Based Testing,並透過簡單範例來解說該如何透過此手法做測試。
A blog by cybai
本文將會簡介什麼是 Property-Based Testing,並透過簡單範例來解說該如何透過此手法做測試。
Continuous Integration is important for software engineering. Good CI can save many times for engineers. In the 3rd posts of Servo Contributor series, I will introduce how CI works in Servo.
While contributing to Servo, knowing how to test your implementation is important. So, the 2nd episode is all about WPT and how we can test it in Servo.
The first episode of introducing how to contribute to Servo