Introduction To Testing In JavaScript With Jest

  Рет қаралды 484,818

Web Dev Simplified

Web Dev Simplified

4 жыл бұрын

Testing is one of those things that people either love or hate. Usually testing is something that is hated, until you work on a project with good tests and you realize how amazing they are. In this video I am going to show you how to get started with testing in JavaScript using Jest. I will talk about the code you need in order to write tests, as well as show you some pitfalls of testing. At the end of the video I will breakdown the importance of testing and some best practices you can adhere to in order to make your tests amazing.
📚 Materials/References:
Spread Operator Video: • Why Is Array/Object De...
Reference Vs Value Video: • Reference Vs Value In ...
🧠 Concepts Covered:
- How to install Jest
- What unit testing is
- Why testing is important
- How to write unit tests with Jest
- The importance of test coverage
🌎 Find Me Here:
My Courses: courses.webdevsimplified.com
Patreon: / webdevsimplified
Twitter: / devsimplified
Discord: / discord
GitHub: github.com/WebDevSimplified
CodePen: codepen.io/WebDevSimplified
#Jest #WDS #UnitTest

Пікірлер: 370
@drchrisntsako1339
@drchrisntsako1339 Жыл бұрын
I'm someone who don't comment on videos but whenever I search for a video and see yours, I always choose you. you are the best man
@jbruell94
@jbruell94 15 күн бұрын
1000% agree.
@deansprivatearchive
@deansprivatearchive 3 жыл бұрын
This is a developer that truly knows what he's talking about, nonstop, in facts, and fast - short and simple, bite-sized tips to all development. Master branch, honestly.
3 жыл бұрын
Nope, he's a normal dev just like us. He just has the power of editing. He got a video on that.
@deansprivatearchive
@deansprivatearchive 3 жыл бұрын
​@ I know, that's not what I'm saying - No matter how much debugging he cuts out, the coding and aesthetics themselves are made by a developer that truly knows what he's talking about.
@juanbomfim22
@juanbomfim22 3 жыл бұрын
@@deansprivatearchive I agree. And what reinforces it is his incredible diction
@gainz6180
@gainz6180 10 ай бұрын
@whats the name/link of that video?
@tracynnnn
@tracynnnn 2 жыл бұрын
Notes - test script: "jest --coverage" will detail what's being tested and what's not - Unit tests test the smallest part of your code - toBe() vs toEqual()
@chickenchoclates1971
@chickenchoclates1971 2 жыл бұрын
i love you mate...
@brunoichbinfdp
@brunoichbinfdp Жыл бұрын
thanlks a million times
@michaelhuskey2608
@michaelhuskey2608 2 жыл бұрын
Definitely would be interested in more testing videos. A topic I only really became aware of when I started looking at job postings and my home made projects started getting more complex. Appreciate what you do!
@hugoperez1318
@hugoperez1318 3 жыл бұрын
This was very well explained and demonstrated, great job Kyle! I think a lot of us would like at least another video going deeper into testing, explaining better practices, and whatnot. Great video, though.
@AnishSana
@AnishSana 4 жыл бұрын
This was such a clear and concise explanation; thank you!
@DavidLeDuc1
@DavidLeDuc1 3 жыл бұрын
This is a really great intro to testing using Jest. It would good to see more testing videos, possibly ones that cover plain vanilla (no framework) javascript and testing functions that manipulate DOM.
@kakitayuri
@kakitayuri 3 жыл бұрын
Really really good stuff dude! Coming from nearly a decade of professional Android development, moving to web work, I was hoping to find a succinct explanation about quick setup and coverage. Definitely a thumbs up and a sub from me. I know you're focusing on newer devs a lot, but even at the senior level needing a quick intro, very helpful stuff!
4 жыл бұрын
Amazing tutorial! I was afraid of start studying this topic because it seemed so hard. Now, this video gives me a more clear idea. Thanks!
@JohnAussieMate
@JohnAussieMate 3 жыл бұрын
Thanks Kyle, You are really helpful with your videos, great content, well paced and I love the simplicity of how you make something complicated look simplified. And yes, I would love more videos on testing, I believe it to be necessary and a must for every developer out there. Thanks again mate!
@tech3425
@tech3425 Жыл бұрын
It would be nice to have a Jest course for typescript and Express/React. Really helps us understand how to setup testing for our project
@Cloud-577
@Cloud-577 3 жыл бұрын
Thank you for making this video! I have been curious about automated tests but didn't know where to start. I'm highly interested in a test series💕
@hetroxity
@hetroxity 10 ай бұрын
Kyle bro .. i love how you talk smoothly and going step by step without hurry..
@highestaccomplisher
@highestaccomplisher 3 жыл бұрын
OMG. I am a Manual Testing upping my technical skills to become an Automated Tester and it is the first video I see (after months of seriously researching a lower than beginner level tutorial) that really help me write my first Javascript testing script in 5min. Thank you so much.
@fragileglass9622
@fragileglass9622 4 жыл бұрын
That's awesome. I was just searching on Udemy for a Jest testing course when this popped up. Weird. I'd would really like to see more testing or production deployment ready based courses. Best practices for making app's well tested and properly staged for active use and deploy. It's a topic that is missed very often.
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
I agree. I want to try to cover more testing related information on this channel since I find it quite enjoyable.
@nerdiloo9863
@nerdiloo9863 4 жыл бұрын
AI : You're welcome. Human.
@BjornBrasse
@BjornBrasse 3 жыл бұрын
Please add more video's on testing. Perhaps a course specifically on this subject. I'm sure many people are interested!!
@Misfittykitty
@Misfittykitty Жыл бұрын
@@BjornBrasse I agree--I would 100% sign up for a full course on this by Kyle. I loved his React course, and recommend it!
@FirstLast-gk6lg
@FirstLast-gk6lg 3 жыл бұрын
Came here for a refresher, last time i wrote tests was in school and i really enjoyed them then so excited to refresh my knowledge
@jthomasaurus
@jthomasaurus 4 жыл бұрын
I am very interested in more testing videos. This was a great intro for me, and I’m at that point in my self-teaching to start getting into testing my code! Look forward to more.
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
Thank you! I would definitely recommend getting stated practicing testing since I found it was a skill that took a ton of practice for me to get good at.
@masihkarimi5952
@masihkarimi5952 Жыл бұрын
Wow, that was amazing, I've got the complete concept of how the test case should look and work, Thanks for the great content Man !!
@isabellebidou
@isabellebidou 3 жыл бұрын
you are so inspiring and such a great teacher! thank you for your hard work
@marsdwarf
@marsdwarf 7 ай бұрын
Fantastic tutorial, I love that it's short. Thanks!
@calebsirma3867
@calebsirma3867 4 ай бұрын
Never found a guy so smooth in explanation in 14 minutes.
@DRocksRecords
@DRocksRecords 3 жыл бұрын
Dude! Test seemed like a mile away before I watch this... I get just enough of it to start trying on my own very nice... thanks
@bama2619
@bama2619 3 ай бұрын
The video was in the search and I chose your video. I see your 4 years old video and think that you were tired at that time. In latest videos you are more energetic.). Great videos, Kyle. Thank you.
@xenialxerous2441
@xenialxerous2441 3 жыл бұрын
Hey Kyle! I know it's a bit late to post a question/comment for this video(considering the date of publish for the video) nevertheless, I have been watching your tuts and coding videos and I genuinely enjoy watching your videos and learn a ton of new things and concepts. I particularly love the specific topics like regex, testing, solid principles etc that you cover, which frankly I didn't came across on most other coding pros' channels. I love these indepth programming topics by the way and hence, it automatically draws me to your channel every now and then. Main question I had was, "what could be the main difference between a normal software(app) testing and the full on Pentesting?".. Generally, I am aware of the definitions and the underlying principles but, I am quite assured that, your answer would defnitely shed some more light on the topics and help me go further in these topics. Thanks for everything, and love you!
@mauricioviera6
@mauricioviera6 3 жыл бұрын
Thanks. I'm going through a job interview and they asked me to run unit tests, so this is really helpful as a start. Really appreciate it
@aurumstinger4479
@aurumstinger4479 22 күн бұрын
Did everything go well??
@phamlam4738
@phamlam4738 Жыл бұрын
Thank you very much for this short video. looking forward to see more from you
@TremaineBuchanan
@TremaineBuchanan 4 жыл бұрын
Great video! Was very helpful in starting my journey in writing tests for my code.
@nataliadziedzic9278
@nataliadziedzic9278 3 жыл бұрын
Thanks for this video. If you are thinking about continuing this series then I think tutorial on testing in React would be a great help for newbies ;)
@Jonathan_Henderson
@Jonathan_Henderson 3 жыл бұрын
Great content as always Kyle!
@martinag6607
@martinag6607 2 жыл бұрын
Thanks man!! Super easier to have the --coverage, super helpfull, and well explained!! Much appreciated!
@rafay9254
@rafay9254 3 жыл бұрын
Thank you! I love the way you explain everything
@NiceChange
@NiceChange Жыл бұрын
i know this was posted a while ago.. but wow. creating test made so easy..Huge thanks!!!!
@sessionswithtemitope
@sessionswithtemitope 3 жыл бұрын
Thank you, your explanation is really simple. I hope more testing video comes up
@JamesQQuick
@JamesQQuick 3 жыл бұрын
Using this as a first intro to jest for me. Thanks Kyle!!
@ANDREPEIXOTO1
@ANDREPEIXOTO1 3 жыл бұрын
Me too. Thanks, Kyle! I'll have a technical interview covering jest and this video was helpful. Now I'm going to dive deeper into it.
@MM-hs9vp
@MM-hs9vp 2 жыл бұрын
I was thinking about unit test is so hard for me before I did it, This video makes me feel easily to against testing.Thank you !
@daviddada7771
@daviddada7771 2 жыл бұрын
You're really simplifying web development Thanks so much for this video
@rakanes
@rakanes 2 жыл бұрын
More!! Need a whole series, and also enzyme + jest please!
@hamzahahmad1670
@hamzahahmad1670 4 жыл бұрын
Quality content, as usual. Thank you. If possible, it would be great to see some React testing as well.
@vanessabano7180
@vanessabano7180 Жыл бұрын
This was great! Yes, definitely more testing in JavaScript with next videos please!
@alistokes2308
@alistokes2308 2 жыл бұрын
Thank you for the info! This was really concise, and perfectly helped me figure out this stuff.
@space_monkey125
@space_monkey125 3 жыл бұрын
This is an awesome tutorial would want to see more testing tutorials
@deviant_dj
@deviant_dj 2 жыл бұрын
Thanks! really nice video! *adds Test Driven Development to resume*
@kostiantynkarzhanov9216
@kostiantynkarzhanov9216 10 ай бұрын
Thank you! Very clear and concise explanation! 💛
@utkarshsingh.12
@utkarshsingh.12 Жыл бұрын
Within 14 minutes, this guy made you learn testing even if you know nothing about it. Thanks!!!
@AlexTechie
@AlexTechie 4 жыл бұрын
Great video! I've known about testing for a while, but I (personally) can't think of a place I'd use it. I know that's a me-issue; not knocking testing. Hopefully, in your next video on testing, you do can walk us through some real world use cases. Keep up the good work! 👍
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
Testing us useful anywhere you have logic in your code. Literally anything in your code can be tested and you should definitley test the critical parts of your code
@RogerThat902
@RogerThat902 4 жыл бұрын
Yes, would like more testing-related videos. That was great. I think my biggest issue is knowing what exactly to prioritize when testing because as you said, you can test almost everything, even though you probably never will.
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
I would say you should prioritize the core business logic of your code. Essentially whatever code is the most essential to your project should be tested first.
@aimablebancunguye9617
@aimablebancunguye9617 Жыл бұрын
Wow! you are super great, i was struggling searching for jest course. thank you for your video.
@maheshr5282
@maheshr5282 2 жыл бұрын
The explanation was clear and upto the point. Thank you so much for the video.
@SohailKhan-gu2du
@SohailKhan-gu2du 2 жыл бұрын
Thanks man ❤️.. Helped a lot... Please create testing videos for entire react and node-express application with best practices ❤️... Lots of love brother.. Great work ❤️
@31grimey
@31grimey 4 жыл бұрын
Amazing video Kyle. Can you do a video about testing React with Enzyme?
@nagasaran3856
@nagasaran3856 3 жыл бұрын
Good clarity is maintained throughout the video
@metagamingOficial
@metagamingOficial 3 жыл бұрын
Thanks Kyle, that was a nice start =)
@conorbyrne3519
@conorbyrne3519 4 жыл бұрын
Your videos are great man! Keep it up!
@cengiz-ilhan
@cengiz-ilhan 2 жыл бұрын
he is teaching everything simple. AWESOME
@davitdarsalia7641
@davitdarsalia7641 3 жыл бұрын
Watching in 2021 , The most useful tutorial , Thanks man!
@filemomb984
@filemomb984 4 жыл бұрын
Man, thank you a lot, yours tutorials are incredible!! Congrats!!
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
Thank you!
@joshr.2600
@joshr.2600 Жыл бұрын
I've watched plural sight for 1 hour. And YOU have explained this 10x better in 13 mins. U have my like n sub. If u have a paid channel. I'm ready
@mikmikmikmijtheshy8577
@mikmikmikmijtheshy8577 Жыл бұрын
You just saved my life!! Thank you!!
@stanleyagwu4818
@stanleyagwu4818 3 жыл бұрын
Thanks so much. You are, and have been doing a great job for us! More grace!!!
@JohnMitchellCalif
@JohnMitchellCalif Жыл бұрын
I'm a testing expert, and I congratulate you. Your explanation is very clear and understandable! Subscribed.
@user-rz7xz4wf8p
@user-rz7xz4wf8p 6 ай бұрын
so why the expert like you is watching tutorial for beginners?
@FelipeBarbosaGoogle
@FelipeBarbosaGoogle 8 ай бұрын
Amazing job for beginners like me, thanks.
@AlexGrigoreDEV
@AlexGrigoreDEV 4 ай бұрын
Very helpful, even though there's a lot more to know about JEST, it's a well rounded primer. Thank you!
@jamezjaz
@jamezjaz 3 жыл бұрын
Great video! Thanks for sharing, Kyle
@kieranbarker1902
@kieranbarker1902 3 жыл бұрын
Awesome video, man. Cheers! ❤️
@deepumon.d3148
@deepumon.d3148 2 ай бұрын
Bro Thanks for this amazing video. Actually, I have to write JEST code in our organization. Your video helps me a lot. Please do more videos about JEST.
@PGBlanks
@PGBlanks 2 жыл бұрын
I was broken after they introduced this to me at bootcamp, but you helped explain it very clearly! Thank you.
@aktp4796
@aktp4796 2 жыл бұрын
At least they introduced it to you.. I’m a recent bootcamp grad currently job searching and getting back to these necessary fundamentals after realizing how ill prepared I am.
@daurham
@daurham 2 жыл бұрын
Bro SAME
@daurham
@daurham 2 жыл бұрын
Looking at the mess and I’m thinking “sooo theyre functions..? But how.. & wtf is toBe” 😂
@KINGQABIL
@KINGQABIL 2 жыл бұрын
Thanks, man Your explanation is another level bro
@go_better
@go_better 4 жыл бұрын
Thanks. So clear and understandable, really.
@RayPereda68
@RayPereda68 4 жыл бұрын
Helpful video. Please create more testing videos. In particular, snapshot-based testing would be of interest.
@wepranaga
@wepranaga 3 жыл бұрын
this guy is always make things easier
@shashantr.9380
@shashantr.9380 7 ай бұрын
I really appreciate your dedication and hardwork that went into your video titled 404 Not Found (Coming Soon).
@carasvan
@carasvan 11 ай бұрын
I'm in QA and just learning JavaScript but need to learn Jest for work, this was very helpful
@nidheeshpv8300
@nidheeshpv8300 2 жыл бұрын
Dude, awesome! Thanks a lot. 💕💕
@hamed4451
@hamed4451 3 жыл бұрын
That's great kayl ... why you didnt continue this series?😟 Can you create " test(with jest) in react " tutorial series?
@abe10
@abe10 3 жыл бұрын
Yes please. More testing tutorials :(
@andylib
@andylib 3 жыл бұрын
That‘d be dope 🔥
@deansprivatearchive
@deansprivatearchive 3 жыл бұрын
kyle*
@hamed4451
@hamed4451 3 жыл бұрын
@@deansprivatearchive ooops.my bad , but take it easy :)
@connoisseurofcookies2047
@connoisseurofcookies2047 2 жыл бұрын
@@deansprivatearchive Punches drywall
@cephoenix
@cephoenix 10 ай бұрын
Thanks bro! Helped a lot!!!
@anishjoshi1999
@anishjoshi1999 3 жыл бұрын
loved your work!!
@MoMoneyMoritz
@MoMoneyMoritz 2 жыл бұрын
Thanks man, this was very helpful :)
@ahnaffaiyaz1892
@ahnaffaiyaz1892 Жыл бұрын
Great explanation, thank you very much.
@EDW4RD249
@EDW4RD249 2 жыл бұрын
Thank you, amazing work!
@codewithhyder1553
@codewithhyder1553 Жыл бұрын
great brother , it helped me 100%
@okopyl
@okopyl Жыл бұрын
Could you please record a video on how to test React's components? And also it would be cool if you could make a video o how to install Jest to Vite's project. I did it, but it was quite a headache - no tutorials were working, I had to google a lot of errors and fix them by myself...
@MegaVladikslavman
@MegaVladikslavman 2 жыл бұрын
Thank you a lot for your explanations! Reaslly find them very useful for me!
@progtom7585
@progtom7585 2 жыл бұрын
Lifesaver! Thanks heaps!
@mzamomahaeng268
@mzamomahaeng268 3 жыл бұрын
excellent video and well demonstrated thank you 😊
@peytoncastillo4508
@peytoncastillo4508 Жыл бұрын
🥳very helpful thank you!
@Joserditosanto
@Joserditosanto 3 жыл бұрын
Great explanation
@FED_workerz
@FED_workerz 3 ай бұрын
Iam watching many testing tutorial but i don't understand then i see your your testing tutorial video then i watch i understand sir teaching is good 😊
@sabuein
@sabuein 2 жыл бұрын
Thank you, Kyle.
@yesweet
@yesweet 4 жыл бұрын
You are lucky if you have someone like WDS besides you, and we are lucky as we have WDS on KZbin👏
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
Thank you. I am planning to stick around for the long haul, so you don't have to worry about me leaving your side.
@Zen-lz1hc
@Zen-lz1hc 2 жыл бұрын
Like Cool simple introduction to Jest Thank You :)
@ventsislavstoimenov4404
@ventsislavstoimenov4404 2 жыл бұрын
great video, i will definetely use this at one point thank you :)
@nerdiloo9863
@nerdiloo9863 4 жыл бұрын
I admit I don't unit test much but I'll give this a go - i like the console and html output
@supriyantapoddar6129
@supriyantapoddar6129 4 жыл бұрын
Want more advance testing videos. Your videos help us a lot. Thanks a ton!
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
Thanks! I hope to explore more testing videos in the future for sure.
@bonarhyme
@bonarhyme 3 жыл бұрын
I really really appreciate this
@kevinnacario359
@kevinnacario359 3 жыл бұрын
Thank you! I was able to get in track because of your videos. Do you have videos for react-spring?
@steezyx2321
@steezyx2321 2 жыл бұрын
This is so helpful.
@omar_calderon
@omar_calderon 2 жыл бұрын
Thanks, your explication is easy
@stith_pragya
@stith_pragya 11 ай бұрын
Thanks Bro for the video...........🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻
@huseynfy
@huseynfy 2 жыл бұрын
Thank you so much!
@shwackthenoobsac
@shwackthenoobsac Жыл бұрын
This was great thank you
Why Vitest Is Better Than Jest
13:13
Web Dev Simplified
Рет қаралды 125 М.
JavaScript Unit Testing Tutorial for Beginners
48:32
Programming with Mosh
Рет қаралды 50 М.
Когда на улице Маябрь 😈 #марьяна #шортс
00:17
Chips evolution !! 😔😔
00:23
Tibo InShape
Рет қаралды 19 МЛН
Follow @karina-kola please 🙏🥺
00:21
Andrey Grechka
Рет қаралды 21 МЛН
Glow Stick Secret (part 2) 😱 #shorts
00:33
Mr DegrEE
Рет қаралды 49 МЛН
How To Actually Get Hired In 2024
10:43
Web Dev Simplified
Рет қаралды 186 М.
Learn JSON in 10 Minutes
12:00
Web Dev Simplified
Рет қаралды 3,1 МЛН
Mocking Asynchronous Functions with Jest
21:50
Swashbuckling with Code
Рет қаралды 64 М.
Testing In React Tutorial - Jest and React Testing Library
21:28
Stop Writing So Many Tests
10:02
Web Dev Simplified
Рет қаралды 78 М.
Why You Shouldn't Nest Your Code
8:30
CodeAesthetic
Рет қаралды 2,5 МЛН
Test-Driven Development // Fun TDD Introduction with JavaScript
12:55
Jest. Unit Тестирование в JavaScript
1:27:05
Владилен Минин
Рет қаралды 167 М.
All The JavaScript You Need To Know For React
28:00
PedroTech
Рет қаралды 536 М.
Когда на улице Маябрь 😈 #марьяна #шортс
00:17