Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.03 KB

README.md

File metadata and controls

12 lines (7 loc) · 1.03 KB

firebase_login

Un projecto de practica.

Unit and Integration test

A unit test is a test written by the programmer to verify that a relatively small piece of code is doing what it is intended to do. They are narrow in scope, they should be easy to write and execute. Part of being a unit test is the implication that things outside the code under test are mocked or stubbed out. Unit tests shouldn’t have dependencies on outside systems.

An integration test is done to demonstrate that different pieces of the system work together. Integration tests can cover whole applications, and they require much more effort to put together. They usually require resources like database instances and hardware to be allocated for them. The integration tests do a more convincing job of demonstrating the system works (especially to non-programmers) than a set of unit tests can, at least to the extent the integration test environment resembles production.

**Los actions fallidos en IOS es debido que no hice la parte de integracion de firebase en IOS xP