Component - XCTest framework
The XCTest framework is used in iOS development to write and run tests that check if your app works correctly. It helps you find mistakes early by running small pieces of code called test cases that verify your app’s behavior.