Комментарии:
Awesome video and informative video
ОтветитьSoftware testing is my weak spot, hope I can get stronger someday :D
ОтветитьEasy, a precise explanation! Keep doing videos, we are watching you! :)
ОтветитьI love her courses in LinkedIn Learning😍 shes the best
ОтветитьHi blondie, I started to learn sql database and just wondering, what's the best platform or apps to learn sql database? Thank you .
ОтветитьThis video was awesome sauce! I've slowly been getting more exposure to test driven development, which production environments are really pushing these days (especially in big teams where everyone gets a section to work on with tasks). It's pretty exciting because I love the idea of having a sandbox to play in (like on my local machine) but this is the equivalent for production environments. I'll be one happy camper if I can test my scripts, functions, and classes before they go live to predict their behavior and success rates! Of course I didn't master it from this video but I did get a much clearer idea of it than ever before and I learned how to approach it in a general sense, while being able to build on making tests (and pre-tests even). Area and perimeter are cool math based examples where you have a clear goal in mind for what type of output you're expecting, so that visualization is nice too. Great video blondie! <3
ОтветитьAfter years of developing (and sometimes testing) java Software, I still struggle understanding these assertions.
I prefer AssertJ:
assertThat(result).isTrue();
assertThat(result).isEqualTo(5);
assertThat(result).contains(1, 2);
But still thanks for this clear, brief explanation. Would have helped me a lot back when I started.
Great work.
ОтветитьThank you for this 😊 Very informative! More Java related content pleaseee
ОтветитьHere you are again, saving me with your way of explaining things. Thank you again, blondiebytes.
Ответить