Re: [TFUI] [Article] User Interrogator and TDD
"Rob Park" <[email protected]> Fri, 23 Jun 2006 18:36:53 -0000
| Newsgroups | gmane.comp.programming.test-first-user-interfaces |
|---|---|
| Message-ID | <[email protected]> |
> I think its because CC.Net runs as a service. The service has no
> desktop, so NUnitForms can't open any form.
>
> Sincerely,
> Stefan Lieser
>
That's correct and we just discovered a workaround.
[Aside: I believe this also requires that we override the UseHidden
property:
public override bool UseHidden {
get {
return false;
}
}
... which we are.]
On the service's properties (Log On tab), select "Local System
account" and check "Allow service to interact with desktop". And it
works.
The downside for us is that we have another test suite that requires
a client-side certificate to pass. You can only have "Local System
account" or "This account" but _not_ both and because you can't log
in as Local System, we can't can't figure out how to get the cert
working. We're going to workaround this one another way though.
I'm much happier having my NUnitForms tests working in the regular
continuous test suite.
.rob.
------------------------ Yahoo! Groups Sponsor --------------------~-->
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~->
To unsubscribe, email:
TestFirstUserInterfaces-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TestFirstUserInterfaces/
<*> To unsubscribe from this group, send an email to:
TestFirstUserInterfaces-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/