Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 579 Bytes

File metadata and controls

20 lines (11 loc) · 579 Bytes

previous page: app frameworks / libraries

Unit Testing

Multiple ways you can test code

  • XCTest Framework
  • QuickSpec External Framework

UI Testing

testing things like transitions, UI elements having a specific attribute, UI interactions working as intended

  • Hit testing

    Traverses the view hierarchy for the furthest subview that is within the frames.

Models Testing

next page: swift ui