UI tests

Поделиться
HTML-код
  • Опубликовано: 13 июн 2024
  • Watch as Pooja Bhaumik explains three different styles of UI tests available to Flutter developers.
    Chapters:
    0:00 - Introduction
    0:50 - Golden tests
    3:26 - Finder tests
    4:03 - PaintPattern tests
    5:34 - Conclusion
    Resources:
    Introduction to widget testing → goo.gle/475NzbE
    Watch more episodes → goo.gle/DecodingFlutter
    Subscribe to Flutter → goo.gle/FlutterYT
    #DecodingFlutter #Flutter
  • НаукаНаука

Комментарии • 37

  • @flutterdev
    @flutterdev  5 месяцев назад +6

    Subscribe to Flutter → goo.gle/FlutterYT

  • @PoojaBhaumik1
    @PoojaBhaumik1 5 месяцев назад +18

    Thank you everyone for such great comments and support! Love this community 💙

  • @tadaspetra
    @tadaspetra 5 месяцев назад +52

    Pooja made it on the Flutter channel :)

    • @youcefmoulla1828
      @youcefmoulla1828 5 месяцев назад +5

      And peoples like Philip get dropped from it ):

    • @tiktokreels1596
      @tiktokreels1596 5 месяцев назад +1

      finally !! pooja😍😍😍😍😍!!!!...a perfect replacement for the famous emily @bouncingsheep

    • @BooleanDev
      @BooleanDev 5 месяцев назад

      @@youcefmoulla1828philip left to work on his game

  • @lsauce45
    @lsauce45 5 месяцев назад +5

    this was expected. I've been subscribed to Pooja Bhaumik for over a month now.

  • @andreygritsay762
    @andreygritsay762 5 месяцев назад +5

    TDD is not even possible with testing custom painter or, for example, paddings or colors or shadows, because first you need to write an actual code and verify it's correctness in the app and only then write it's test. Golden tests is the only way to go and UI tests only for verifying if a button can be tapped or a child widget is visible, but not to verify paddings and colors

  • @kirillshabanov6126
    @kirillshabanov6126 5 месяцев назад +3

    Hi. Thank you for the video!
    Where should we store the golden files so that we don't have to do it in the repository?

  • @imaNNeO
    @imaNNeO 5 месяцев назад +3

    Nice Pooja 🎉
    I didn't know about the PaintPattern tests

  • @philosophia5577
    @philosophia5577 5 месяцев назад +2

    NIce to see Pooja on Flutter Channel.

  • @romanejaquez
    @romanejaquez 5 месяцев назад +2

    Awesome! Way to go Pooja!!! 🎉🎉🎉

  • @TheXxkillerbeatxX
    @TheXxkillerbeatxX 5 месяцев назад +2

    Nice, you rock Pooja!

  • @minseokjeong1881
    @minseokjeong1881 5 месяцев назад

    What a coincidence.
    Today I write code about golden test for the first time.
    It I was watching this video then I could widget test more easily.❤

  • @joshuamdeguzman
    @joshuamdeguzman 5 месяцев назад +2

    Way to go, Pooja! 💙💙💙

  • @FlameEngineDev
    @FlameEngineDev 5 месяцев назад +2

    Good stuff Pooja! 🎉

  • @rahulCoding
    @rahulCoding 5 месяцев назад

    yes ma'am

  • @omjogani
    @omjogani 5 месяцев назад +2

    hoping to see more fluter content from Pooja!!

  • @tiktokreels1596
    @tiktokreels1596 5 месяцев назад +2

    pooja bhaumik !! one of the peoples fav 😍😍😍😍😍

  • @a2zlearn650
    @a2zlearn650 5 месяцев назад

    Hello, sir/madam I'm having trouble getting apps to load on my Android virtual machine. "The lock file contains an unexpected lock protocol. Expected 3, found 0.""Error show: Please assist me, I'm new to Flutter.

  • @mostafaosama5633
    @mostafaosama5633 5 месяцев назад

    What's the benefit of finding a button by padding or size ... the screen gonna have many buttons!

  • @heshansandeepa9471
    @heshansandeepa9471 5 месяцев назад

    awesome

  • @sahincetin35
    @sahincetin35 5 месяцев назад

    Hello, we are receiving an error in our application we developed in Flutter. We noticed that many people are getting this error. Error name: App hanging for at least 2000ms I would like you to help me with this issue and give me information about what the source of the problem might be.

  • @olvinegeorge7388
    @olvinegeorge7388 5 месяцев назад +2

    Pooja🥳🥳🥳🥳

  • @coder_jedi
    @coder_jedi 5 месяцев назад +2

    Sensei 💙💙

  • @RamyWahid
    @RamyWahid 5 месяцев назад

    Cool

  • @Dieterbe
    @Dieterbe 5 месяцев назад +1

    The find stuff looks very impractical to me. I usually just test entire screens. Goldens have their issues but i havent seen anything better

  • @apoorvagarwal5927
    @apoorvagarwal5927 5 месяцев назад

    Watching video while debugging

  • @jamescameron1905
    @jamescameron1905 5 месяцев назад +1

    Hi pooja

  • @PankajKumarMaurya_
    @PankajKumarMaurya_ 5 месяцев назад +1

    Finder Test Visibility Increase 🤫

  • @snapman218
    @snapman218 5 месяцев назад +2

    How professional

  • @GrafritzDesign
    @GrafritzDesign 5 месяцев назад

    UI TEST

  • @vuongnguyenthien319
    @vuongnguyenthien319 5 месяцев назад

    Pooja so cute!

  • @najorg2023
    @najorg2023 5 месяцев назад +1

    Now Google Also going for more views !!!

  • @sharbelokzan9673
    @sharbelokzan9673 5 месяцев назад +1

    Most of the times there’s no escape from golden tests 🥲