regression testing meaning in English
回归测试 在发生修改之后重新测试先前的测试以保证修改的正确性。
人员用更少的时间进行
Examples
- Regression testing is the process of running all existing test cases and verifying that the changes have not propagated any side effects
回归测试是运行所有已有的测试用例并且验证变更没有带来副作用的过程。 - Another advantage of using automation tools to perform regression tests nightly is fewer changes introduced since the last test
使用自动化工具来执行持续多日的回归测试的另一个优点是,和上一次测试相比变化较小。 - The safe selective regression technique not only guarantees the quality of the project but also reduces the cost and the regression test suite
该技术在保证软件质量的基础上有效地降低了测试花销,减小了回归测试用例集的规模。 - Automation of regression tests is desirable when the software is frequently changed in minor ways , and new releases are often delivered
在软件以较小的方式经常变更,并且新的发布版本经常交付时,回归测试的自动化就十分重要了。 - For example , if you re taking an iterative and incremental approach to development , you need testing tools that strongly support regression testing
例如,如果采用迭代和递增式的方法进行开发,那么就需要高度支持回归测试的测试工具。