NUnit Testing for .Net Core Application

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

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

  • @RudraPratapSinghLearning
    @RudraPratapSinghLearning 2 года назад

    Awesome! Very well explained with simple steps. You can see this tutorial with speed of 1.5x easily.

  • @soh25moh
    @soh25moh 10 месяцев назад

    Really good with simplicity!

  • @LifeReadiness
    @LifeReadiness 4 года назад +1

    Thanks Nirjhar. Really helped me a lot !

    • @DotNetCoreCentral
      @DotNetCoreCentral  4 года назад +1

      Suryadip Basu thanks. Glad I could help.

    • @LifeReadiness
      @LifeReadiness 4 года назад +1

      Is there a chance that you can probably make a video, little elaborately with Dependency Injection mocking & file operation mocking ?

    • @DotNetCoreCentral
      @DotNetCoreCentral  4 года назад

      Suryadip Basu sure I can do that. Thanks

  • @thesuperiorman8342
    @thesuperiorman8342 4 года назад +1

    I followed your steps but the test explorer is not showing the unit tests!!! Stuff like this makes me hate programming. Actually programming is a joy but the tools can be a nightmare. Thank you anyway

    • @DotNetCoreCentral
      @DotNetCoreCentral  4 года назад +1

      @The Superior Man, if you can share your project file with me, I can see if I can help you anyway to solve the issue.

    • @thesuperiorman8342
      @thesuperiorman8342 4 года назад +2

      @@DotNetCoreCentral Thank you so much for offering to help but I managed to fix the issue. I did a google search and read through answers on Stackoverflow but none of them were of help. And just before I gave up, a pop up message came up on updating my visual studio so I clicked on it to update. It now works. The update did the magic. Thank you again

  • @marczenkner9667
    @marczenkner9667 3 года назад

    Great tutorial! Thanks so much for doing!

  • @Steve7x
    @Steve7x 4 года назад +1

    Thank you so much! Very helpful

  • @rahulshetty3849
    @rahulshetty3849 Год назад

    Thank you🙏

  • @jyotidash5409
    @jyotidash5409 3 года назад +1

    Nice video and helpful also. But I need some complex(real time/Api method) testing scenarios,

    • @DotNetCoreCentral
      @DotNetCoreCentral  3 года назад

      @jyoti dash, thanks for watching the video. When you say complex scenarios, can you please elaborate, and I will see if I can help you out?

    • @namburinaveen5492
      @namburinaveen5492 3 года назад

      @@DotNetCoreCentral Jyoti's ask is to do Database mock test cases,http mock test cases,how to create test cases for controller methods which returns views,fileaction result etc,how to check whether a controller methods return types,test cases for dependancy injections etc

    • @DotNetCoreCentral
      @DotNetCoreCentral  3 года назад

      ​@@namburinaveen5492 thanks for the clarification. I can try doing that.

  • @poclearn
    @poclearn 3 года назад

    Very helpful ..Thank you

  • @KpakpatoTv-ks6hd
    @KpakpatoTv-ks6hd 3 года назад

    Great intro about NUnit, yet how it this related to .net core? Misleading title

    • @DotNetCoreCentral
      @DotNetCoreCentral  3 года назад

      @Kpakpato.Tv, thanks for watching! Since it is focusing on a .NET Core application testing, hence the title, but I agree, this can be used with legacy .NET the same way. I am sorry if that misled you to watch the video.

  • @HammadBinSajid
    @HammadBinSajid 3 года назад

    Nice, Basic NUnits, :)

  • @janwiesemann8762
    @janwiesemann8762 2 года назад

    Me every day: 13:27

  • @vinodmaurya_02
    @vinodmaurya_02 4 года назад

    nice