regression testing meaning in English
回归测试 在发生修改之后重新测试先前的测试以保证修改的正确性。
人员用更少的时间进行
Examples
- Whether in regression testing or conformance testing , it is often useful to try to normalize xml to some form so that simple text comparisons give meaningful results
不论是在回归测试中还是在一致性测试中,试着将xml规范化成某种形式通常很有用,这样,简单的文本比较就会得出有意义的结果。 - This has enormous advantages : you can automatically generate release notes , assist testers in determining the necessary set of regression tests to run after the nightly build , and so on
这有非常大的好处:你可以自动地产生发布说明,在每晚构造后帮助测试人员确定并运行必要的回归测试集,等等。 - How does vectorcast allow for automated regression testing ? vectorcast provides all the functionality necessary to automatically recreate the entire test environment for each unit under test
提供自动重新创建用于每个测试中单元的整个测试环境所需的所有功能性,通过将测试环境和测试实例作为脚本保存而实现。 - Perhaps there should be a corollary to linus law stating that some bugs are shallower than others , because those are exactly the ones that nightly kernel regression testing weeds out
或许linus法则应该有这样一个结论,有一些缺陷比其他缺陷更容易被发现,因为那些正是持续多日的内核回归测试所发现并处理的那些。 - If a temporal feature must be removed from the system , the regression testing required if the feature had been introduced directly into the code will be resource consuming and prone to mistakes
如果必须从系统删除某个临时特性,那么如果该特性是直接引入代码中的,所需要的回归测试将是很耗资源并且很容易出错的。