Click here to Skip to main content
15,901,122 members
Everything / TDD

TDD

TDD

Great Reads

by Dmitriy Gakh
The perspectives of creating bots that write programs with two simple examples.
by Steve_Hemlocks
'If' free programming that improves testability of code
by Akram El Assas
TDD in C# through a simple example
by wells cheung
Privilege Control System based on MVC and WCF.

Latest Articles

by Akram El Assas
TDD in C# through a simple example
by Nicolas DESCARTES
How to leverage Selenium for UI tests?
by André Marcos (Advisor), William Caetano Cardenas
Prototyping a Web System to Schedule Patients in Local Medical Clinics Oriented by Test Driven Development Guidelines Supported by PHP, PHPUnit and Symfony Framework Technologies
by Nikola Breznjak
An introduction to Test Driven Development in Ionic

All Articles

Sort by Title

TDD 

27 Nov 2013 by Mahmud Hasan
The only good thing of Test Driven Development is, it ensures the maximum test coverage but TDD puts you in risk of a week design. DTDT tries to solve this while ensuring maximum test coverage.
14 Dec 2018 by Dmitriy Gakh
The perspectives of creating bots that write programs with two simple examples.
9 Oct 2019 by Zebedee Mason
Visual C++ tests are created from Gherkin DSL feature files using a Python 2.7 script
16 Dec 2015 by Frauke
A slight detour from TDD in favour of Entity Framework 7
16 Oct 2014 by Richard MacCutchan
Google for "Agile" and you will find all the information you need.
7 Dec 2015 by Frauke
My plan is as follows: I'm going to create a project with only the vaguest of notions as to where it may be going, and see just how useful TDD is going to be in helping me create maintainable code.
1 Feb 2017 by Dave Clemmer
Using Mo+ to augment a test driven approach to develop an application.
3 Mar 2014 by Sacha Barber
Automocking container
17 Nov 2018 by Daniele Fontani
TDD & BDD explained with examples
4 Apr 2017 by grilialex
COFILOS SD Card Driver
20 Mar 2015 by lansoprazole
1-day trial of outside-in development from what you want to what you code.
7 Jan 2016 by Alejandro Miralles
Introducing contest. The new testing framework for .NET.
29 Feb 2016 by wells cheung
Privilege Control System based on MVC and WCF.
9 Jul 2010 by emiaj
How to deal with legacy code when using TDD
31 May 2014 by Corey Brand
Roll your own configurable test doubles
11 May 2015 by khanqamarali
FakeItEasy Framework Jump Start
9 Feb 2016 by Manfredzik
Write your own simple generic mapper with TDD
17 Jun 2018 by GregoryPres
I wanted to help some of my student friends and explain the concept of TDD. As I don't have the time for it, I wanted to know if there's a faster/better way to learn the concept and basics of TDD for beginners. I know there are plenty of courses, blogs, guides. I'm interested to know how did...
17 Jun 2018 by Mehdi Gholam
You learn anything by doing it, it's that simple. As for TDD : 1) Write a test/usage code for what you want the output to be. 2) Implement the actual code to reach the output from a specified input, and make step 1 pass. 3) Repeat the above.
18 Mar 2020 by Richard MacCutchan
You already posted this question at How to solve 100 Doors Kata using TDD in C# - C# Discussion Boards[^]. Please do not cross-post.
4 Aug 2014 by Marine Azizyan
I have one question. What is good testing way, Microsoft.VisualStudioTestToolsUnitTesting or by Nunit_framework testing.If I have this`public Branch CreateOrEditBranch(Branch branch) { using (var scope = CreateTransactionScope()) { } return branch; ...
4 Aug 2014 by Vijendra(VJ)
HiYou can check for null conditions of each of the variables using an AND condition as shown below: bool? isValid = null; Branch positive = new Branch(); // Assign values to the instance here. isValid = positive.BranchID != null &&...
26 Feb 2019 by L. Michael
This article provides a recipe on how to avoid producing legacy code at the speed of typing by using a proper architecture and unit testing.
11 Mar 2020 by Vassili Kravtchenko-Berejnoi
Use of a narrow-focus strategy in test-driven-development
3 Mar 2014 by V5709
I am in the process to design architecture for mvc based project. For better approach i want to use TDD (using NUnit framework) pattern. I have fallowing layers in project.MVC ProjectApplication Service layer.Domain Service layerInfrastructure layerFunction calls will be executed...
13 May 2020 by Daan Acohen
An explanation of the concept of a Fixture and how it can be used for unit testing and integration testing
15 Mar 2022 by Nikola Breznjak
An introduction to Test Driven Development in Ionic
14 Mar 2015 by Gaurav Aroraa
In this article, we will discuss all about TDD Katas and how we can get hands-on with Test Driven Development (TDD).
13 Dec 2023 by Nicolas DESCARTES
How to leverage Selenium for UI tests?
23 Feb 2019 by L. Michael
This article provides a concrete example of a very simple and lightweight – yet useful – domain services library.
13 Mar 2019 by thoughts-on-coding
Testing point mass attraction and its deduced dimensions with Catch2
28 May 2014 by Bogdan Bujdea
Myths about TDD
25 Jan 2017 by Alibaba Cloud
NodeJS Testing Coverage Rate: How I went from 0% to 90%