I'm looking to add automated testing (functional and performance) to our development environment.  We're early in the investigation process, but I've be very interested in anyone's input/experience regarding products or how to get started with writing tests.

 

So far, we've briefly looked at WebKing and ACT, mostly their recorded script capabilities where you click thru a series of links on a web site and it "remembers" the steps for later replay.  We are currently working with WebKing to resolve issues related to understanding configuration of how the script replays write operations to a database.

 

Curt Zarger

 

-----Original Message-----
From: Martin Gainty [mailto:[EMAIL PROTECTED]
Sent:
Thursday, June 17, 2004 10:17 AM
To: Doug Wallace
Cc: [EMAIL PROTECTED]
Subject: Re: [Nant-users] Using our own test framework

 

Good Morning Doug-
IDEs are clumsy and not easy to automate
What I was looking for (and anyone out there looking for auto testcase generator tools please speak up)
was an completely automated test case generator similar to the one that Artur Hecfyz wrote for Junit..
http://sourceforge.net/project/shownotes.php?release_id=89718
This autotestcas generator would run through the source tree, creates all of the test cases for that package(namespace), executes the testcases and finally transforms the XML results to HTML and mails them out..all targets and tasks to be handled thru NANT
Thanks,
Martin

----- Original Message -----

From: Doug Wallace

Sent: Thursday, June 17, 2004 8:53 AM

Subject: RE: [Nant-users] Using our own test framework

 

We have writen Unit Tests in C# and they are run using an ASPX. We are thinking of Having NANT call an exe that we will write that will call these pages and parse their returns.

 

THoughts?

 


From: Martin Gainty [mailto:[EMAIL PROTECTED]
Sent:
Thursday, June 17, 2004 8:26 AM
To: Doug Wallace; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Using our own test framework

Good Morning Doug:

Since this is a NANT discussion list I'm assuming you are speaking of a NANT Script?
I assume you are speaking of NUnit.Framework or do you have your own Framework? 
Kindly explain the framework you are using.

Many Thanks,
Martin
-.NET Consultant-
Boston MA USA 617-852-7822

"Experience has shown that natural keys are one of the greatest mistakes of relational theory ... because they have business meaning."

-- Scott Ambler, Persistence Modeling in the UML Toronto ON

----- Original Message -----

From: Doug Wallace

Sent: Tuesday, June 15, 2004 12:27 PM

Subject: [Nant-users] Using our own test framework

 

We use our own unit testing framework. Can Ant be scripted to run our own framework?

 

Doug Wallace

President

A G I L E

http://www.agile.net

[EMAIL PROTECTED]

T:416.977.4675 ext.26
F:416.599.1441

 

250 The Esplanade

Suite 400

Toronto, ON

M5A 1J2

 

Agile Solutions for the Agile Business

 

Reply via email to