00:00:00 Dive In - Let's Get Started! 00:15:54 A Whirlwind Overview of Testing 02:05:37 Understanding Element Roles 02:35:47 Finding Elements with Query Functions 02:59:37 Query Function Suffixes 03:28:30 Matchers in Jest 03:43:09 Big Project Overview 04:31:07 The Mysterious 'Act' Function! ... on progress
@strategistaow35202 ай бұрын
bro where to download project file? i can't see any file that point to the project, that is a starting project in 3:43:09. I can't continue
@cagatayucerАй бұрын
@@strategistaow3520 I just created a repo for this lecture that contains all examples. Please don’t hesitate to give me a star :)
@juantuvieja41109 ай бұрын
INCREDIBLE course man, thank you!
@pavelye15169 ай бұрын
Super solid intro course with a ton of practical insights. Stephen Grider, you rock! 💪
@elhambgh6 күн бұрын
Thanks a lot for sharing this great course. Thank you very much for your time and your amazing way to explain things. Keep going
@hassanzaidi5476 ай бұрын
Honestly couldn't have had a better intro to testing in React.
@cagatayucerАй бұрын
I just created a repo for this lecture that contains all examples. Please don’t hesitate to give me a star :)
@desmondgoldsmith2409Ай бұрын
Hello , kindly share the link
@kikevanegazz3254 ай бұрын
Steve, this tutorial is amazing. I come to check it out every time I set on testing, and always find the solutions I need. Thanks a lot!
@stevereid6362 ай бұрын
@@kikevanegazz325 Not Steve’s channel. This is copyright theft from Udemy!
@azkanorouzi594811 ай бұрын
I think you're a great instructor, with incredible talent, you have an excellent way of explaining things, and very clear in your approach, please keep up the good work and never give up.
@X3n0n369 ай бұрын
Thank you, aside the part of codesandbox that I couldn't run the tests, the projects you are offering to teach testing are great, it really explains the basic and can I comprehend it based on other testing experiences Great video and great teacher
@nanoceballostorres10 ай бұрын
Incredible! Thank you very much for your time and your amazing way to explain things.
@X3n0n369 ай бұрын
Hey your project looks cool but I couldn't do the tests myself, on the codesandbox page it doesn't show the testing tab and I'm trying to run it locally but jest is giving me import errors on the setupTests.js file
@alishaliu-y4n6 ай бұрын
Great course I have found in the website, thank you so much. By the way , where can I found the course ppt and code.
@nanonkay5669 Жыл бұрын
No timestamps??? 😭😭
@AliHelmi-GET2 ай бұрын
Testing Authentication 6:37:03
@egedesolomon74548 ай бұрын
You just got a subscriber, thanks mate!
@AidaHashemii9 ай бұрын
but how can I get files and your notes?
@NarasarajuKusampudi Жыл бұрын
Where I will get full notes of yours.
@priyanshumishra401311 ай бұрын
Please add time stamps in the video and description
@Mahammad-Zubair2 ай бұрын
maan this is awsome and one stop solution for learning unit testing react. Btw is there anyway I can get the github repo for the above code.
@sabbir-holybangla1866 Жыл бұрын
How do I find the project's initial folder?
@strategistaow35202 ай бұрын
3:43:13 I am stuck here, because I can't folder that contains that project
@AliHelmi-GET2 ай бұрын
me too!
@desmondgoldsmith24092 ай бұрын
Me too 😥
@cagatayucerАй бұрын
I just created a repo for this lecture that contains all examples. Please don’t hesitate to give me a star :)
@desmondgoldsmith2409Ай бұрын
@@cagatayucerwhere is the link , please
@theophilusboakye21613 ай бұрын
please where can i find the lecture file?
@strategistaow35202 ай бұрын
Me tooo, I can't find it neither
@maksymshypytsia521711 ай бұрын
Thanks a lot!!! Good content!!
@Shaktish-kumar Жыл бұрын
Awesome content! Thanks Stephen Grider
@anasouardini9 ай бұрын
You make sound so hard, here: 1. get, find, query 2. all, [ nothing ] 3. by 4. labelText, placeholderText, text, displayValue, altText, title, role, testId, value, name, id
@НикитаКорниенко-й6р10 ай бұрын
Thank you so so much for using code sandbox and NOT providing git for the projects in this course. When the error "ReferenceError: BrowserFS is not defined" which no one knows how to fix happened, I rage quit the course even though I am sure it was not bad. Not a lot of unit-testing courses out there. Thank you for ruining the experience for me.
@amruthavs28515 ай бұрын
Can someone help please, I have two issues. 1. "empties the two inputs when form is submitted" for this test at 2:03:40 , even though I have emptied the name and email inputs in UserForm.js, the test is failing saying it is receiving "jane". I confirmed in browser that the inputs are getting emptied after submitting. Please note, I rerun the "npm run test" still seeing the same issue. 2. Likewise "can receive a new user and list it" in App.test.js, can see the list getting added in the browser but not in the test, when screen.debug() , tr in tbody is completing missing.
@sharvilajmani5 ай бұрын
I am facing the same issue. Did you got any solution for it ?
@amruthavs28515 ай бұрын
@@sharvilajmani no
@sharvilajmani5 ай бұрын
@@amruthavs2851 async await worked for me
@jakubdludev20472 ай бұрын
I had the same issue, making the test async and wrapping the assertion in waitFor fixed it
@stevereid6362 ай бұрын
THIS IS NOT STEPHEN GRIDER'S CHANNEL!! This video has been RIPPED OFF from Stephen's course on Udemy.
@eligbuefelix7988 Жыл бұрын
Timestamp please
@John-eq5cd Жыл бұрын
Very good
@heavydriver9181 Жыл бұрын
In mocking api, api name should be exactly same as our endpoint or any else, I am little bit confusing.
@MrK-nb7xr11 ай бұрын
hey where is download file link ..?
@NarasarajuKusampudi Жыл бұрын
Please provide the full notes
@Beroer-cc3he7 ай бұрын
how to run the tests? there's no tests tab anymore.
@i.red.hibiscus7 ай бұрын
npm test then type a
@AidaHashemii9 ай бұрын
Just wow that was amazing🙌
@jorgeernesto70599 ай бұрын
where is the codeSplain project? anyone could help me