What Is Integration Testing

preview_player
Показать описание
In this What Is Wednesday, I cover What Is Integration Testing?

~~~~Video Links~~~~~~~~~~~~~~~~~~~~~~~~

~~~~Affiliate Links~~~~~~~~~~~~~~~~~~~~~~

Please use these links when signing up for services to help support Level Up.

~~~~Level Up Links~~~~~~~~~~~~~~~~~~~~~~

Subscribe to the Level Up Newsletter
Рекомендации по теме
Комментарии
Автор

3:36 unit testing is testing an individual unit of your code 3:40 *integration testing* is test how unit of your code interact with each other

ruixue
Автор

The type of testing where a software application is tested with its different modules integrated is called integration testing. It’s done to find bugs when the different modules are in the interaction level. Today automation enablers like Avo Automation runs a series of test conditions against a fulfillment endpoint to show the success rate and specific test cases that require attention.

avoautomation
Автор

A course about integration testing with react + redux would be greatly appreciated, at least personally speaking.
Thanks for your work!

AlessandroAnnini
Автор

awesome, so well explained! To the point, no non sense :D Thanks man!

Dreamingofrainbows
Автор

Look forwards to a series about Web Testing, thanks for this lovely video!

yuyingwu
Автор

Please make more videos about this topic!

leiverandres
Автор

This is interesting as I've always kept my React component tests separate from my unit & integration testing as I normally test components using snapshot testing. Further to that e2e for entire apps.

struggopuggo
Автор

I work in Angular (for now), but would love to see an integration testing course, as I have had an incredibly difficult time grokking testing as I stare at a page in my web app. It feels like there's a lot of unit tests I can write, and then browser tests (with Cypress), but there's not many integration tests to write at all, which makes me think I'm doing something wrong. So I have a page with a sidebar which has filters and buttons on it, and the main area has some more buttons and a data grid, but all that is in one component (basically one per routable page of my app). Besides checking that actions call the right method on my service, I'm stuck as to what other integration tests I can write.

JessHines
Автор

integration testing is a thing of the troubled past (; if you ever write a test - do it for regression

xlntnew
Автор

Very nice, keep up the good work :) could you maybe do Angular testing intro? Would be highly appreciated :)

mirjana
Автор

How to make the VC Code open a new tab without dividing the window into two parts?

denisoleshchenko