Search code examples
How to Unit-Test with global structs?...

swiftunit-testingxctestxctestcase

Read More
How can I verify a class method is called using XCTAssert?...

swiftunit-testingtddxctestcase

Read More
Swift (iOS) code coverage and XCTest (mock)...

iosswiftmockingxctestxctestcase

Read More
Test returns "Type of expression is ambiguous without more context" on func that throws...

swiftunit-testingxctestcase

Read More
UITextFieldDelegate not called in XCTestCase...

swiftcocoa-touchxctestxctestcase

Read More
Swift: XCTest Class 'FirstDemoTests' has no initializers...

iosswiftxctestxctestcase

Read More
How to set a condition in setUp() of a XCTestCase?...

iosxcodexctestcase

Read More
Testing method in UITabBarController sets title correctly...

swiftunit-testingxctestxctestcase

Read More
How to access Apple Id "Sign In" dialog from UI Test?...

iosxcodexcode-ui-testingxctestcase

Read More
XCTestCase - how to assert on a NSTextView containing String?...

swiftmacosnstextviewxctestcasexcuitest

Read More
iOS Unit Test on switch case...

iosobjective-cunit-testingxctestxctestcase

Read More
how to stop Xcode iOS unit tests if a fatalerror is hit?...

iosxcodeunit-testingxctestxctestcase

Read More
IOS UI Testing - How to write test cases for opening camera and file chooser...

xctestios-ui-automationxctestcase

Read More
How to achieve asynchronous task dependency with XCTestCases?...

swiftxcodexctestcase

Read More
How to check if an XCTestCase test has failed...

swiftxctestxctestcase

Read More
How to access Two switches (elements) individually inside a tableview cell in UI Testing...

iosiphonexctestxcode-ui-testingxctestcase

Read More
XcTest cases for signUp Validation using Stub provider in RxSwift...

iosswiftrx-swiftxctestcase

Read More
XCUIElementQuery.matching(identifier:) is not working for UIImageView...

iosuiimageviewswift4xctestcasexcuitest

Read More
How to run swift XCTest tearDown once...

swiftxctestxcode-ui-testingios-ui-automationxctestcase

Read More
How to iterate through ui table elements of different types in swift...

swift3xctestxcode-ui-testingios-ui-automationxctestcase

Read More
XCTestCase not launching application in setUp class method...

xcodexctestxcode-ui-testingios-ui-automationxctestcase

Read More
Swift unit testing of function with generic parameter...

swiftunit-testinggenericsxctestxctestcase

Read More
How is the setUp() method called before the invocation of each test method?...

iosswiftoopxctestxctestcase

Read More
Why does XCTestCase override the setup method of XCTest?...

iosswiftxctestxctestcase

Read More
Wait for multiple async calls in setUp() of XCTestCase...

iosswiftasynchronousxctestcase

Read More
How to capture Failure logs while testing : XCTest?...

xcodecocoaxctestxctestcasexctestexpectation

Read More
How to use XCTestSuite? (Swift 3)...

iosswift3xctestxctestcase

Read More
Use of undeclared identifier error in my case...

iosobjective-cunit-testingxctestxctestcase

Read More
How to Wait for an element and do not fail if not found after a certain time xcuitest...

xctestxctestcase

Read More
In XCTest UI Testing, how to check the background color of button, label , views?...

iosxctestxcode-ui-testingxctestcase

Read More
BackNext