InTauk BlogbyNathan Krishnan·Apr 19, 2022Passing 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…A response icon1A response icon1
InTauk BlogbyNathan Krishnan·Mar 23, 2022Integrating 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…
Nathan Krishnan·Mar 23, 2022Integrating 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…
InTauk BlogbyNathan Krishnan·Mar 1, 2022Waiting 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…A response icon1A response icon1
Nathan Krishnan·Mar 1, 2022Waiting 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…
InTauk BlogbyNathan Krishnan·Jan 12, 2022Running XCTests from the Command LineUpdate: We’ve created a Discord server for discussing all things related to automation testing! Join our community today 👋:A response icon1A response icon1
InTauk BlogbyNathan Krishnan·Nov 30, 2021Using 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…
InTauk BlogbyNathan Krishnan·Nov 2, 2021Handling 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…A response icon1A response icon1
Nathan Krishnan·Oct 18, 2021Creating 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…A response icon1A response icon1
InTauk BlogbyNathan Krishnan·Oct 7, 2021Fundamentals of XCUITestModern iOS apps have to contend with a complex interplay of rendering responsive layouts for users to interact with, while handling…A response icon1A response icon1