An overview of the different types of testing used on software systems

Поділитися
Вставка
  • Опубліковано 28 сер 2022
  • Just sharing my thoughts on the different types of testing we do in software and how to choose where and what to unit and integration test.
    Good read: martinfowler.com/eaaDev/Organ...
    My VSCode Extensions:
    - theme: material community high contrast
    - fonts: Menlo, Monaco, 'Courier New', monospace
    - errors: Error Lens
    - extra git help: Git Lens
    - tailwind css intellisense
    - indent rainbow
    - material icon theme
    - prettier & eslint
    - ES7+ React Snippets
    ------------
    🤑 Patreon / webdevjunkie
    🔔 Newsletter eepurl.com/hnderP
    💬 Discord / discord
    📁. GitHub github.com/codyseibert/youtube

КОМЕНТАРІ • 13

  • @franciskafieh
    @franciskafieh Рік тому +2

    Super helpful! Coming from OOP, I find unit tests a great way to ship bug-free logic that covers all the edge cases. For some projects it may be overkill, but otherwise TDD is great!

  • @amankaushik5833
    @amankaushik5833 Рік тому +1

    Another great video!
    You have the most unique videos in tech...

  • @VijayKumar39
    @VijayKumar39 Рік тому

    Really great video, very helpfull, everyone is confused between several type of testing.

  • @kishDoesThings
    @kishDoesThings Рік тому +1

    Excellent video

  • @eshw23
    @eshw23 Рік тому

    It would be great if you can make a systems design interview guide, im sure you've gotten that in your career.

  • @SeibertSwirl
    @SeibertSwirl Рік тому +1

    Good job love ❤️

  • @DuyTran-ss4lu
    @DuyTran-ss4lu Рік тому

    Amazing

  • @KrelleTG
    @KrelleTG Рік тому

    Hey! Can you make a video about architectural design from scratch in React? You had a nice setup in another video.

  • @obscureintentions6817
    @obscureintentions6817 Рік тому

    Splitting out the logic from the react components for testing is interesting. Can you show an example of this if you don't have one already?

    • @WebDevCody
      @WebDevCody  Рік тому

      I have a tdd video I published a few days ago where I used a MVC approach to building and testing a next page

    • @obscureintentions6817
      @obscureintentions6817 Рік тому

      @@WebDevCody Ah perfect. I must have glossed over it. Thanks and keep up the awesome work!

  • @TheGetawayMan
    @TheGetawayMan Рік тому

    @7:35 This. There's nuance for sure.

    • @WebDevCody
      @WebDevCody  Рік тому

      I don’t remember what I said here, unit test if you want to? Agreed. Nothing is ever black and white.