Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Testing Suites for .Net / WPF based Applications

aI am interested in automating some application / system level tests on an existing product range. Our product range consists of several distinct applications, written in .Net 3.5 and using WPF for the presentation layer.

Ultimately, I am interested in finding an application testing suite that is capable of executing scenarios and reporting results. I would like some way to define/record the scenarios, and see which scenarios passed/failed testing.

I do not have any experience in the area of automated application testing. Is anyone able to recommend a testing suite?

like image 989
NoizWaves Avatar asked Dec 22 '22 01:12

NoizWaves


1 Answers

Some other frameworks -

White UI Test framework:

http://www.codeplex.com/white

https://web.archive.org/web/20160204042701/http://blogs.msdn.com/b/john_daddamio/archive/2008/04/04/testing-wpf-applications-with-the-white-ui-test-framework.aspx

TestApi - a library of Test APIs:

http://testapi.codeplex.com/

XAML Compliance Suite V1:

https://web.archive.org/web/20160213183047/http://blogs.msdn.com/b/llobo/archive/2010/07/07/xaml-compliance-suite-v1.aspx

Also have a look at these articles -

Automating UI Tests In WPF Applications:

http://msdn.microsoft.com/en-us/magazine/dd483216.aspx

and WPF Application Quality Guide:

http://windowsclient.net/wpf/white-papers/wpf-app-quality-guide.aspx

and a similar question on stackoverflow also have some more links -

How to test a WPF user interface?

How to test a WPF user interface?

like image 64
akjoshi Avatar answered Jan 02 '23 22:01

akjoshi