iOS DevOps

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 popular, the cloud testing services can not vendors like Sauce Labs, BrowserStack cannot ignore this fact. In the previous post, we have seen the various cloud-based device testing options for XCUITests. Read more…

iOS DevOps

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 change in the roles of software engineers and it highly impacted QA engineers. The testing at the pace of DevOps is impossible using the traditional QA methodologies and QA engineers Read more…

iOS DevOps

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 can use to build and distribute iOS apps. This might be the reason the Apple didn’t have any official package manager to manage dependency for iOS apps yet. However, this Read more…