I have created WPF application using Prism framework. Now I need to perform UI automation on it. I have used White UI automation framework for plain WPF application, but I am not able to write UI test in Prism using White.
How to write UI test in Prism application.
Are there any other frameworks to perform UI automation test apart from White and Coded UI?