Getting started with Behavior Driven Development (BDD) in .NET using SpecFlow

Become a Patreon and get source code access: / nickchapsas
Check out my courses: dometrain.com
Hello everybody I'm Nick and in this video I will show you how you can get started with behavior driven development or BDD in .NET. For this video I will be using SpecFlow to demonstrate the concept and the implementation but there are ther packages as well that can be used.
Support SpecFlow
- specflow.org
- github.com/SpecFlowOSS/SpecFlow
Don't forget to comment, like and subscribe :)
Timestamps
Intro - 0:00
Quick BDD explanation - 1:10
Implementation with SpecFlow - 3:05
Social Media:
Follow me on GitHub: bit.ly/ChapsasGitHub
Follow me on Twitter: bit.ly/ChapsasTwitter
Connect on LinkedIn: bit.ly/ChapsasLinkedIn
#dotnet #bdd #specflow

Пікірлер: 76

  • @lyrapuff7502
    @lyrapuff75023 жыл бұрын

    Thanks for all these beautiful videos, this channel may be truly considered as a rare gem! ^w^

  • @HenrikKleist
    @HenrikKleist3 жыл бұрын

    This is amazing content! I would like to see more content with that topic!

  • @bahtiyarozdere9303
    @bahtiyarozdere93033 жыл бұрын

    Please continue. Unit testing is great but when it comes to business we developers need a common point to communicate with business language. Specflow is great for this. Thank you for nice introduction.

  • @RomanSuska
    @RomanSuska3 жыл бұрын

    Wow, I am impressed. Please, continue videos about BDD :)

  • @brunosansigolo
    @brunosansigolo3 жыл бұрын

    Awesome content! Please continue with the series :)

  • @rops009
    @rops0093 жыл бұрын

    You are one of my favourite youtubers! And please continue with the BDD and SpecFlow!

  • @KazimierzLuska
    @KazimierzLuska2 жыл бұрын

    Hey Nick this is a really nice intro video, would definitely be up for watching your take on a bit more complex features ;)

  • @siswaabadi3585
    @siswaabadi35852 жыл бұрын

    Please continue the series. This is a great video.

  • @belugaaa6649
    @belugaaa66493 жыл бұрын

    Excellent video for a starter like me on BDD, i will read the documentation and do a sample feature tonight. can you also make video talking about hooks ? it seems like Pre and Post steps during test run.

  • @lost-prototype
    @lost-prototype3 жыл бұрын

    Wonderful video Nick! As always!

  • @mariosteiner9206
    @mariosteiner92063 жыл бұрын

    Great video and excellent explanations. Keep up the great work! Would love to watch a follow-up video about Hooks :)

  • @jangohemmes352
    @jangohemmes3522 жыл бұрын

    Please continue this series, BDD is a major blind spot in my work

  • @bulsond
    @bulsond3 жыл бұрын

    Thanks. I would like to continue this topic.

  • @peterzaj8876
    @peterzaj88763 жыл бұрын

    I could not wait for PDD (Poem Driven Development), where you have to write the unit tests / features as a poem... :D I mean in my time this was called as requirement specification and it was written in word it was readable for everyone but I guess that is now not fancy enough... However, really good explanation :)

  • @nickchapsas

    @nickchapsas

    3 жыл бұрын

    It’s actually called Specification by Example in BDD as well

  • @haroldemmers3678
    @haroldemmers36783 жыл бұрын

    Love to see more of this.

  • @_Bence
    @_Bence3 жыл бұрын

    Thank you for your videos! Very informative and great explanation!

  • @rhexcasas8452
    @rhexcasas84526 ай бұрын

    Please continue Sir.

  • @terryanderson8354
    @terryanderson83542 жыл бұрын

    Excellent material...keep up the great work!

  • @nabinkjha
    @nabinkjha3 жыл бұрын

    Excellent video. Every second worth to watch.

  • @Ecarin
    @Ecarin9 ай бұрын

    best BDD VIDEO EVER!

  • @josedaniel2417
    @josedaniel24174 ай бұрын

    Please continue; so interesting

  • @arthurrasera
    @arthurrasera3 жыл бұрын

    Nice subject. Please keep it up. It would be nice to build a more complex sistem as you progress so that we can see more realistic features. Including integration with local and external web apis. Maybe merge gRPC series with BDD to create a real world case at the end.

  • @dennisigah7579
    @dennisigah75793 жыл бұрын

    Thanks for the video, very informative

  • @thespicycoder5583
    @thespicycoder55833 жыл бұрын

    I was hesitating to switch to Rider, because of tool supports like SpecFlow. Now I can use it with confidence. Thanks Nick :)

  • @codex4046

    @codex4046

    3 жыл бұрын

    This plugin was only released last 28th of January if I remember correctly. I've wanted to learn using SpecFlow last year and there was no real support for Rider. Specflow support was both in the Jetbrains bugtracker as the Specflow github issues requested in 2017. The support for Rider related tools is growing, but sometimes it's just not there yet unfortunately. That said, I've been using Rider happily for a few years now.

  • @AndrewHeys
    @AndrewHeys3 жыл бұрын

    Please continue! :-)

  • @rao6815
    @rao68153 жыл бұрын

    Awesome explanation.

  • @ahmedgalal007
    @ahmedgalal007 Жыл бұрын

    Please continue , Great video bro

  • @YuryArutyunov
    @YuryArutyunov3 жыл бұрын

    Please continue!

  • @dFruh
    @dFruh3 жыл бұрын

    Thank you for making me aware of the new specflow plugin for rider!

  • @yurifontoura2189
    @yurifontoura218911 ай бұрын

    This is AWESOME!

  • @georged.3684
    @georged.36842 жыл бұрын

    Nice video Nick. A good follow up would be to use SpecFlow combined with Selenium in order to achieve Automation Testing. Well done though!

  • @nickchapsas

    @nickchapsas

    2 жыл бұрын

    I actually have a video on that already but I use Playwright instead of Selenium

  • @MultiMrSaid
    @MultiMrSaid3 жыл бұрын

    I had question about .feature.cs file and removed it when I solved it. But looks like you answered to my question Nick. Yes I tried to use [Binding] and it solved my issue. so Looks like with new updates we don't see anymore .feature.cs file but it works when we add [Binding] to our steps.cs class. Thanks

  • @jez9999
    @jez99993 жыл бұрын

    This is a useful real-world example of BDD that kind of confirms my feeling about it, which is that it doesn't really add much. It takes a requirements spec and makes it into a harder-to-read format like gherkin and for what exactly? A requirements spec written in English is gonna be easier for a project manager to write (in fact every project manager I've met wants to do that instead of learning Gherkin) and perfectly easy for a team to analyze and implement. BDD seems to be solving a problem that doesn't exist.

  • @peterhike8221

    @peterhike8221

    2 жыл бұрын

    Typical upper management attitude. Project managers generally want nothing to do with code or the responsibility of developing features, which is fine but now that an accountability factor exists that makes product directly responsible for the behaviour of the applicaiton and what is shipped its all "uhhh but we prefer plain english". Fuck off

  • @mirkogeffken2290
    @mirkogeffken22902 жыл бұрын

    You have way too few subscribers! Great channel!

  • @thespicycoder5583
    @thespicycoder55833 жыл бұрын

    Combine SpecFlow with InMemory API testing concept from Nick's other video, for more super powers!

  • @stefangranath3841
    @stefangranath38413 жыл бұрын

    This is super interesting! Do you have any examples of authenticating by logging in an a wep page, then use cookies to authenticate and test towards a webapi?

  • @regeface
    @regeface2 жыл бұрын

    Awesome video 👍 I can see myself using in my personal projects maybe. From your experience, what are some potential drawbacks from using specflow?

  • @RaMz00z

    @RaMz00z

    Жыл бұрын

    From 4 years of writing SpecFlows : writing reusable Givens is the big challenge. If you do it the wrong way, you'll end up with thousands of Givens that are pretty much the same but not really, and then chosing one when you write a test is a nightmare... For example, I would advise against "Given a user that is logged in", because after you'll have "Given a user from that country", "Given a user that is 2m tall", 'Given a user that is right-handed". It's a nightmare, and scenario setup can become gigantic and unreadable. Instead, you can use an array to position all properties at once, and have only one Given per entity. That's what we did, it changed everyone's life !

  • @YouGot2expressurself
    @YouGot2expressurself3 жыл бұрын

    I'm programming for like 13 years, I also make some videos of programming but they are meant for the native romainian speakers because usually a part of them do not know that well English but man you really inspired me to give something back. To be honest you do an amazing job. Kudos ! Respect ! Anyway good job !

  • @andreibicu5592

    @andreibicu5592

    2 жыл бұрын

    Romanian programmers do know English. Unlike other nationalities, we write the code in English, create the documentations in English, exchange emails in English, speak with the clients in English. We even borrowed terms from English to our vocabulary. Have you ever seen a Romanian using a Romanian keyboard :)) ? I believe only the people aged 50+ (with some exceptions, of course) don't know English, so maybe your content is more focused on them. Nick's doing a great job, indeed!

  • @YouGot2expressurself

    @YouGot2expressurself

    2 жыл бұрын

    @@andreibicu5592 Dude, next time, ready my comment. There are people "THAT AREN'T PROGRAMMERS". "I also make some videos of programming but they are meant for the native romainian speakers because usually a part of them do not know that well English" ... Read that again slowly. " A PART OF THEM"

  • @antonmartyniuk
    @antonmartyniuk3 жыл бұрын

    Nice video, keep on making new BDD videos

  • @eltrukof
    @eltrukof3 жыл бұрын

    thanks for sharing!! following =)

  • @PaulSebastianM
    @PaulSebastianM Жыл бұрын

    Hey Nick, might be cooler if you mirrored your camera so that it looks like you're looking at the same code we're looking at when we're watching your videos 😊.

  • @nzliqi07
    @nzliqi07 Жыл бұрын

    Fantastic video, are you able to make a video of SpecFlow Selenium with Page Object Model pattern, thank you Nick :)

  • @PaulSebastianM
    @PaulSebastianM Жыл бұрын

    It's only harder to identify what went wrong with BDD if your Gherkin steps are not formulated correctly to be like something you would say to your domain experts. If something goes wrong, you only need to to stick a breakpoint before your scenario steps and verify that the steps are happening in accordance to the specs. But, yes, BDD does not mean you have to stop doing unit testing. If you feel like some classes need to be unit tested for tighter control, you can still do that.

  • @brandonpearman9218
    @brandonpearman92183 жыл бұрын

    Looks interesting and I am interested to see more on this. but I imagine this being a nightmare practically. If business writes these features: 1. do they need access to source code or do devs copy paste it into the source? 2. Every time they write something that does not match what your code allows for it breaks the test. eg if they write "3 apples that cost 5 USD are added to the cart", do you have to tell them to use specific words and do a back and forth with them, or do you cater for different variations?

  • @theincredibleillmo9385
    @theincredibleillmo9385 Жыл бұрын

    Can I find this technology in one of your courses?

  • @MultiMrSaid
    @MultiMrSaid3 жыл бұрын

    now I cannot run projects : ) looks like its because of the missing features.cs file. any ideas how to solve it?

  • @sirdespin
    @sirdespin3 жыл бұрын

    What are the three pencil button at the rigth bottom corner of the text editor?

  • @nickchapsas

    @nickchapsas

    3 жыл бұрын

    It allows you to change the highliting level on the fly

  • @adrien8768
    @adrien87683 жыл бұрын

    Can i have the code please. To make one demo for my team ?

  • @rao6815
    @rao68153 жыл бұрын

    One general question Nick. We are .Net or C# stack developer. Today I was reading new opening JD just for learning new technologies. I saw approximately 20 new opening. There were 12 to 13 jobs for Java developer and only 3 to 4 for .Net and C# developer and remaining for MEAN and MERN I did understand why ? even now Net core is open source and support multiple open source platform. Now my question is do we need to change our stack?

  • @nickchapsas

    @nickchapsas

    3 жыл бұрын

    I can't know for sure but my personal take is this. Java has been around fo a long time and has been cross platform from the beginning making it more popular than C# and .NET. This means there is a ton of Java code that needs to be worked on and maintained. Companies can't easily turn an switch and convert their amazing Java developers to amazing .NET Core developers overnight. It's too expensive and too dangerous. So people that are using .NET Core/5 are in their overwelming majority, people who were already .NET Framework developers that knew C#. More and more teams and comapnies are picking up .NET 5 now but it's gonna be a long time before it becomes more popular than Java.

  • @rao6815

    @rao6815

    3 жыл бұрын

    @@nickchapsas yes make sense..

  • @bodek321

    @bodek321

    3 жыл бұрын

    Agree with Nick 100%. NET Core is very fresh platform comparing to Java and many dotnet/c# shops are still having .NET Framework 4.7 or even 4.0 bases systems MVC, REST API, WebForms. Java is developing very dynamically while maintaining amazing backward compatibility with Java 8 or with previous releases. This allows Java teams to migrate projects more easily. For sure we should expect many legacy .NET Framework systems to be migrated soon, .NET Framework 4.8 is the last version of the framework and soon we should have .NET 6 LTS (good moment for the migration)

  • @lawrencechandrasekar9488
    @lawrencechandrasekar94883 жыл бұрын

    Which IDE did u used ?

  • @nickchapsas

    @nickchapsas

    3 жыл бұрын

    I'm using JetBrains Rider

  • @danirdd92
    @danirdd923 жыл бұрын

    7:10 logged in users (they) HAS a discount?!

  • @nickchapsas

    @nickchapsas

    3 жыл бұрын

    Ah shoot I wanted to show how you can have matching on both it and they with the same attribute and I forgot! Basically you can add (it|they) or add a second attribute with different phrasing and they will both work. Can’t believe I forgot to show that

  • @danielwilkowski5899
    @danielwilkowski58993 ай бұрын

    What this guy is showing is not really BDD, he's just showing you how to use SpecFlow, and these aren't the same.

  • @nmarcel
    @nmarcel3 жыл бұрын

    I disliked that english-like DSL, its looks like modern Cobol to me. I would prefer an internal C# DSL with fluent syntax to write the spec.

  • @nickchapsas

    @nickchapsas

    3 жыл бұрын

    Gherkin has been around for a long time and is a universal syntax across any underlying language. It makes it really easy for product people to write no matter the technology that the team is using behind the scenes

  • @DEBBAH1907
    @DEBBAH19073 жыл бұрын

    this looks like too much overhead, is anyone even using this approach in a big scale real life project? nice video though.

  • @nickchapsas

    @nickchapsas

    3 жыл бұрын

    Depends on what you mean big scale. Do you mean throughput? Then sure I’ve seen it used in systems that do thousands of requests per second. Do you mind size of individual project code base? Probably but I only work with micro services so I wouldn’t know.

  • @wannabe-mechanic
    @wannabe-mechanic2 жыл бұрын

    it would be great if you explain it a little bit slower. you go way too fast, thanks

  • @54waterball
    @54waterball3 жыл бұрын

    first