- Continuous Integration,Delivery,and Deployment
- Sander Rossel
- 324字
- 2021-07-02 15:42:10
Smoke tests
Of course, even when all of your tests succeed, a product can still break in production. The database may be down or maybe you have a website and the web server is down. It is always important to also test whether your software is actually working in a production environment, so be sure to always do an automated smoke test after deployment that gives you fast and detailed feedback when something goes wrong. A smoke test should test whether the most important parts of your system work. A manual smoke test is fine (and I'd always manually check whether your software, at least, runs after a release), but remember it's another human action that may be forgotten or done poorly.
Some people run smoke tests before doing integration and acceptance tests. Integration and acceptance tests test an entire system and, as such, may take a bit of time. A smoke test, however, tests only basic functionality, such as does the page load? When a smoke test fails, you can skip the rest of your tests, saving you some time and giving you faster feedback.
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- Visual Basic程序開發(fā)(學(xué)習(xí)筆記)
- ASP.NET Core 2 and Vue.js
- jQuery從入門到精通 (軟件開發(fā)視頻大講堂)
- Building Cross-Platform Desktop Applications with Electron
- Kinect for Windows SDK Programming Guide
- Scala程序員面試算法寶典
- Express Web Application Development
- Python機(jī)器學(xué)習(xí)算法: 原理、實(shí)現(xiàn)與案例
- SQL 經(jīng)典實(shí)例
- 自學(xué)Python:編程基礎(chǔ)、科學(xué)計(jì)算及數(shù)據(jù)分析(第2版)
- Apache Solr PHP Integration
- SQL Server實(shí)例教程(2008版)
- 高質(zhì)量程序設(shè)計(jì)指南:C++/C語言
- React and React Native