Featured
Continuous Performance Testing of an iOS Apps using XCTest
The speed of an iOS app is a key to success in the current competitive market. User hates slow running and unresponsive apps so it became very important to check the performance of an iOS app before it goes to the end users. Apple announced performance testing support to XCTest framework at WWDC 2014. XCTest frameworks can measure the performance of the block of Read more…