This is a migrated thread and some comments may be shown as answers.

[Solved] WPF UI Testing Forum

1 Answer 58 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ashok
Top achievements
Rank 1
Ashok asked on 25 Nov 2014, 02:52 PM
Hi,
I am trying to use WPF testing kit, but unable to get more help.

can you suggest me where I can get more help,

my test case:

I want to click my context menu which is on grid.

if I do dg.user.Click(MouseClick.RighClick), it appear , but then disappear, unable to click on this?


Thanks

1 Answer, 1 is accepted

Sort by
0
Boyan Boev
Telerik team
answered on 28 Nov 2014, 08:58 AM
Hi Ashok,

Thank you for your interest in Test Studio.

Here is KB about WPF testing.

Why do want to use code? You can achieve this without writing a code. Simply record that action with Test Studio recorder.

Regarding the issue with code can you capture a screen recording of the test running and failing, so we can better understand the exact scneario? Jing is a good free screen recorder for up to 5 minutes of recording time.

Your code should like:

dg.User.Click(MouseClickType.RightClick);

Hope to hear from you soon.

Regards,
Boyan Boev
Telerik 
Tags
General Discussions
Asked by
Ashok
Top achievements
Rank 1
Answers by
Boyan Boev
Telerik team
Share this question
or