Is there a browser without .NET for browser?
I am looking for this in the context of testing.
Starting with Java, I am thinking of something like HtmlUnit ( http://htmlunit.sourceforge.net/ ), which itself is the base for various higher-level tools such as Canoo WebTest or Celerity.
I would like to create automated user interface tests for web applications in the .NET environment, but not using Browser-Remoting (Watin, Selenium ...)
If possible, I would like to stick with the .NET solution and avoid using Java or Ruby tools.
What are the options? What are you guys doing?
thanks
jbandi
source share