The Testing Feature YOU DIDN'T KNOW YOU NEEDED

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ • 15

  • @kinsondigital
    @kinsondigital 6 місяців тому +1

    I have used live/continuous testing for years. I love it and it makes you much more productive. I have used it both on VS and Rider.

    • @gui.ferreira
      @gui.ferreira  5 місяців тому

      Do you prefer one of them? Or regarding live/continuous testing they are mostly the same?

  • @KenB782
    @KenB782 6 місяців тому +3

    Will definitely use it in Rider

  • @xpawner
    @xpawner 6 місяців тому +1

    nice :)
    what is the name of the tool that allows you to highlight content on the screen? (like in 3:08)

  • @iOfSauron
    @iOfSauron 6 місяців тому +1

    I honestly didn't know that this existed. I use Rider and will definitely be giving it a go.

  • @olivier0003
    @olivier0003 6 місяців тому +3

    Live Unit Testing is available in the Enterprise edition of Visual Studio.

  • @SlowAside5
    @SlowAside5 6 місяців тому

    To be honest, I’ve never really given continuous testing a chance, and I’m not sure if I can articulate why. I probably thought it would be annoying or maybe it’s a control thing where I want to run my tests on my own terms. Looks like I need to give it a try.

    • @ARumGremlin
      @ARumGremlin 6 місяців тому

      I’ve avoided it over the years because of resource consumption. Most places I work haven’t given me a beefy laptop.

    • @gui.ferreira
      @gui.ferreira  5 місяців тому

      Give it a try.
      But, you need a quick test suite 😉

    • @gui.ferreira
      @gui.ferreira  5 місяців тому

      Try to use testing sessions to limit the tests executed to a subset of your tests.
      So, it doesn't run Integration tests, for example.

  • @jameskelly99
    @jameskelly99 6 місяців тому +2

    If using cli, dotnet watch test is another less sophisticated option too

  • @ManderO9
    @ManderO9 6 місяців тому

    TDD is becoming a cult at this point