DevOps Flashcards
What is CI/CD?
Continuous Integration and Continuous Delivery
What is the driving idea behind Dev-Ops?
Making sure that the software being built meets the requirements
What are the stages of Dev-Ops
- Development
In this DevOps stage the development of software takes place constantly. In this phase, the entire development process is separated into small development cycles. This benefits DevOps team to speed up software development and delivery process.
- Testing
QA team use tools like Selenium to identify and fix bugs in the new piece of code.
- Integration
In this stage, new functionality is integrated with the prevailing code, and testing takes place. Continuous development is only possible due to continuous integration and testing.
- Deployment
In this phase, the deployment process takes place continuously. It is performed in such a manner that any changes made any time in the code, should not affect the functioning of high traffic website.
- Monitoring
In this phase, operation team will take care of the inappropriate system behavior or bugs which are found in production.
What are continuous development testing tools?
QA team use tools like Selenium to identify and fix bugs in the new piece of code.
What are some integration testing tools used for?
Used for ensuring different modules will work together.