openbrace.com
ObMimic 1.2 - FAQ
http://www.openbrace.com/main/docs/src/docs/pages/FAQ.html
Skip to Main Content. ObMimic 1.2 Community/Professional Edition. What is a “mimic”? What mimics are provided by ObMimic? What facilities are provided by ObMimic’s mimics? Why use mimics rather than mocks, stubs or other types of “test doubles”? What types of testing can ObMimic be used for? Which test frameworks can ObMimic be used with? Why does a JDK/JavaEE javadoc link show a blank page? Why does downloading fail on MSIE? Which JDKs/JREs has ObMimic been tested against? The additional facilities prov...
devtesting.jp
xUTP Magazine - ぺけま
http://devtesting.jp/pekema
XUTP Magazine 、略して ぺけま. は、xUTP読書会の有志による xUnitester の xUnitester による、xUnitester とそうでない人のためのウェブ雑誌です。 XUTP Topics: 第三回 xUnit Test Patterns の世界観 テストコードの不吉な臭い. XUnitester Hotlinks: 第一回 和田卓人さん(下). XUnitester Hotlinks: 第一回 和田卓人さん(上). XUTP Topics: 第二回 xUnit Test Patterns の世界観 テストコードの不吉な臭い. TDD Boot Camp レポート. XUnitester Hotlinks: 第一回 和田卓人さん. XUTP Topics: 第一回 xUnit Test Patterns の世界観. TDD Boot Camp Tokyo for C レポート. XUTP Topics: 第三回 xUnit Test Patterns の世界観 テストコードの不吉な臭い. XUnit Test Patterns(amazon.co.jp).
martinfowler.com
GUI Architectures
http://martinfowler.com/eaaDev/uiArchs.html
There have been many different ways to organize the code for a rich client system. Here I discuss a selection of those that I feel have been the most influential and introduce how they relate to the patterns. This is part of the Further Enterprise Application Architecture development. In this essay I want to explore a number of interesting architectures and describe my interpretation of their most interesting features. My hope is that this will provide a context for understanding the patterns that I ...
blog.js-development.com
Juri's TechBlog: Fluent Conference: JavaScript & Beyond Complete Video Compilation by O'Reilly Media
http://blog.js-development.com/2012/08/fluent-conference-javascript-beyond_29.html
Dear reader of Juri's TechBlog,. My blog to a new domain and a new hosting solution as well. I'm now blogging on juristr.com. Fluent Conference: JavaScript and Beyond Complete Video Compilation by O'Reilly Media. Read the article on my new blog under http:/ blog.js-development.com/2012/08/fluent-conference-javascript-beyond 29.html. Missed this years Fluent Conference in San Francisco? A Sip of CoffeeScript (Gregg Pollack). I always wanted to learn CoffeeScript because recently I heard a lot of people ta...
awgtolearn.blogspot.com
AWGToLearn: Projects to Join
http://awgtolearn.blogspot.com/2012/08/projects-to-join.html
Sunday, August 19, 2012. Http:/ www.codeplex.com/site/search? Subscribe to: Post Comments (Atom). Http:/ www.javatips.net/. Object Hungarian Notation Naming Conventions for VB. Http:/ www.extensionmethod.net/. Games for Coding Practice. Documenting my journey through the world of IT. View my complete profile. Awesome Inc. theme. Theme images by Maliketh.
awgtolearn.blogspot.com
AWGToLearn: XAML-related CLR attributes
http://awgtolearn.blogspot.com/2012/10/xaml-related-clr-attributes.html
Monday, October 15, 2012. Ref: http:/ msdn.microsoft.com/en-us/library/cc903933(v=vs.95).aspx. Subscribe to: Post Comments (Atom). Http:/ www.javatips.net/. Object Hungarian Notation Naming Conventions for VB. Http:/ www.extensionmethod.net/. Games for Coding Practice. Documenting my journey through the world of IT. View my complete profile. Awesome Inc. theme. Theme images by Maliketh.
awgtolearn.blogspot.com
AWGToLearn: Training Sites
http://awgtolearn.blogspot.com/2015/09/training-sites.html
Tuesday, September 22, 2015. Subscribe to: Post Comments (Atom). Http:/ www.javatips.net/. Object Hungarian Notation Naming Conventions for VB. Http:/ www.extensionmethod.net/. Games for Coding Practice. Documenting my journey through the world of IT. View my complete profile. Awesome Inc. theme. Theme images by Maliketh.
awgtolearn.blogspot.com
AWGToLearn: Specifications to Learn
http://awgtolearn.blogspot.com/2013/04/specifications-to-learn.html
Saturday, April 13, 2013. Subscribe to: Post Comments (Atom). Http:/ www.javatips.net/. Object Hungarian Notation Naming Conventions for VB. Http:/ www.extensionmethod.net/. Games for Coding Practice. Documenting my journey through the world of IT. View my complete profile. Awesome Inc. theme. Theme images by Maliketh.
awgtolearn.blogspot.com
AWGToLearn: Games to Code In
http://awgtolearn.blogspot.com/2012/06/games-to-code-in.html
Monday, June 18, 2012. Games to Code In. Http:/ en.wikipedia.org/wiki/Asheron%27s Call. Http:/ en.wikipedia.org/wiki/Second Life. There is also a procedural. Scripting language, Linden Scripting Language. Which can be used to add interactivity to objects. Although sculpted prims. Subscribe to: Post Comments (Atom). Http:/ www.javatips.net/. Object Hungarian Notation Naming Conventions for VB. Http:/ www.extensionmethod.net/. Games for Coding Practice. Games to Code In. N-Tier and Connection Pooling.
benhutchison.wordpress.com
Automated Testing 2: The Test Pyramid | My Digital Neuron
https://benhutchison.wordpress.com/2008/03/20/automated-testing-2-the-test-pyramid
Automated Testing 2: The Test Pyramid. March 20, 2008 at 10:42 pm ( Software Development. A colleague of mine, Rob Capretto, introduced the idea of a Test Pyramid. Its like a Food Pyramid – everything has its place in moderation, but to stay healthy, there are certain types of tests you should have more of, and others you need only in small amounts. Here’s my pyramid:. The majority of tests are. That test parts of the system. We have a few whole system. Two tests Good, Four Tests Better…. NOT! Its really...