Our experimental setup was the same as for the last tests, except that the remote stored procedure was written to return a result set whose size depended on an input parameter.
实验设置与前面的测试相同,惟一不同的是远程存储过程现在返回一个结果集,结果集的大小取决于输入参数。
Additionally, we explain how you can recreate our testing setup in your own environment to do your own performance tests.
另外,我们解释了怎样在您自己的环境中重现测试创建工作以完成您自己的性能测试。
It is generally a good idea to include a setUp method in your tests if common operations are performed across different test cases.
如果将在各种测试用例中执行公共操作,则在测试中包括setUp方法是一种很好的想法。
应用推荐