Skip to content

Performing UITest (E2E testing) on iOS (Swift5.0)OSでUITest(E2Eテスト)を行う(Swift5.0)

   

Then I implemented UITest for that app.

Reference: 【Swift】初めてのUITest導入

alt alt

  1. Switch RootViewController with animation (Swift4.2)
  2. Parse a local Json file and display it in table view (Swift4.2)
  3. Adopting UITest with Swift(Swift4.2)
  4. Display items in a table with UITableView(Swift4.2)
  5. Screen transition in NavigationController(Swift4.2)
  6. Switching the Root of NavigationController(Swift4.2)
  7. Selecting an image with ImagePickerController(Swift4.2)