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 is actually functional right now, but it only works with the
Integral Accounting Enterprise product. We are currently
"generalizing" the application so it will work for many
other kinds of dot net systems. |