BDD

InfoQ: Cucumberを使用したストーリー駆動開発の手法

作者 Sebastien Auvray, 翻訳者 編集部 投稿日 2009年3月4日 午前2時33分 コミュニティ Ruby, Java, Agile トピック ソフトウェアテスト, アジャイル技術, コラボレーション タグ RSpec Behavior Driven Development(BDD)の人気は否定できない。それは、Test…

Unit Testing C and C ... with Ruby and RSpec!

If you’re writing C/C+ code, it’s natural to write your unit tests in the same language (or use C++ for your C test code). All the well-known unit testing tools take this approach. I think we can agree that neither language offers the best…