in

ASP.NET Weblogs

Joe's WebLog

ASP.net Team
  • Automating for Internet Explorer

    In this article, I’ll describe some techniques to wrap an Internet Explorer window in order to facilitate the automation for verifying the behavior of web applications. Unit testing can be a great help to maintain the functionality of each specific blocks of code; however, as the application concretize itself, it is also important to consider the automation of a few sets of end user scenarios to make sure that your application doesn’t break over time. (more...)
  • The use of P/Invoke in Automation

    The platform invocation (“P/invoke”) framework was designed to allow interaction between your .net application and unmanaged DLL functions. When it comes to UI automation, that framework is very useful since it is rare that any given product provides a built-in automation system. In the following article, I’ll explain different techniques to automate a user interface by using the functionalities of the operating system beneath it. (more...)

    Posted Apr 19 2005, 05:17 PM by joeberg with no comments
    Filed under:
More Posts