Skip to main content

Posts

Showing posts with the label Selenium IDE

Fresh brew with NUnit for Selenium over a cuppa VS2010 Express’o

  Selenese coffee beans 1) A recorded Selenium script for a simple scenario of googling for the term Tomato. This recording should have been saved as an export in C# format. 2) VS2010 express editors – for C# and Web dev 3) MS Excel 4) Browsers – Chrome, Firefox, IE 5) WebDriver for Google Chrome Prepare the Coffee Machine Let’s install NUnit extension, NuGet package manager, Selenium packages and include MS Excel Interop reference into VS2010. Essentially 2 different editors are required from the VS2010 stable: a) Microsoft Visual C# 2010 Express – get NUnit b) Microsoft Visual Web Developer 2010 Express – to get NuGet and Selenium   Let’s get started with Microsoft Visual C# 2010 Express – Invoke Extension Manager: Browse the Online Gallery and download NUnit Test Application: Install NUnit: Confirm that installation succeeded: and this page is displayed in your default browser: Choose to create a New Project: Select th...

Google Calendar - High Level Design of tests

Last month I had the chance to work on a set of High level test design documents for the Google Calendar web application. Click here to refer to the set of documents for reference. Please note that: 1. Bullet marks are not accurately reflected in uploaded word documents. 2. UI specific Images have been posted in automation scenario document only for ease of reference, in usual cases one should refrain from doing this in a running test automation project, because UI can undergo changes!