Android Dev peep on iOS Unit Test

As an Android Developer, if you are curious about iOS unit test and it’s setup, this would be for you. In this blog, I will show you how to import the Quick
and Nimble
test framework (a popular Behavior Driven Test for iOS) as well as the XCode provided XCTestCase
Pre-requitesite
I would not touch on open XCode and setup a basic project. You could refer to my previous…