UFT 在多个实例中执行应用程序

UFT executes application in multiple instances

我有一个 UFT 测试用例来测试桌面应用程序。我将应用程序设置为在 UFT 中的 Record and Run settings 下的测试执行期间执行。应用程序已执行,但每次测试执行两次。

以下建议:

  1. 检查 运行 次迭代设置
  2. 使用 for 循环遍历数据表中的行。

计算行数并为每一行设置计数器。

rowcount = DataTable.GetSheet("Global").GetRowCount
DataTable. SetCurrentRow(2)