Ronell LukasikUsing Charles with Mobile ApplicationsI wrote this article earlier on how to use the Network Inspector within Android Studio to monitor network calls. In this article I will…Jun 13Jun 13
Ronell LukasikHelpful Fastlane Commands for iOS Automation TestingWhat is it and how can it help you in QA? 🤔May 15May 15
Ronell LukasikSwiftUI Preview SnapshotsSwiftUI Previews allow you to generate the view as its being developed. This is super helpful as it allows you to quickly customize the…May 9May 9
Ronell LukasikRunning our Android Espresso tests in ParallelWe had the ability to run our iOS test cases in parallel but kept eagerly waiting for similar functionality to become available for…Oct 27, 20231Oct 27, 20231
Ronell LukasikDebugging Network Calls in Android Espresso TestsWhen writing our Android Espresso tests, we needed a way to monitor the network calls to see which calls were getting stubbed correctly…Dec 19, 2022Dec 19, 2022
Ronell LukasikAndroid Espresso — Test Automation OrganizationI wanted our tests to be easier to read, follow, maintain especially for new QA who started or other non-QA members on the team who want…Dec 19, 2022Dec 19, 2022
Ronell LukasikTesting an iOS App using a M1 MacI recently got an M1 Mac but our iOS application was still built using the x86_64 architecture. I’ll discuss what I needed to do in order…Jan 31, 2022Jan 31, 2022
Ronell LukasikXCTest — Test PlansDid you ever want to just run a few XCTests or XCUITests, or a particular subset of tests to perform regression in a particular area…Nov 2, 2021Nov 2, 2021
Ronell LukasikXCUITest — Test Automation OrganizationOver the past several years we have made adjustments to our test case file structure and files to improve maintainability and readability…Nov 2, 2021Nov 2, 2021