Tagged Questions

7
votes
2answers
626 views

Integration testing with White

Has anyone got experience with the white framework? www.codeplex.com/white ? I'm thinking about using it for the next project for basic smoke tests of our windows client. I'd like some advice on ...
0
votes
1answer
15 views

Can not find DataGrid on form using White UI framework

Few days ago I received a requirement to create automated UI test cases for my Windows Application (framework 2.0). I decided to use White as the testing UI framework. Now everything works great ...
0
votes
1answer
322 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 ...