Setting up Continuous Delivery Pipelines for platforms wasn’t a straightforward task, it was more challenging when it comes to scripting the pipelines in the code. It might be because […]
Tag: XCTest
WWDC18: What’s New in Code Coverage, XCTest and XCUITest
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 […]
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 […]
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 […]
Adding Sauce To Xcode UI Test: XCUITest + Sauce Labs
Sauce Labs has just announced support to run XCUITests on their own device farm. They have announced the support on their official blog. As Apple’s own Xcode UI Testing framework getting […]
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. […]
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 […]