white-framework
C# wait user interaction with White
Im thinking of using White for my simple windos ui automation. First i run external application from my application using System.Diagnostics.Process. When the external application opens is going to gi[详细]
2023-04-10 09:47 分类:问答How to get an instance of White.Core.UIItems.WindowItems.Window which can automate a WPF Window that is created inside an integration test?
I have created an integration test using the White automation framework.This is the start of the integration test:[详细]
2023-04-03 10:09 分类:问答VS2010 very slow debugging automated HMI tests using Gallio
I\'m seeing a problem where Visual Studio freezes for 30+ seconds when I try to watch a variable in a very specific test configuration and it\'s driving me wild.The issue does not appear when I debug[详细]
2023-03-13 03:14 分类:问答Test automation - Win32 app - White/UI automation - problem with recognizing objects
I’m looking for alternative for existing tests written in QTP for my Win32 application written in Borland C++.[详细]
2023-03-10 03:55 分类:问答WPF, White Automation, drag and drop hanging
I\'m currently trying to automate a test case using the White UI-Automation framework. In doing this I\'m having some trouble with drag and drop.I\'m trying to drag from a button to a point on the scr[详细]
2023-03-03 06:02 分类:问答How to run White + Teamcity (Winforms application)
I\'m trying to run UI-tests (written using white). When I run them using NUnitConsole everything works fine. When I try to run them using TeamCity I get the following exception Test(s) failed. White.C[详细]
2023-03-03 01:09 分类:问答WPF UI Automation with Caliburn.Micro?
I am attempting to write some UI automation tests for a WPF application that is using Caliburn.Micro and White. I am using CM\'s builtin conventions to bind my controls to the view model\'s properties[详细]
2023-02-21 20:14 分类:问答Handling UAC prompts when doing UIAutomation
Is there a way to access the UAC prompts via UIAutomation (I\'m writing a test for an installation process).[详细]
2023-02-17 03:17 分类:问答How to enable a button using UIAutomation or White
I\'m trying to automate an installation wizard and I needed to click on a button that is not enabled.[详细]
2023-02-17 02:36 分类:问答Is there a way to inject a mock while using White for acceptance testing?
In our client / server application, the server side is exposed by a collection of web services. The client interacts with what we call an Application Context to make calls to the server. I\'d like to[详细]
2023-01-24 09:46 分类:问答