DevOps

DevOps and System Administration

View on GitHub

What does integration means ?

Software development life-cycle (SDLC)

Software development life-cycle (SDLC)

Integration testing

Integration testing (sometimes called integration and testing, abbreviated I&T) is the phase in software testing in which individual software modules are combined and tested as a group.

Examples for I&T in AltScale projects

Backend + FrontEnd + Selenium
Backend + FrontEnd + Cucmber

Integration testing is conducted to evaluate the compliance of a system or component with specified functional requirements. It occurs after unit testing and before validation testing.

Django Unit Tests
Python (PEP 8) linting with pylint
TODO 
Validation, after proper CD workflow is accepted

Integration testing takes as its input modules that have been unit tested, groups them in larger aggregates, applies tests defined in an integration test plan to those aggregates, and delivers as its output the integrated system ready for system testing.

TODO
System Testing, after proper CD workflow is accepted

What is Continuous integration (CI)

Development and Testing Workflow

CI/CD Best Practices