推荐:请用不同的最小和最大线程池大小来测试应用程序以确定哪些设置使应用程序完成尽可能多的工作。
Recommendation: Test the application with a variety of minimum and maximum thread pool sizes to determine which Settings move as much work as possible through the application.
然而,如果您希望您将要测试的产品拥有新的最大或者最小维护发布的话,那么您需要复用尽可能多的测试资产。
However, if you expect the product that you're testing to have new major releases or minor maintenance releases, you need to reuse as many test assets as possible.
为了促进复用,请您预处理您的迭代周期,使其能够辨别最大和最小发布都属于哪一个测试周期。
To facilitate reuse, prefix your iteration cycle with the something that identifies the major and minor releases to which the test cycle belongs.
应用推荐