Tagged Questions

9
votes
6answers
1k views

Is there Anyone who Successfully Implement UI Test Automation Regime using Microsoft UI Automation?

I am looking for an Automated UI test framework/ software tool. In the past I have been using TestComplete, and although it's a good piece of software, but the concept of GUI test automation was ...
3
votes
2answers
360 views

How to eliminate “halo” in images with transparent backgrounds

I'm using DrawImage() to paint some images on a form with transparent background. Those images which are partly transparent cause a "halo" effect.(Look at the screenshot) What's the best way to ...
0
votes
2answers
346 views

Missing System.Diagnostics.ProcessStartInfo' in C:\windows\assembly

I've never created any project in C#. I'm trying to figure out how to use White with MS UI Automation library but it's missing a refrenece to System.Diagnostics.ProcessStartInfo. I can't find it in ...
0
votes
1answer
320 views

Testing PictureBox in white

I am currently evaluating the White testing framework. Pretty amazing stuff! Everything looks pretty promising, but I have run into a small wall. How can I test a .NET 2.0 PictureBox? There is no ...