
The most fundamental form of Web testing is HTTP request/response testing. This involves programmatically sending an HTTP request to the Web application, fetching the HTTP response, and examining the response for an expected value. When you need to perform request/response testing for ASP.NET applications, there are a number of approaches from which you can choose. You can write a C# or Visual Basic® console application. You can write JavaScript or Perl scripts. If you're a glutton for punishment you can write a C/C++ program. And nowadays, you can use Windows PowerShell™.
|