BDD in Java with Easyb
Easyb is a behavior driven development framework for the Java platform. Easyb aims to enable executable and readable documentation using a specification based Domain Specific Language. [youtube GIqA4c-RvFQ]
Easyb is a behavior driven development framework for the Java platform. Easyb aims to enable executable and readable documentation using a specification based Domain Specific Language. [youtube GIqA4c-RvFQ]
Testing is the most important activity in the development process. If you don’t test, how do you know that your code actually works correctly? And if you don’t have tests, how do you know you don’t break something? JRuby makes it possible to test Ruby code – but also to …
James Shore continues his series on Test Driven Development in Java with Eclipse and JUnit with further development and test of the project application. [youtube 1-sBRRWBxSg] Video producer: James Shore
A tutorial to get started with JMeter. Apache JMeter is an open source software, a 100% pure Java desktop application designed to load test functional behavior and measure performance. [youtube KI6u5pclYIw] Additional resources: * JMeter Presentation * Load Testing Tools Directory
James Shore starts this series on Test Driven Development by describing what his goals are and then starts with a new project in Java with Eclipse where he will apply TDD using JUnit. [youtube f3G7gu1IHws] Video Producer: James Shore
This two part video explains how to use the JUnit plug installed in Eclise to create unit tests. [youtube GYtt29ZoNw8] [youtube y_fdhB8L1co] Additional resources: * Junit SourcePage * Junit.org * JUnit presentation