I am doing on a project to built automatic GUI testing for graphical application in .NET. I will use C# but i am trying to reading to get some ideas. But I don't have any idea on how to record and replay back. So can you give me your ideas.
feedback
|
|
Here's a blog from the visual studio team that goes over this exact topic. It's about how they tested pre-wpf and post-wpf.
| |||
|
feedback
|
|
Have you updated your Visual Studio to 2010 version? It has a build-in coded-ui automated testing feature, which could be used to record and replay back the test for win form. | |||
|
feedback
|
|
There is also the TFS Test that has web tests, which tie into load test. Nice platform, but if you are not already using TFS then it is not worth it. | |||
|
feedback
|
|
Frankly, I don't think there is a good answer out there for this. There are two options, however, that work okay:
| |||
|
feedback
|
| |||
|
feedback
|
|
A good (commercial) C#-based product is Ranorex, it may do what you need. | |||
|
feedback
|
|
To test C# apps there are a few things we have had success with: and possibly would be the new VSTS 2010 features, though we haven't tried them | |||
|
feedback
|