in

Fort Worth .NET Users Group

All Tags » WatiN » Unit Tests » NUnit (RSS)

Browse by Tags

  • Testing Web Pages - Things to Consider

    Connecting to Internet Explorer Before issuing any commands to Internet Explorer, you must first create an instance of it. Acceptable Method The basic method for doing so is shown next: Dim ie As IE = New IE( http://localhost:3587/default.aspx ) It is easy to see that the only parameter provided to the...
    Posted to TestDriven.Me (Weblog) by ddodgen on 04-16-2008
  • How to Use WatiN to Test Web Pages - Part II

    Testing with the NUnit Framework NUnit is free to download and use. Better yet, it already comes with functionality built in that had to be created to be used by a console application, and even then the console application did not perform as seamlessly. Create a new Solution To begin, since we eventually...
    Posted to TestDriven.Me (Weblog) by ddodgen on 04-03-2008
  • Unit Testing Methodology

    There are a number of things related to the mechanics of testing that need to be worked out, such as what types of tests to run, how to structure test projects, and even how to run the tests effectively. Types of Testing There are many types of tests in addition to unit tests, some of which frequently...
    Posted to TestDriven.Me (Weblog) by ddodgen on 03-26-2008
  • Introduction

    There are a number of ways to test web pages and the server side or back-end classes that support the UI. Many are expensive, some are free or open source. I have chosen to focus on using WatiN for testing web pages, supported by the WatiN Test Recorder. WatiN is an open source tool which extends VB...
    Posted to TestDriven.Me (Weblog) by ddodgen on 03-10-2008
  • Let's Get Started

    So, I am new to blogging. I plan to use this space to discuss issues related to testing in the VB.NET environment with emphasis on using NUnit, TestDriven.NET and WatiN. There are certainly many other options for testing, but I'll let someone else cover most of those. I want to focus on tools that...
    Posted to TestDriven.Me (Weblog) by ddodgen on 03-06-2008
Page 1 of 1 (5 items)
Copyright FWDNUG 2008
Powered by Community Server (Commercial Edition), by Telligent Systems