Anyone have good experience with a web application testing framework? We are in process of selecting one for our application written in C#, ASP.NET etc., but the framework can be anything (unless, of course, choosing one written in C# helps somehow).
The application is distributed. What we would like (ideally) is:
- Something that will scale from testing individual components (~unit tests), to incrementally larger parts, to the whole system.
- Something that will collect time stamped logs, measurements etc. and help zoom in on problems as they occur.
- Easily scriptable by developers of varying skill levels.