testing for bug

[计] 故障测试,故障检验

  • During the very basic testing I did for this article I encountered multiple bugs .

    本文做非常基本的 测试期间,我遇到了多个 bug

  • During IBM WebSphere Real Time testing timing differences surfaced race conditions ( in other words bugs ) in test programs that had run fine for years on other JVMs .

    在IBMWebSphereRealTime 测试期间,在测试程序中,同步差异使竞争条件(换言之, bug)浮出了水面,而这些测试程序已经在其他JVM上运行了很多年。

  • Testing the example code for this article showed one bug in CXF which is being fixed .

    测试本文的示例代码时发现了CXF中的一个 bug,这个 bug正在纠正。

  • It won 't find every bug you still need to do unit testing and acceptance testing nor is PMD a substitute for a good debugger when you 're hunting down a known bug .

    PMD不可能找到每个bug,您仍然需要做单元测试和接受 测试,在查找已知 bug时,即使是PMD也无法替代一个好的调试器。