- Plone 3 Products Development Cookbook
- Juan Pablo Gimenez Marcos F.Romero
- 182字
- 2021-08-06 17:06:01
Introduction
After working with the same development environment (Plone in our case) for a while, we tend to get more confident in our code. It's natural to believe that the more I know about something, the more I can do something similar correctly the first time I try it. Paradoxically, this is a mistake in programming, as it will lead to more mistakes.
During development, automated testing is the key practice we should keep as a continuous process of evolution to prevent these errors. It allows us to write testing code that can be run automatically after every code change in order to verify the consistency and correctness of those changes.
In the following sections, we'll introduce some core concepts of testing and create some rather straightforward examples to demonstrate all the tests we'll add to our products in further chapters:
- Unit tests
- Integration tests
- Functional tests.
The following glossary contains a short explanation of basic testing notions.
- Getting Started with Microsoft Application Virtualization 4.6
- IBM Cognos 8 Report Studio Cookbook
- FreeSWITCH 1.0.6
- Django 1.2 E/commerce
- Excel 2013電子表格處理
- 中文版AutoCAD 2022基礎教程
- 中文版AutoCAD 2014高手之道
- 零基礎學數碼攝影后期
- ANSYS 15.0有限元分析自學手冊
- CAXA電子圖板2016基礎與實例教程
- Photoshop CC入門與提高(超值版)
- Plone 3.3 Site Administration
- Inkscape Starter (Microcontent)
- Creo快速入門教程(Creo 8.0中文版)
- WordPress Multisite Administration