Flutter Integration Testing - Testing Automation

preview_player
Показать описание
This is Integration testing with flutter. It's a way to automate the tests in your flutter apps. To test how things work together as a whole, or capture the performance of your app running on a real device you can use Flutter integration test. These tasks are performed with integration tests and it's a super simple automation to implement in your flutter app. Integration tests need the integration_test package, provided by the Flutter SDK. This is the steps: 1. Create an app to test. 2. Add the integration_test dependency. 3. Create the test files. 4. Write the integration test. 5. Run the integration test. Testing flutter apps is pretty cool and you can also automate the test to save time in the future. If the server change and then you want to test if the application flutter is still running well, you can run a flutter test like this called flutter integration test and voila. There is three time of test in flutter and this is the coolest in my opinion. I will add in the description a link to see the videos about the other tests. In conclusion, this was flutter testing automation with flutter integration test.

COURSES

LINK

OVERVIEW
0:00​ Flutter Integration testing
0:18 Integration_test sdk Flutter
0:28 Integration_test folder and app_test
0:38 Setup the automation test file
1:06 TestWidget for the test integration
1:21 Setup the integration test
1:47 Do the action for the Flutter Test
2:12 Test the Flutter App
2:26 Flutter test integration_test
2:38 Running the Test Integration
2:58 More test with flutter

MISSION
Our mission at Flutter Mapp (Flutter Mobile App) is to help purpose driven Flutter developers go full-time doing what they love and making an impact through coding. We achieve this with useful Flutter tips and straight to the point Flutter videos.

RECOMMENDED

DISCORD

SOCIAL MEDIA:

CONTACT

#Fluttermapp
#Flutter
Рекомендации по теме
Комментарии
Автор

I could have spent hours reading an article somewhere just to understand integration test, but I learned it on 3 minutes thanks to your video and now I can write my own tests. And if needed, now I can search integration test related stuff by myself. Good job!

NameTopSecret
Автор

Great info!! Would like to see more like this 🙌❤️

subhanshusahani
Автор

Great video! Is there anyway to hot reload/restart while you are building integration tests?

CalebSchantzChristFollower
Автор

Flutter integration testing is good for simple apps, but when I've had to do more complex things like dealing with native interfaces (like a location permission dialog) it just falls apart. I'm curious if you've found a way around this.

LeviTanOng
Автор

Your videos are great, very short but usefull.

ardeshirojan
Автор

these content is godlike and time saver, thank you so much sir, may good bless you 🥺🙏

galihriskipratama
Автор

don't you have a french channel for the same content ?

FranklinLokki
Автор

I have lots of widgets in my app. Widgets inside widgets, and some more widgets.

Do i need to test all actions one by one?
Sorry i am very new in any kind of dev.

ismailhossain
Автор

I have a login screen where i use integration test. The test fills the fields correctly and taps on button but then it runs tearDownAll and doesn't Navigate to next widget. How do i resolve this issue?

puffkitty
Автор

What minimum requirement specification for this? My notebook is so slowly...

ivalicriversaly
Автор

Do the unit and widget test tutorial bro

muhammadshahidraficp
Автор

can you create the flutter automation with gherkin please :)

yudhiprasetyo
Автор

Integration test is easy for simple apps, i have an e commerce app with splash screen, and auth, and home page and menus.. things going crazy.. (sigh). my head hurts

dhavebarsalote