1470 Views
Over a period of time, your application will have more lines of code for testing than the actual application logic. So I feel it's a good investment to learn to write tests and follow a Test Driven Development or TDD approach. There are 4 main types of tests namely: End to End, Integration, Unit and Static.
0 comments