To get started with unit testing, which will be done in the tests file and will be testing the View Controller and Storyboard, we should introduce these two files to the test file.
Defining the View Controller
Swift
var viewController : ViewController!
Introducing the Storyboard and initializi...