キーワード検索「TDD」
本当のJavaScriptを知っているか!具体的にコードで学べる「テスト駆動 JavaScript」 | Act as Professional - プロとしての行為
本書は裏表紙に「中級技術者向け」と明記されている。JavaScriptの言語仕様に関して、入門したことない人や、関数型の言語に見地のない人は、パーフェクトJavaScriptやサイ本あたりで、JavaScriptの言語仕様を身につけてから、取り扱うことを推奨する。それぐらい価値のある内容に本書は仕上がっている。 そして、 正統派なTDD(テスト駆動開発)について理解したい JavaScript自身...
L'eclat des jours(2011-12-08)
理想のJavaScript入門書アスキーの鈴木さんから、テスト駆動JavaScriptをいただいた。 これは、実に良い。おれが考える理想のJavaScript入門書に限りなく近い(というか、おれが書くより良いから上方向から近い)。 まず、これはTDDの本であり、JavaScriptの問題点は、それがRubyなどのスクリプト言語より、固いプログラミング言語(JavaとかCとか)に近い構文を持っている...
coding as drawing: Vows で クライアントサイドの CoffeeScript / JavaScript のテストをする時の Tips
2011年5月17日火曜日 Vows で クライアントサイドの CoffeeScript / JavaScript のテストをする時の Tips 0. node.js の Vows フレームワークがとてもかわいい JavaScript のTDD, BDDフレームワークはたくさんあるけど,テスト結果の見た目の良さと記述の楽さで Vows というフレームワークを使っている.RSpec からの影響を受け...
Jessie - TDD in node.js using Jasmine
Jessie - TDD in node.js using Jasmine - Presentation Transcript jessie TDD in node.js using Jasmine Marcin Bunsch nodecamp.eu 2011Sunday, June 12, 2011 Jasmine • JavaScript testing framework • does no...
QUnit + QUnit-TAPでJSのTDDをしてみた - 223 Software
JavaScriptでTDDするにはどうすればいいのかな・・・と思い、TDDBCではQUnit + QUnit-TAPが使われていたようなので、とりあえずその環境を整えてみました。 普段rspecを使っている自分としてはrspecっぽく書けるJasmineも気になっているのですが、とりあえずはQUnitを。 インストール QUnit-TAPはnpmで提供されているので、それで入れるのが簡単そう。g...
Home - Chai
Chai is a BDD / TDD assertion library for node and the browser that can be delightfully paired with any javascript testing framework. Installation Chai is available for both user with both node.js and...
InfoQ: 複数のテストフレームワークをサポートする Visual Studio 11 Beta
作者 Roopesh Shenoy , 翻訳者 吉田 英人 投稿日 2012年3月11日 セクション デベロップメント トピック Visual Studio , NUnit , ユニットテスト , Microsoft , .NET , IDE , TDD , テスト , プログラミング , xUnit.Net 原文(投稿日:2012/03/06)へのリンク NUnit, XUnit.net,QUn...
L'eclat des jours(2011-12-08)
_ 理想のJavaScript入門書 アスキーの鈴木さんから、テスト駆動JavaScriptをいただいた。 これは、実に良い。おれが考える理想のJavaScript入門書に限りなく近い(というか、おれが書くより良いから上方向から近い)。 まず、これはTDDの本であり、JavaScriptの問題点は、それがRubyなどのスクリプト言語より、固いプログラミング言語(JavaとかCとか)に近い構文を持っ...
Amazon.co.jp: Test-Driven JavaScript Development (Developer's Library): Christian Johansen: 洋書
商品の説明内容説明 For JavaScript developers working on increasingly large and complex projects, effective automated testing is crucial to success. Test-Driven JavaScript Development is a complete, best-practi...
JavaScript Unit Testing with Hudson and JasmineBDD - ingvald
Ingredients: JasmineBDD, a JavaScript BDD/ TDD framework The JUnitXmlReporter from Jasmine Reporters Envjs (embedded with the Jasmine Reporters download) Hudson Jenkins (continuous integration server)...
Unit Testing in JavaScript | Agile Pain Relief
November 25, 2008 in Software Development, TDD, Tools by Mark Levison Last week a colleague asked for my help finding better unit test tools for Java Script. He’s done some digging on the state of the...
Takuto Wada (@t_wada on Twitter)Nov 20, 2010 @ Firefox Developers Conference10+1 things you should knowabout javascript testingJavaScript をテストするときに考える10のことがら+1Who am I ?•TDD guy in Japan.•@t_wada on Twitter
Takuto Wada (@t_wada on Twitter)Nov 20, 2010 @ Firefox Developers Conference10+1 things you should knowabout javascript testingJavaScript をテストするときに考える10のことがら+1Who am I ?•TDD guy in Japan.•@t_wada on T...
GettingStarted - js-test-driver - Getting Started with JsTestDriver - Remote javascript console - Google Project Hosting
IntroductionJsTestDriver aims to help javascript developers use good TDD practices and aims to make writing unit tests as easy as what already exists today for java with JUnit. Laying out Your Project...
.:jfUnit:. Unit tests for Javascript
What about unit tests It is for sure, a tendency. You will still hear a lot about unit tests and TDD. You want to be sure your new changes have not broken down any other thing you knew was working? So...
.:jfUnit:. Unit tests for Javascript
What about unit tests It is for sure, a tendency. You will still hear a lot about unit tests and TDD. You want to be sure your new changes have not broken down any other thing you knew was working? So...
TDDBC 福岡 2日目 午前のメモ(TDD応用編、JavaScriptのテスト) - 日々常々
イベント2日目午前中には和田さんの追加講演があり、TDD応用編としてTDDで現実に挑むと出てくる問題に対処する本の紹介と、JavaScriptのテストに関するお話とデモを見せてくれました。 テストの無いコードが既にたくさんあるレガシーコード改善ガイド (Object Oriented SELECTION)作者: マイケル・C・フェザーズ,ウルシステムズ株式会社,平澤章,越智典子,稲葉信之,田村友彦...
CoffeeScript と Vows で TDD してみたよ(前編) | Shintakapi's Blog
coding as drawing: Vows で クライアントサイドの CoffeeScript / JavaScript のテストをする時の Tips http://voqn.blogspot.com/2011/05/vows-coffeescript-javascript-tips.html を参考にJavaScriptのテスティングフレームワーク(ライブラリ?)Vowsをインストールして、...
JavaScript continuous testing with QUnit, PhantomJS and Powershell
JavaScript continuous testing with QUnit, PhantomJS and Powershell I’ve started to write more JavaScript code lately, and since the software development process I follow most is TDD I have been using ...
Fizzbuzz in javascript using tdd and jasmine
FizzBuzz in JavaScript (using TDD and Jasmine) The FizzBuzz game implemented using TDD and JavaScript (using the Jasmine BDD testing framework). screenr.com TDD javascript Jasmine alexyorkdotnet Code ...
Create astonishing iCal-like calendars with jQuery - Stefano Verna
Ciao, sono Stefano Verna, software engineer e cofounder di weLaika. Mi interesso di nuove tecnologie web e mobile, TDD e metodi agili di sviluppo. Lavoro su diversi progetti open, tra cui DownThemAll!...
