Recently, I spoke at the online conference called Automation Guild 2018 on the topic of Getting Started with XCUITest for iOS Apps. It was awesome conference organised by Joe Colantonio. You […]
Tag: XCUITest
Show Your Humanity By Making iOS Apps Accessible
Apple takes accessibility very seriously for all their platforms to make sure all the iOS, macOS, tvOS and watchOS apps are usable for everyone including the people having disabilities. Unfortunately, […]
Network Stubbing options for XCTest and XCUITest in Swift
Every iOS application requires the data to be displayed in the app. Unfortunately, we can’t put all the data inside our iOS app. The iOS developers have to make the […]
XCFit 7.0 Released: XCTActivity, New Xcode Templates and Multiple CI Services Support
The new version of XCFit-7.0 has been just released with some new features. XCFit already supports for Xcode 9 and Swift 4 as part of version 6.0 release. XCFit is Full Stack Protocol Oriented […]
Main Thread Checker and XCUITests with Xcode 9
Apple has released the stable version of Xcode 9 recently with loads of new features. The most of the iOS developers are saying Xcode 9 is the best release so far […]
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 […]
Tips for Writing Scalable XCUITests – WWDC 2017
At WWDC 2017, there was an amazing talk on engineering for testability which focuses on the importance of quality of test code along with app code. The talk introduced various way […]
Hands-on XCUITest Features with Xcode 9
At WWDC 2017, there was a great session on What’s New in Testing which was mainly about new features of XCTest and XCUITest frameworks. The team working on developer tools at […]
BDD using XCTActivity feature of XCUITest ?
Apple has recently announced new features in XCUITest framework. One of the great feature is Activities which can be used to organise XCTest actions into human readable activities. The new protocol XCTActivity has […]
Video: Live Demo Protocol Oriented BDD in Swift for iOS Apps
Recently, I have spoken at iOSConBytes meetup, SkillsMatter, London on Full Stack BDD inside Xcode with use of XCFit framework. This talk covered live demo of following things Building a sample iOS app […]