无法在 UFT 中 运行 Flight window 应用程序

Not able to run Flight window application in UFT

我正在使用 UFT 试用版软件。我已将用户名对象添加到对象存储库(对象间谍- UI 自动化模式)。下面是 UFT 代码

SystemUtil.Run "C:\Program Files (x86)\HP\Unified Functional Testing\samples\Flights Application\FlightsGUI"
Window("HP MyFlight Sample Application").WinEdit("agentName").Set "Username"

我得到以下错误

The test run cannot continue due to an unrecoverable error.

The "HP MyFlight Sample Application"  object was not found in the Object Repository.
Check the Object Repository to confirm that the object exists or to find the correct name for the object.

Line (2): "Window("HP MyFlight Sample Application").WinEdit("agentName").Set "Username"". 

图片- Object repository image

请帮忙!

1) 您需要确保已将对象添加到对象存储库中。您可以通过键入 window( 来快速检查它,UFT 将建议对象存储库中可用的 window 名称。Select 来自那里的 window 对象。这也将消除任何其他您可能遇到的错别字。

2) 假设您下载了最新版本的 UFT,Flights GUI 现在是基于 WPF 的应用程序,因此请确保在编写测试或将对象添加到存储库之前选择了 WPF 插件。

3) 我在您的应用程序名称末尾没有看到 .exe,我不知道这是否会导致任何问题。

正如其他人所建议的,如果您可以添加对象存储库的屏幕截图,我们应该可以帮助您。