ishanGupta
ishanGupta

Reputation: 1

IBM RFT not recognizing the AUT as WPF(.net application), its considering it as VC++

I tried looking up for the doubt i have but didn't find any previous question similar to this.

I am using Rational Functional (IBM RFT) Tester perform some operations on my AUT. The AUT is a WPF(.net) based application, the pane in my AUT is getting recognized as window class of MFC (i.e VC++ application) and RFT is not able to differentiate the controls that are present in that pane. However the other pane in the same Application is proper with RFT.

What change i need to do so that RFT recognizes it? the whole pane is being seen as one object, even when i have combo boxes and button and text boxes present in that pane. i have tried all the things, recording , adding Data Verification Point but nothing seems to work.

Thanks in advance.

Upvotes: 0

Views: 160

Answers (1)

Prakash
Prakash

Reputation: 752

This might turn out to be a limitation or defect. Could you try to use getChildren() on the control that hosts the WPF control and see if RFT is able to retrieve any child control? You should report this issue to the RFT support team.

Upvotes: 0

Related Questions