This question is locked. New answers and comments are not allowed.
Hi all,
This is the first time i try to write some scripts for testing on WPF objects and using Telerik.
I tried to use Telerik as a VS2012 Ultimate plug-in to record GUI objects on our WPF application. Next, I tried to create some functions to perform some actions on these objects. Then, I created a new Coded UI class, declare Telerik class object above to invoke its functions for testing.
Finally, i start our WPF application and let script run. And i get an error in the code below:
As I debug: Manager is null.
Could you please give any advice ?
What should i do to fix ?
Thanks & Regards,
This is the first time i try to write some scripts for testing on WPF objects and using Telerik.
I tried to use Telerik as a VS2012 Ultimate plug-in to record GUI objects on our WPF application. Next, I tried to create some functions to perform some actions on these objects. Then, I created a new Coded UI class, declare Telerik class object above to invoke its functions for testing.
Finally, i start our WPF application and let script run. And i get an error in the code below:
public Applications Applications{ get { if (_applications == null) { _applications = new Applications(Manager.Current); } return _applications; }}Could you please give any advice ?
What should i do to fix ?
Thanks & Regards,