Xcode UI Testing - Live Tutorial Session - RWDevCon 2016 - raywenderlich.com

Поділитися
Вставка
  • Опубліковано 14 січ 2025

КОМЕНТАРІ • 15

  • @vivekmahajan6752
    @vivekmahajan6752 3 роки тому

    Amazing video. Clearly explained Accessibility labels and identifiers

  • @hakimakbary65
    @hakimakbary65 2 роки тому

    Is there by any chance a video that is serving as a kind of refresher for this video? Like, if things have changed or better approaches have been created, those things are introduced in the refresher course. Do you by any chance have such content?

  • @david-tracy
    @david-tracy 2 роки тому

    at around 38:00 of the video how come u instantiated 1 separate instance of XCUIApplication() in each helper function instead of instantiating it at the top of the file so that it would only need to be written in 1 place in the file?
    I would assume that every UI Test would need an instance of XCUIApplication() & that there won't be garbage collection / memory issues by keeping the 1 instance at the top since each UI Tests allocates the resources/objects that are at the top of the file when the UI Test starts, and also each UI Test de-allocates the resources it used when the test end.

  • @david-tracy
    @david-tracy 2 роки тому +1

    how can we access the lab for this video?

  • @MS-yn1zj
    @MS-yn1zj 5 років тому +1

    great tutorial ..love it

  • @arturhkm2336
    @arturhkm2336 6 років тому +3

    Thank you, where i can found project from tutorial ? Sorry, i don't know :)

  • @manjurullaskar4713
    @manjurullaskar4713 6 років тому

    Ray Wenderlich Team always been Gods :)

  • @sirkastic
    @sirkastic 6 років тому

    Didn't realise Leslie Winkle got out of Theoretical particle physics and in to teaching iOS UI Testing

  • @vanhenreich
    @vanhenreich 4 роки тому

    I was expecting something would be read out by the device in a voice over. I don't know if I'm missing something.

    • @robinandthedog
      @robinandthedog 4 роки тому +1

      start the accessibilityinspector tool and tap on the voice icon

  • @vivekmahajan1120
    @vivekmahajan1120 3 роки тому

    great tutorial

  • @Abijois
    @Abijois 5 років тому

    I am trying to simulate the same this as recorded but I can't put rawValue next to the string. it shows up an error

    • @dimaspratama9907
      @dimaspratama9907 3 роки тому

      you need to type enum City: String { case ... }

  • @michaelellis4815
    @michaelellis4815 6 років тому

    Is your UI recorder not buggy? I am using xcode 10 and it records in an inconsistent way.

    • @KodecoDev
      @KodecoDev  6 років тому

      This was recorded many years ago so things have definitely changed since then.