At WWDC18, there was a session on What’s New in Testing describing new features in Code Coverage, XCTest, and XCUITests. It was presented by the Honza and Ethan. This session consists […]
Tag: iOSDev
WWDC18: Create ML-Complete Machine Learning in Swift
Apple announced Core ML framework for the machine learning in last year WWDC17. The idea behind the Core ML framework was to get the trained machine learning model which was […]
WWDC18: Xcode 10 in Action
Apple’s World Wide Developer Conference (WWDC) 2018 has been started this week. As promised, I will be writing series of blog posts on the WWDC contents as it’s being announced. […]
WWDC 2018 Wishlist for Native Developer and DevOps Tools
There is a lot of excitement about Apple’s World Wide Developer Conference (WWDC 2018) that kicks off next week on 4th June 2018. Unfortunately, we don’t have access to Apple’s […]
Managing iOS Build Configurations and Schemes for XCTest
Before releasing an iOS app to Apple App Store, it’s very common to have a build that has been targeted to internal audience i.e QA engineers, Product Owners that will […]
Switching Swift Versions inside Xcode using Toolchains
There is no doubt that Swift is amazing programming language to develop iOS apps. However, since Apple has open-sourced Swift, it is going through major breaking changes. Swift is evolving […]
Top Tips for DevOps Friendly XCTest in iOS Pipeline
Apple has introduced XCTest framework to create unit, integration, performance and UI tests for various Apple platforms. XCUITest is a sexy extension on top of XCTest which allow developers to write UI […]
Build Incrementation Techniques for iOS Release Train
Continuous Delivery of iOS apps is essential to stay relevant in the competitive market. Companies having the infrastructure to release features to the customers as soon as it developed wins […]
Five Real Device Cloud Testing Services for iOS XCUITest
Apple has launched Xcode UI Testing solution in WWDC15, since then it is becoming the first choice for iOS developers to write unit and UI tests using the same framework. […]
Behaviour Driven Development Frameworks for Swift
Recently, there are various companies looking BDD supporting tools for iOS apps written in Swift. As there is no official support from Cucumber for Swift so most of them are […]