Flutter Testing Guide for Beginners – Part 2: Widget & Integration Tests

preview_player
Показать описание
📗 Get the code snippets & project repo👇👇

📧 Get Flutter news 📰 and resources:

👨‍💻 Do you write good code? Find out now!

In the first part of this short tutorial series, you’ve learned everything regarding the basics and principles of testing in Flutter and also how to write unit tests together with test-driven development. In this second part, you’re going to learn a lot about widget tests and integration tests in Flutter.

Go to my website for more information, code examples, and articles:

Follow me on social media:
Рекомендации по теме
Комментарии
Автор

Thank you so much, Reso Coder. Your tutorials have significantly improved my understanding of testing and made learning new aspects of Flutter enjoyable.

ArmanulTanvirHoque
Автор

This information is worth millions, very clean and easy to undestand

EduardoMendoza-gypg
Автор

Great work! Just to note: Integration tests are almost a MUST nowadays, because doing it you can automatize the shaders compilations to avoid jank issues (specially in iOS). With integration tests you don't need to generate the shaders manually everytime you build a version of the app.

GabrielCosta-xrvr
Автор

AWESOME and thanks for sharing so much knowledge!!

pedrosantos
Автор

Code duplication is not a problem. DRY tends to conflict with SOLID.
And even more of it, there is "DRY in test suites is an antipattern".

AnonymousAnonymous-nrsu
Автор

wow, just finished part1, part two has been uploaded, thank you

amsyary
Автор

I love you brother. Lots of love from Bangladesh. You are an angel for us whos are not have money for taking paid course. Please Please Please Please Please Please Please Please continue upload flutter videos.

ronyhassanroman
Автор

Reso coder prepare for real app development 🔥👍

hafizibrohim
Автор

Great tuto again thank you. I just don't get how you make integration test in real life only using mock. To me you would have, while developing your application, to implements your services with a Stub version (basically how you mocked your NewService the wrong way in the previous video), then run your application where it only uses Stubbed version of your services. I am not sure if I am clear

gaxkiller
Автор

Thanks for sharing. Please do some more videos on testing.

imancs
Автор

Hi, I really appreciate your content that helps me learn from a professional. Can you upload more content of Flutter, I'm kinda addict to your content now.

mangmun
Автор

Awesome tutorial, this really helps me. Thanks man 💙

yusufumar
Автор

Very informative; Thanks for making this tutorial

jayasubin-codes
Автор

Hi, Could you please share about create preparation and end test such as junit @beforeeach @aftereace?

iiiviii
Автор

I respect your creativity. Everything is clear and understandable. I would really like a new playlist about blocks (ddd course)
Please don't ignore your followers.

lightkingbeknazarov
Автор

Yep, the tests are done! I feel I can ask for more salary 🤓.

opimand
Автор

Hey can you do a video on "integration testing" with flutter application for web application

robinz
Автор

thank you for this testing!!, its could be more interesting if you try to do in a big app, thank you anyway!!!

victormanuelfrancodev
Автор

Hi, great content.
I need to get the context before initializing Material App?
How could I do this?

jeffersonberrones
Автор

Hello? I have a question "is it possible to incorporate test widget into integration test?" Thank you.

theresacolorado