Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tdd

How to write unit tests in spec form?

TDD Example for Business Apps

tdd

Is there any "advanced" testing framework for .NET?

TDD duplication of test data

Best Practice: Protected or Private Methods by Default and Test-Driven Development

How can I know if a method was invoked on the unit under test?

java testing tdd mockito

Testing: How to test that view contains desired data

RSpec and Autotest issue in rails 3 project

How does Mocha know that done was specified?

node.js tdd mocha.js

Elixir testing - ExUnit - Repeating Data Instances

testing tdd elixir

Moq'ing an interface

c# .net tdd moq

TDD: Stub, Mock, or None of the Above

c# tdd mocking stub

Easily mockable HTTP client framework for C#

c# http tdd mocking

Are those unit tests fine?

c# .net unit-testing tdd mocking

Recommended TDD/Agile/Source Control plugins for Visual Studio 2008 [closed]

When should I opt for test driven development?

tdd

Testing private methods using RhinoMocks

c# tdd rhino-mocks

OCMockito verify with any arguments

ios objective-c tdd ocmockito

Code coverage in Testing

Do shoulda-matchers' ActiveRecord matchers violate the "test behavior not implementation" rule?