Nirajpaul IosHow to write a Test case for the API call in swift iOSTo test API calls in XCTest, you can use mocking techniques to provide fake data and simulate the server’s responses without actually…Jul 19, 20233
Serhan KhanSwiftUI Modularisation Unit test implementation.Continuation of my previous article about unit testing.Aug 22Aug 22
Mohamed Aymen LandolsiReadable Swift Unit TestsSome times I find myself writing unit testing methods which names are hard to read especially when the test method name includes the test…Jul 16Jul 16
Darshana JaisinghUnit Testing in SwiftUnit testing in Swift refers to the practice of testing individual units or components of code, typically at the function or method level…Feb 29Feb 29
Nirajpaul IosHow to write a Test case for the API call in swift iOSTo test API calls in XCTest, you can use mocking techniques to provide fake data and simulate the server’s responses without actually…Jul 19, 20233
Serhan KhanSwiftUI Modularisation Unit test implementation.Continuation of my previous article about unit testing.Aug 22
Mohamed Aymen LandolsiReadable Swift Unit TestsSome times I find myself writing unit testing methods which names are hard to read especially when the test method name includes the test…Jul 16
Darshana JaisinghUnit Testing in SwiftUnit testing in Swift refers to the practice of testing individual units or components of code, typically at the function or method level…Feb 29
Chinthaka PereraXcode UI Testing — Test a view in the middle of a sequence of views hierarchyDoing UI testing is so fun! I enjoy watching how those are running in my dev environment. If you are using Xcode Cloud for CI/CD, you can…Feb 19, 2023
Puneet MittalExploring Unit Testing in iOS ApplicationsA test case is a sequence of actions executed on a system to assess its compliance with software requirements and ensure proper…Nov 13, 2023