tags:

views:

34

answers:

0

Hi, I am trying to run some UI tests as part of the build. I am using Application.OpenForms property to find custom dialog boxes, and it works fine if I run the tests manually. However, this property doesn't contain these forms when I run the same tests as part of the automated build (so it runs as a child process of a windows service and doesn't have the console). What would be another way to get all these forms?