2.1.4.6 Testing (iOS)

• Unit Tests:

• XCTest to verify ViewModel logic (e.g., fetching posts, parsing responses).

• UI Tests:

• XCTest UI or XCUITest to simulate user flows (login, scrolling feed, tapping on a post).

Last updated