Automated Testing

Making unit tests for .NET framework in Visual Studio 2008

Finding a tool for automated unit tests that works with the .NET Framework. The backend classes are written in C# and the IDE i am using is Microsoft Visual Studio 2008.

Testing of WEB based applications

In order to test a WEB application the communication between server and client must be recorded and played back. As client side scripting (such as JavaScript) is used the client is also relevant for the testing process.
Subscribe to Automated Testing