1、补充 材料: 名词 /术语 解释 1. Testing is to identify functional and non-functional errors and defects, determine whether a software application meets its required results, and ensure the correctness, completeness, safety, and quality of a software product. 2. Black-box testing treats the software as a “black
2、box”, examining functionality without any knowledge of internal implementation. The testers are only aware of what the software is supposed to do, not how it does it. 3. Manual testing is the process of manually testing software for defects. It requires a tester to play the role of an end user where
3、by they use most of the applications features to ensure correct behavior. To guarantee completeness of testing, the tester often follows a written test plan that leads them through a set of important test cases. 4. UAT, as one of the final stages of a project, often occurs before a client or a custo
4、mer accepts the system. It acts as a final verification of the required business functionality and proper functioning of the system, emulating real-world usage conditions on behalf of the paying client or a specific large customer. 5. Regression Testing sees to uncover new software bugs, or regressions in existing functional and non-functional areas of a system after changes such as enhancements, patches or configuration changes have been made to them.