Swift is truly protocol-oriented language. Since introduced in WWDC 2014 and open sourced in December 2015, it become one of the popular language for developing iOS application. You can watch this WWDC […]
Tag: XCTest
Running XCUITests in Parallel with Fastlane and Bluepill
LinkedIn recently open-sourced Bluepill which is a tool to run iOS tests in parallel. There is a Bluepill announcement blog post on LinkedIn Engineering blog here. Bluepill wasn’t supporting Apple’s XCTest […]
iOS Localization and Internationalization Testing with XCUITest
It’s very common to find an iOS applications in different languages and supporting different countries. The brands needs to intruduce their business to the locals in the language that is […]
XCFit 4 released : Swift 3.1, Carthage and Pre-defined BDD Steps Support
XCFit is full stack iOS BDD framework in Xcode. XCFit setup Xcode templates with skeleton code and directory structures which helps us to get started with BDD and XCFit Swift […]
Controlling Siri from XCTest using XCUISiriService
Apple has released new Xcode 8.3 beta 2 with new Swift 3.1 snapshot which is available to download from Apple developer account. There are lot of new things in Xcode […]
Asynchronous iOS Testing in Swift with XCWaiter
Apple recently announced Swift 3.1 development snapshot and XCode 8.3 for the developers. There are couple of handy classes added to the XCTest framework to enable Asynchronous Testing for iOS and […]
What’s New in Xcode 8.3 for XCTest and Xcode Server
Apple has just released Xcode 8.3 beta for the developers. Xcode 8.3 release notes has handful of the features for the developers. Some of the key features of Xcode 8.3 are […]
Stabilizing the CI By Re-runing Flaky iOS XCUI Tests
Apple has released Xcode UI Testing a.k.a XCUI Test framework at WWDC 2015 which enable UI testing of iOS application straight from Xcode without any third party tools like Appium, Calabash […]
XCFit 2.0 Released : Full Stack BDD in Xcode + Page Object + Swift Package Manager
XCFit 2.0 Glad to announce new version of XCFit with brand new features. You can find release notes on Github here. If you are new to XCFit then XCFit a.k.a […]
Integrating Fitnesse iOS Acceptance Test with XCTest using Xcode8
Fitnesse for iOS Recently Fitnesse has entered in the world of iOS development. An OCSlimProject has enabled an ATDD and BDD practices in iOS development world. This project enabled us writing […]