Once the zombie tester has generated the XML Scripts, you can
edit and modify the scripts, and use Zombie Tester to run those scripts against the program and automatically log any errors that occur.
Interaction between the Zombie Tester program and your dot net application application is handled via the
dot net remoting interface which is implemented by adding just a few lines of code into your configuration file like this:
<appSettings>
<add key="ASP" value="tcp://localhost:4000/ZombieTester" />
<add key="VB" value="tcp://localhost:4001/ZombieTester" />
</appSettings>
You can run multiple instances of zombie tester against your application also to test load scenarios.
Zombie Tester will work with any ASP Dot Net or VB Dot Net
application for Visual Studio 2003 or Visual Studio 2005. |