Комментарии:
Brilliant. Thanks.
ОтветитьToo good and informative videos Nick. proud to be ur subscriber :)
ОтветитьVery helpful thank you
Ответитьwhere do u get CalculatorState from in the calculator class? wtf
ОтветитьGreat beginner video but the information about the tests running in parallel is incorrect. Tests within a class will not run in parallel because by default xunit create a test collection per class. You can switch the behavior to create a collection per assembly but you can't go to a lower level than class AFAIK. Also, if you use CollectionDefinitions that use fixtures, you need to ensure you define the CollectionDefinition in the assembly with the tests, otherwise the fixtures part of the CollectionDefinition isn't recognized and it won't create the fixtures, silently failing. After 4 hours I found single sentence in the documentation that states this.
ОтветитьHi Nick, great video!
Do you have a video going through unit tests using InMemoryDatabase db context?
I run into problem "An item with the same key has already
been added" when running multiple unit test files when initializing the same context even when i already added IDisposable and EnsureDeleted.
Is it just bad to do unit test using this way?
Nice video.
ОтветитьThank you so much...
What if you want to initialize selenium chrome driver using some parameters how you will inject it in the constructor?
Why does TestData need to be an iterator function? Let it return the data from a static field.
(Or better yet, allow MemberData to use fields directly; but that's apparently an xUnit design choice.)
Outstanding! This is the ideal video for me. A bunch of real code examples showcasing the full feature set (or at least the most important ones) along with a little explanation as to limitations, use cases, etc. Perfecto!!
The only constructive criticism I have is that (on my desktop speakers at least) the sound is a bit muddled and bassy for voice.
Do we need to suffix "Theory" in every [Theory] method? Like is it best practice?
ОтветитьI wasn't convinced. But about a third of the way through.... This is amazing! Will definitely look into this package
Ответитьhahaha because my pc is too fast
ОтветитьGreat Tutorial Indeed!
Ответитьyet again great tutorial. thanks for all the effort
ОтветитьThanks for this, though it was quick, it's very useful... But - Who tests the tests?
ОтветитьThank you
It was very helpful
what about Component test, can we use xUNIT for that propouse?
ОтветитьIs it bad practice to use a static property containing the dependencies instead of using a context?
Ответить👍🏽
Ответитьjust found your channel a week ago. Really high-quality content! keep it up
ОтветитьAs usual, the best video.
Ответитьcool and informative as always. Would very much like to see you demonstrate winappdriver. Keep up the god work!
ОтветитьThis has been a huge help. Before watching your video, I only know about [Fact] and [Theory][InlineData].
ОтветитьIt's so that I thought about whether you could make a video where you have a project, service, data and testing. It's because I'm in trouble compared to when I need something in service that I can not access the database. I have researched a bit in relation to stackoverflow around it and there I could read my way to "You can not use appsettings.json as Configuration in test project from Web project. If you want to use, you should make a custom implementation" Thanks for video.
ОтветитьHi Great video...I am trying to implement extent reporting using Extent reporting using Selenium c# with Xunit. are you able to guide me details of how to implement this in my framework
ОтветитьGreat video, nicely explained and you have kept it simple and easy to understand. Thank you.
Ответитьthanks, bro!
ОтветитьDidn't expect this video to go beyond beginner's level and turned out to be extremely useful condensed and clear information. I just created a new private playlist for favorites to add this in. Mille Grazie! :*
ОтветитьGreat video, thank you!!
ОтветитьThanks man! It helps me to start my testing.
ОтветитьVery very helpful video... thanks
ОтветитьGood tutorial!
Ответитьhow does your visual studio look so different?
ОтветитьCould you please make a video about NUnit? Thanks a lot!!!!!. Great videos!!!
ОтветитьGreat vid.. thank you!!
ОтветитьGreat video, thank you!
ОтветитьHi there, do you mind providing a tutorial for AssemblyFixture?
CollectionFixture doesnt work for me since it requires all involved tests to be executed sequentially, but I need parallelism
Thank you!
Great video! keep up the good work!
ОтветитьThanks for the tutorials! They are superb!
ОтветитьAWESOME .. NICK THANKS FOR EXCELLENT VIDEOS ..CAN YOU PLEASE CHECK POSSIBILITIES FOR SOME VIDS ON CLIENT SIDE UNIT TESTING ..USING JASMINE??
ОтветитьAwesome Nick, thank you!
ОтветитьVery nice
ОтветитьThank you very much for your videos, Nick! I'm learning a lot!
Would it be possible for you to create a little practical tutorial on how to test API controllers and services which talk to the database layer with xUnit?
Your speed is too fast, I know about unit test but not know about xUnit so it is hard to grasp the detail that much quick.
Your videos are good, but please try to slow down your speed and explain thing is little more detail.