Tagged Questions

5
votes
3answers
2k views

Automated UI testing a large c# forms app

I am working on a fairly complicated project. We have a c# forms app that has several layers of business logic, communicating with a c++ hardware management layer via a socket interface. We have ...
3
votes
7answers
2k views

Automating GUI testing using C#

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 ...
2
votes
0answers
41 views

WinCE 5.0 UI-Testing with DATK

I'm looking for a way to do automated UI-testing on a Windows CE 5.0 device. It seems that the DATK is the tool that I am looking for (see Automated Test Framework - Windows CE). I'm using VS 2005, ...
2
votes
3answers
202 views

Free GUI Tester for manual users

I been trying MS Test manager 2010 and man it sucks bad. It's got huge potential but right now it sucks and is too buggy and crashes on all my development machines every few mins. So is there any ...
1
vote
1answer
47 views

How to test Web UI of a Web Browser control inside a WinForms application?

We have a web application that can be tested using Selenium, but that's not enough because the web application will be used inside a WinForms application using the Web Browser control. The WinForms ...
1
vote
3answers
99 views

“Ø” as input in C#

I'm working on automating GUI-testing at my job. I'm currently stuck at something as silly as inserting the character "ΓΈ", which is a letter of my language. The method-call is as follows: ...
0
votes
1answer
22 views

Use UI Automation for old third party controls

Is there out-of-the-box way to create UI Automation provider for third party controls that not support UI Automation? My problem: I try to automate vb6 application with VsFlexGrid ActiveX control and ...