|
Criado por Lyndsay Badding
aproximadamente 2 anos atrás
|
|
Questão | Responda |
Development | developers check out code and work on it in a local environment |
Test/Integration | code from multiple developers is merged for unit testing |
Staging | mirrors the production environment and is where usability testing is done |
Production | the public environment in which the public interfaces with the application |
Code Snippets | pieces of code previously written and known to be error-free ex: Stored Procedures |
Input Sanitization | AKA scrubbing inspection of user inputted data with a focus on removing prohibited characters or keywords the process of removing the characters is known as normalization helps prevent injection attacks |
Fuzzing | provides random input to a program to try to identify weaknesses |
Continuous Integration | the process of committing and testing updates to codes daily |
Continuous Delivery | the process of testing the infrastructure supporting the code |
Continuous Deployment | the process of making changes to the production environment |
Continuous Monitoring | an automated solution to detect issues with the application |
Continuous Verification and Validation | verification ensures the product meets its design goals validation ensures the design goals meet the user requirements |
There are no comments, be the first and leave one below:
Quer criar seus próprios Flashcards gratuitos com GoConqr? Saiba mais.