开发者

web application testing framework suggestions

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 writ开发者_运维问答ten in C# helps somehow).

The application is distributed. What we would like (ideally) is:

  1. Something that will scale from testing individual components (~unit tests), to incrementally larger parts, to the whole system.
  2. Something that will collect time stamped logs, measurements etc. and help zoom in on problems as they occur.
  3. Easily scriptable by developers of varying skill levels.


Have you tried using the web testing framework in Visual Studio itself. That does a lot of what you need and sits right in your development environment. You also have the addition of load testing as well. While web tests do not test javascript, they will make sure that each page works correctly.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜