Tagged in

Unit Testing

WeLoveBug dot Com
WeLoveBug dot Com
Thailand Software Testing Comunity of Practices, Since 2008
More information
Followers
702
Elsewhere
More, on Medium

[Discussion] ปัญหาของ Unit Testing Framework … คุณจะแก้ไขอย่างไร

ไปอ่านเจอบทความเกี่ยวกับการพูดถึงปัญหาของ Unit Testing Framework ในปัจจุบัน ซึ่งแบ่งออกเป็นหัวข้อได้ได้นี้

1. Lack of Automation
2. Focus on test instead of code
3. Take too much time
4. Weak…


มาใช้ Functional Testing กัน

หลังจากที่ไป download grails มาจาก github เห็นว่ามี folder นึงที่น่าสนใจคือ grails-functional-tests คำถามแรกคือ มันคืออะไร ? เพราะว่าปกติทำแต่ unit test ธรรมดาทั่วไป

รูปจาก www.grails.org


PHPSpec

ไม่มีอะไรดีเท่าการทดลอง เริ่มต้นด้วยการติดตั้ง
- ชุด PHP ด้วย xampp
(appserv ก็ ok แล้วแต่รสนิยม)
- ตามด้วย Pear เวอร์ชันล่าสุด เพราะ PHPSpec require php และ pear เวอร์ชันค่อนข้างใหม่
- ติดตั้ง PHPSpec


Test first tools

เอา TDD ก่อน
Java — JUnit

.Net — NUnit
Ruby — Test::Unit
PHP — PHPUnit
Python — PyUnit, py.test
JavaScript — JSUnit