199k views
0 votes
Explain test-driven development and provide an example of how it can be used in your

organization.

User RogerV
by
4.7k points

1 Answer

2 votes

Answer:

The test- driven development is basically use in the programming language for the designing various type of test cases in the computer system. The main goal of the test driven development is that it uses to make the system bug free and simple.

It basically use in the organization to avoid various duplication in the code and make the function more efficient.

The basic approach of the test driven development is that the test are develop so that it specify the function for the code to perform.

User Aednichols
by
5.4k points