Nathan KrishnaninTauk BlogPassing Arguments and Environment Variables to XCTestsSituations can arise where external information is needed, outside the scope of the XCTest, to configure a test before it’s executed. For…Apr 19, 20221Apr 19, 20221
Nathan KrishnaninTauk BlogIntegrating Tauk into your XCTest User Interface TestsApple’s XCTest is part of Xcode and is the de facto choice for writing UI tests for your iOS app. It is part of Xcode and does not require…Mar 23, 2022Mar 23, 2022
Nathan KrishnanIntegrating Tauk into your XCTest User Interface TestsApple’s XCTest is part of Xcode and is the de facto choice for writing UI tests for your iOS app. It is part of Xcode and does not require…Mar 23, 2022Mar 23, 2022
Nathan KrishnaninTauk BlogWaiting for a custom condition in Selenium or AppiumInspired by a discussion on our Discord server, I’d like to walkthrough how you can create custom wait conditions in your Selenium or…Mar 1, 20221Mar 1, 20221
Nathan KrishnanWaiting for a custom condition in Selenium or AppiumInspired by a discussion on our Discord server, I’d like to walkthrough how you can create custom wait conditions in your Selenium or…Mar 1, 2022Mar 1, 2022
Nathan KrishnaninTauk BlogRunning XCTests from the Command LineUpdate: We’ve created a Discord server for discussing all things related to automation testing! Join our community today 👋:Jan 12, 20221Jan 12, 20221
Nathan KrishnaninTauk BlogUsing XCTest and XCTestCase for iOS TestsFor a native iOS project, XCTest is the de facto framework used for writing tests for your app. It is part of Xcode and does not require…Nov 30, 2021Nov 30, 2021
Nathan KrishnaninTauk BlogHandling Alert Interruptions in iOS UI TestsUnexpected system alerts can interrupt your test from interacting with UI elements, causing failures to occur. Here are some scenarios to…Nov 2, 20211Nov 2, 20211
Nathan KrishnanCreating Swift Packages in XcodeCreating Swift packages makes it easier for you to maintain and share your own dependencies. Xcode has built-in support for the Swift…Oct 18, 20211Oct 18, 20211
Nathan KrishnaninTauk BlogFundamentals of XCUITestModern iOS apps have to contend with a complex interplay of rendering responsive layouts for users to interact with, while handling…Oct 7, 20211Oct 7, 20211