[Nant-users] Integrating GUI tests with Nant

2003-01-02 Thread Henk van Jaarsveld
recorder or do we need one that is dedicated to .NET UI's? Can anyone advise products for .NET Windows test recording? Does anyone have experience in integrating such tests in Nant? Thanks in advance, Henk van Jaarsveld

RE: [Nant-users] Environment

2002-10-30 Thread Henk van Jaarsveld
What about embedding the external program call in a batch file and start the batch file with the setting of the environment variables? Regards, Henk -Original Message- From: [EMAIL PROTECTED] [mailto:nant-users-admin@;lists.sourceforge.net]On Behalf Of Patrick Näf Sent: woensdag, oktober

[Nant-users] Nant NUnit and remoting problem

2002-10-30 Thread Henk van Jaarsveld
Hi all,   Has somebody encountered this problem: Step 1: I have a NUnit test that does remoting. Running the test stand-allone (No NUnit, No nant) works fine.   Step 2: Then I used NUnit and I got: Exception: System.InvalidCastExceptionMessage:Return argument has an invalid type.Stack

[Nant-users] retrieve build status & test status l

2002-10-18 Thread Henk van Jaarsveld
Hi all,   I want to send a build succeeded/fail after doing a nightly build, but I can't find out how to retrieve the build status and the results of executing tests with JUnit. Can anybody help me?   Regards, Henk