Unit and Integration testing COMPARED

  Рет қаралды 21,250

Jelvix | TECH IN 5 MINUTES

Jelvix | TECH IN 5 MINUTES

Күн бұрын

Пікірлер: 17
@Jelvix
@Jelvix 2 жыл бұрын
Are you ready to implement both of tests in your workflow? Waiting for your comments!
@williamjones2128
@williamjones2128 2 жыл бұрын
Simple and clear explanation!
@Jelvix
@Jelvix Жыл бұрын
We’re so happy to hear from you! Thank you for your valuable feedback. 💗
@kenadams5371
@kenadams5371 2 жыл бұрын
Thanks for the explanation. I would like to see in your next videos something about UI testing as well.
@Jelvix
@Jelvix 2 жыл бұрын
We'll figure something out, stay tuned.
@kenadams5371
@kenadams5371 2 жыл бұрын
@@Jelvix I'm expecting more videos))
@petergarcies4640
@petergarcies4640 2 жыл бұрын
So cool. I am learning a lot from your channel 😎
@Jelvix
@Jelvix Жыл бұрын
We appreciate you sending us your feedback. 😉
@monicasmith6007
@monicasmith6007 2 жыл бұрын
Great video explained the difference between unit and integration tests. Thx
@Jelvix
@Jelvix Жыл бұрын
Thank you for reaching out and providing us with valuable feedback.🔥
@jessicabrown5723
@jessicabrown5723 2 жыл бұрын
🤔Is integration testing done by developers or testers?
@Jelvix
@Jelvix 2 жыл бұрын
It's highly individual. It all depends on the company and the project requirements 🤗
@jessicabrown5723
@jessicabrown5723 2 жыл бұрын
@@Jelvix Thanks for the quick answer!
@grokitall
@grokitall 2 ай бұрын
due to the conflation of integration testing with end to end testing in the video, the answer is not quite as simple to answer as it should be. when doing continuous integration, unit tests are done first, and integration tests only cover those aspects you cannot unit test. together they act as regression tests against the stable public api of the code and are designed to determine if the code does what the developer intended. they are designed to be extremely fast, on the order of a few minutes for the entire suite of tests, to give feedback between committing the code, and pushing it upstream prior to the next piece of coding. once this is complete, you pass on towards a continuous delivery pipeline. in this stage, you do things which act as acceptance tests, which check that what the developer built matches what the customer actually wants and needs. this step is designed to show that the product is fit to release. the aim is that you give it enough resources to finish in about an hour. most end to end and user interface tests fit here, along with performance tests. unit tests are best done by the developer, preferably before the code is written. integration tests can be written by either the developer, or by someone else, but both are run as a continuous integration test on the development machine prior to pushing the code upstream. acceptance tests are usually generated when the customer is present, and are often created by someone else, but can be done by the developer if he is the one dealing with the customer. i hope this clarifies it a bit.
@manuelfaner7167
@manuelfaner7167 Жыл бұрын
thank you!
@Jelvix
@Jelvix Жыл бұрын
Glad you liked it!
@ChanceMinus
@ChanceMinus Жыл бұрын
Thank you.
The 3 Types of Unit Test in TDD
17:19
Continuous Delivery
Рет қаралды 101 М.
When To Unit, E2E, And Integration Test
14:58
ThePrimeTime
Рет қаралды 96 М.
Самое неинтересное видео
00:32
Miracle
Рет қаралды 2,1 МЛН
What is Integration Testing and it's types?
11:31
SoftwaretestingbyMKT
Рет қаралды 205 М.
Test-Driven Development // Fun TDD Introduction with JavaScript
12:55
Software Testing Explained: How QA is Done Today
11:26
AltexSoft
Рет қаралды 206 М.
Scrum Master vs Project Manager - Is there really a difference?
4:52
Jelvix | TECH IN 5 MINUTES
Рет қаралды 266
The purest coding style, where bugs are near impossible
10:25
Coderized
Рет қаралды 964 М.
SE 46 : Integration Testing with Examples
12:19
CS & IT Tutorials by Vrushali 👩‍🎓
Рет қаралды 31 М.