タグ「testing」の検索結果

10

0-9, JSのUnitTest関連技術

0-9, JSのUnitTest関連技術 ざっくり以下のようなツールが関連する CIサーバ系(Jenkins等) 何かのタイミングで自動的にテストを実行する場合に使用 「Swarm系」、「結合テスト系」を操作し、その結果を蓄積、報告する 結合テスト系 利点 IDEを使えばテストの定義が簡単 実ブラウザテストを実行するので検証が確実 標準で画面遷移も含めた結合テストサポート htmlの切り出しが不要で実サービスを使ったテストが可能 CI...

0-9.tumblr.com
6

Test Driven JavaScript- Do your JavaScript right

Test Driven JavaScript- Do your JavaScript right Do your JavaScript rightWriting good JavaScript doesn't mean using the coolest jQuery plugins, or the latest MVC framework. The same principles apply to client-side code as does server-side code. This...

www.testdrivenjs.com
334

Ninja UI

Ninja UI Ninja User Interface, the jQuery plugin for lethal interaction.Beautiful Elegant theme, capable of exactly matching the look and feel of your site. Usable Keyboard, touch, mouse and speech accessible....

ninjaui.com
1

Testgetriebene Entwicklung mit JavaScript – Jax 2012

Testgetriebene Entwicklung mit JavaScript – Jax 2012 Testgetriebene Entwicklung mit JavaScript – Jax 2012 — Presentation Transcript Testgetriebene Entwicklung mit JavaScript Tobias Bosch & Stefan Scheidt OPITZ CONSULTING GmbH Wer sind wir?tobias.bosch@o...

www.slideshare.net
1

Buster.JS Beta 3

Buster.JS Beta 3 Breaking changes This is a list of breaking changes in this release. Since we haven't reached 1.0 stable yet, we're taking the freedom to change APIs without making them backwards compatible in the ho...

busterjs.org
10

JavaScript Unit Testing with Code Coverage | WebStorm & PhpStorm Blog

JavaScript Unit Testing with Code Coverage | WebStorm & PhpStorm Blog Measuring JavaScript code coverage naturally complements unit testing. It provides a clear picture of which parts of your code remain untested, and helps you focus additional tests on the uncovered co...

blog.jetbrains.com
34

テストで学ぶJavaScriptについて | Web scratch

テストで学ぶJavaScriptについて | Web scratch A Test-Driven JS Assessment というテストを通るようなコードを書いて、JavaScriptを学ぶものが公開されていたので、それの紹介です。 JS Assessmentは最初に失敗するテストが用意されていて、そのテストコードを通るような関数などを書いていってJavaScriptの力試し、学習をするものです。簡単にやり方を書くと、Node環境を用意した状態でgit clone...

efcl.info
2

TestFirst.org - The Home of Test-First Teaching

TestFirst.org - The Home of Test-First Teaching Install There are two ways to get the Learning JavaScript materials. Choose one: Download and unpack this tarball learn_javascript.tgz Use git to clone the repository git clone git://github.com/alexch...

testfirst.org
34

クライアントのテストはzombie.jsでいいんじゃないか - mizchi log

クライアントのテストはzombie.jsでいいんじゃないか - mizchi log node, test zombie.jsとは jsdomというnode製のDOMシミュレータがあります。これを使えば、ブラウザを使わずにDOMイベントを発行することができます。 zombie.jsはセッション管理とブラウザアクションを管理するjsdomラッパーです。 個人的には、Ajaxテストは無理せずJavaScriptでやれとおもってるので、その点zombieは素直に動いてくれます。 利...

d.hatena.ne.jp
1

Backbone.js TDD with jasmine part one: The model - Łukasz Kazimierz Bandzarewicz

Backbone.js TDD with jasmine part one: The model - Łukasz Kazimierz Bandzarewicz Backbone.js TDD With Jasmine Part One: The Model Mar 8th, 2012 Initial Ruby on Rails application The initial rails application can be downloaded from github repo: 000-basic-app@tdd-with-backbonejs The...

blog.bandzarewicz.com
3

009 JSJ Testing Javascript with Joe Eames

009 JSJ Testing Javascript with Joe Eames Podcast: Play in new window | Download (Duration: 45:40 — 62.7MB) Panel Joe Eames (Pluralsight bio) Charles Max Wood (twitter github Teach Me To Code Rails Summer Camp) Jamison Dance (twitter github b...

javascriptjabber.com
1

javascriptのテストのはなし:Sinon.JS(その2) | Classmethod.dev()

javascriptのテストのはなし:Sinon.JS(その2) | Classmethod.dev() 前回に引き続いてSinon.JSの話しです。今回はFake timer と Fake server についてです。 テストフレームワークにはQunitを使っているので、初めての方はQUnitについての記事[その1、その2、その3]を参照してください。 Fake timer Fake timerを使うと時間をコントロール出来る様になります。 APIドキュメントにある例を少し変えて、次の様なテストを作...

dev.classmethod.jp
15

Mocha 1.0

Mocha 1.0 The Mocha JavaScript test framework has hit 1.0 with a bunch of great contributions from the community, here’s the change log: Added js API. Closes #265 Added: initial run of tests with --watch. Close...

tjholowaychuk.com
16

カヤック社内勉強会でBusterJSについて発表してきた | Web scratch

カヤック社内勉強会でBusterJSについて発表してきた | Web scratch 完全にノープランでしたが、唐突にカヤックの社内勉強会に参加してきて、今色々触っているJavaScriptテストフレームワークのBuster.JSについて発表してきました。(部外者です…)JavaScript Testing FrameworkのBusterJSを使う via kwoutスライドJavaScript Testing FrameworkのBusterJSを使う今JavaScri...

efcl.info
69

Unit Testing with QUnit

Unit Testing with QUnit What is QUnit? An easy-to-use JavaScript Unit Testing framework How easy? Very easy. test("some tests", function() { expect(3); ok(true, "passes because true is true"); equal("1", 1, "passes because '...

benalman.com
5

Testing Rich Client Side Apps with Jasmine

Testing Rich Client Side Apps with Jasmine \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n...

www.slideshare.net
2

Buster.JS Beta 2

Buster.JS Beta 2 This is a brief (i.e. not exhaust[[*ive)*]] overview of changes from Beta 1. Beta 2 introduces qu[[*ite *]]a few fundamental refactorings and rewr[[*ites*]], and is significantly closer to a stable 1.0 release than its...

busterjs.org
23

node.js+QUnit+QUnit-TAP+ant+JenkinsでJavaScriptのCI

node.js+QUnit+QUnit-TAP+ant+JenkinsでJavaScriptのCI 2004 01 02 03 04 05 06 07 08 09 2004年9月:1エントリ 10 2004年10月:1エントリ 11 2004年11月:1エントリ 12 2004年12月:1エントリ 2005 01 02 03 04 2005年4月:13エントリ 05 2005年5月:18エントリ 06 2005年6月:28エントリ 07 2005年7月:42エントリ 08 2005年8月:39エ...

summer-lights.dyndns.ws
6

Web Reflection: JavaScript Test Framewors: more than 30 + 1

Web Reflection: JavaScript Test Framewors: more than 30 + 1 After @szafranek hint and suggestion, wru landed almost at the end of this Wikipedia List of unit testing frameworks page. If you use this tweet size hand made imperfect script in the wikipedia page c...

webreflection.blogspot.com
2

trevmex's tumblings - EnvJasmine 1.7 Released!

trevmex's tumblings - EnvJasmine 1.7 Released! JavaScripter, Rubyist, Functional Programmer, Agile Practitioner. Thanks to the support of the EnvJasmine community we have a great new update. This one is especially useful for those of you running E...

trevmex.com
1.0708