Skip to content

milanpanchal/UnitTestEample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform Swift version License

Twitter

UnitTestEample

Explaining the concept of unit test in Swift language using Xcode

What is Unit Testing?

  • In computer programming, unit testing is a software testing method by which individual units of source code are tested to determine whether they are fit for use. 
  • Using unit testing, we verify our core functionality, common workflow, boundary conditions, etc.
  • Unit tests are usually written by developers and can be written before, during and after development.

Blog

You can read more about How to Write Unit Tests in Swift Using Xcode by visiting following link.

https://medium.com/@milanpanchal24/how-to-write-unit-tests-in-swift-using-xcode-f59196d0ebc3

Author

Milan Panchal, follow me on:

  1. Twitter (@milan_panchal24)

  2. Github (/milanpanchal)

  3. Medium (https://medium.com/@milanpanchal24)

  4. LinkedIn (/in/milanpanchal/)

License

MIT

Free Software, Hell Yeah!