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. […]
Category: Test Automation
Mix posts about Test Automation
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 […]
Podcast Interview: Automating iOS Apps in the Apple Bubble
Recently, I had the podcast interview with Joe Colantonio on the topic ‘Automating iOS Apps in the Apple Bubble‘ to discuss current trends in iOS Test Automation and iOS DevOps space. […]
Stubbing XCUITests with Vapor Server Side Swift Framework
There is no doubt that Swift is an awesome language for developing native apps for Apple platforms like iOS, macOS, watchOS, and tvOS. However, being a new language, Swift lacks […]
Architecting iOS XCUITests for iPhones and iPads
Apple’s XCUITest framework is a hot and emerging framework for UI automation of iOS apps. Since launched in WWDC 2015, it got a lot of attention and enhancement. It allows […]
Can Artificial Intelligence Or Machine Learning Test iOS Apps?
An IT market has been shaken by the wave of Artificial Intelligent, Machine Learning (AI/ML) and Continuous Integration, Continuous Delivery (CI/CD) practices. The DevOps and CI/CD movement made the drastic […]
Five Steps to Migrate iOS Project from CocoaPods to Carthage
Apple may not like the fact that iOS developers adding the third-party dependencies to the iOS projects. Apple’s core technologies have provided enough frameworks and tools with healthy documentation that developers […]
A History of Ruby inside iOS Development
Today, the 24th Feb marks 25th birthday of Ruby programming language since it named by Yukihiro “Matz” Matsumoto in Japan. Since released in 1993, it becomes most dynamic, easy to learn and most […]
Organising XCUIElements with Swift Enumerations
Using XCUITest framework for automation of iOS apps makes sure that app is working as expected from the users points of view. Since, Apple launched the UI testing support in […]
Xcode New Build System for Speedy Swift Builds
With Xcode 9, Apple announced the new build system at WWDC 2017. The new Xcode build system is written from scratch and purely in Swift. However, for some reason, it’s […]
