HP-UFT WPF TextBlock object capture

2019-07-08 18:57发布

I am working on a WPF application where we have to automate testing. This work fine for many components but we struggle to check a summary page where we use TextBlock to display our data.

The WPF TextBlock is not found by the HP tool. Thus we cannot check the values that we display.

We tried the following solutions but without success:

  • Change x:Name in Name (not the best idea right, but we tried all!)
  • AutomationProperties.AutomationId on the TextBloc
  • AutomationProperties.Name
  • Make the TextBlock focusable
  • The solution presented here: WPF Tutorial Solution

None of them Worked and we are currently blocked.

Has anyone experience with this? Is there a clean solution to solve this issue?

What we need: access TextBlock content, in particular Text from HP UFT Tool.

0条回答
登录 后发表回答