Search code examples
How to link a small Xcode unit test with undefined symbols...


xcodeunit-testingxctest

Read More
How to open safari using XCTest...


objective-cxctest

Read More
Removing UserDefaults-generated plist file when running unit tests...


iosswiftnsuserdefaultsxctestuserdefaults

Read More
How to set accessibility options like "Reduce Motion" for XCTest UI tests...


iosxctestxcuitest

Read More
Xcode unit tests run "clone" iOS simulators...


xcodexctestxcode14

Read More
unit testing an ObservableObject class in swiftUI that depends on a network request...


swiftswiftuixctestobservableobject

Read More
XCTestCase to check if a method is called within a Struct...


iosswiftstructxctestxctestcase

Read More
Are there architectural patterns for Swift Unit Testing?...


iosunit-testingarchitecturexctestxctestcase

Read More
XCTAssertEqual fails to compare two string values?...


objective-cunit-testingxctest

Read More
Test-only Dependencies When Using the Swift Package Manager...


swift3xcode8xctestswift-package-managerserver-side-swift

Read More
How to speed up UI test cases in Xcode?...


iosobjective-cxcodexctestuitest

Read More
Passing environment variables to XCUITest...


xcodetestingcontinuous-integrationxctestxcuitest

Read More
Using setUp to run object creation once before all tests...


swiftunit-testingstructxctestxctestcase

Read More
Custom Launch Metric Not Reporting Expected Results...


swifttestingxctestxctestcase

Read More
How to test that staticTexts contains a string using XCTest...


swiftxctest

Read More
How to test an object is deallocated?...


swiftxctestretain-cyclexctestcasestrong-reference-cycle

Read More
Does XCTest methods generated dynamically by testInvocations work with xcodebuild's -only-testin...


iosobjective-cxctestxcuitest

Read More
Is it possible to use parameterised test case data with Xcode's XCTest Framework?...


iosxcodeunit-testingxctest

Read More
How to set parameter to a XCUITest test case do prepare for data driven testing...


swiftxctest

Read More
Xcode test failing does not failed Github action pipeline...


xcodecontinuous-integrationxctestxcodebuildgithub-actions

Read More
is it possible to limit parallel tests in xcuitest?...


swiftxcodexctestxcuitest

Read More
Easiest way to use bundle resources for testing...


iosobjective-cxctest

Read More
XCTAssertThrowsError for async/await function...


swiftunit-testingasynchronousasync-awaitxctest

Read More
Error running XCTest for Swift/Obj-c project (Error 83)...


iosobjective-cxcodeswiftxctest

Read More
Xcode testing errors are not showing up inline in the editor only under report navigator...


swiftxcodexctest

Read More
Test scheme "info" "arguments" "options" "diagnostics" tabs ...


xcodexctest

Read More
XCTest with Core Data...


iosunit-testingcore-dataxctest

Read More
Why do I get "Missing required modules" when using @testable import MyApp while unit testi...


swiftxcodeunit-testingxctest

Read More
How do I use XCTests to test for print statements?...


iosswiftunit-testingtddxctest

Read More
Sending app to background and re-launching it from recents in XCTest...


iosswiftui-automationxctestxctestcase

Read More
BackNext