For Test-First method, programmers should
write a number of automated unit test cases for every
single story before coding, run those test cases after the
implementation of the story, rework until have all test
cases passed, and then decide which one should be
implemented next. Besides, all test cases should be
rerun periodically to ensure that newly developed
functionalities would not break test cases written
previously. That is, a new functionality would never be
considered to be successfully implemented unless all
test cases, including the ones for other functionalities,
get passed
for method , programmers should
โซนกับของ unit เร่งรีบ แต่
/ มหาวิทยาลัยมหิดล single story before coding , run those cases after the
implementation ของ the story , rework until ให้เช่า
all passed , ( then decide ] มี should :
implemented จึง . นอกจากนี้ กรณีทดสอบควรเช็คเป็นระยะ ๆเพื่อให้แน่ใจว่า
ที่พัฒนาขึ้นใหม่ฟังก์ชันจะไม่แบ่งกรณีทดสอบเขียน
ก่อนหน้านี้ นั่นคือมีฟังก์ชันการทำงานใหม่ไม่เคย
ถือว่าเรียบร้อยแล้วใช้ เว้นแต่กรณีทดสอบทั้งหมด
, รวมทั้งคนที่สำหรับฟังก์ชันอื่น ๆ ,
ได้ผ่าน
การแปล กรุณารอสักครู่..
