GUI Test Automation Using C #

I am running a project to create an automatic GUI for a graphical application in .NET. I will use C #, but I'm trying to read to get some ideas. But I do not know how to record and play. So you can give me your ideas.

+3
source share
7 answers

Here is a blog from the visual studio team that covers this exact topic. This is about how they tested pre-wpf and post-wpf.

This post provides an overview of the methods we used to create and support automatic user interface regression tests for Visual Studio. Regression tests are a type of software test that together aims to be the oracle of the expected functionality for the target application, often performed against new product assemblies - they are aimed at detecting regressions in the behavior introduced in the new assembly.

Visual Studio Blog

+2
source

Selenium RC !

There is also a TFS test that has web tests that are related to the load test. A good platform, but if you are not using TFS yet, it is not worth it.

+1
source
+1

() # Ranorex, , .

+1

Visual Studio 2010? ui, .

+1
  • Watin

    ,

0

# , :

and may be the new features of VSTS 2010 , although we have not tried them

0
source

Source: https://habr.com/ru/post/1739339/


All Articles