Skip to main content

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!

Comments

Popular posts from this blog

Experimenting with Visio and VBScript

This diagram is created:               using this code:                                                                         Copy the code: Option Explicit Dim strVSDPath, filesys Dim vsoApplication, vsoDocument, vsoPages, vsoPage Dim vsoMaster1, vsoMaster2, vsoStencil Dim vsoShape1, vsoShape2, vsoConnector1 Dim itr Const visAutoConnectDirDown = 2     'Connect down. Const visAutoConnectDirLeft = 3     'Connect to the left. Const visAutoConnectDirNone = 0     'Connect without relocating the shapes. Const visAutoConnectDirRight = 4     'Connect to the right. Const visAutoConnectDirUp = 1         'Connect up....

Using ASP.net Page state and theme to create Color effects on buttons – a Disco UI

  About the app - how the UI color effects juggle:   The non-crossing activities for a specific button – Button_Red   Click here for the “VS2010 Web Developer Express” code for reference.   After building the app, one can choose to deploy the web app to IIS rather than the default VS Development server. Deployment is only a few steps: 1) Build the release version of the app 2) Build the deployment package: A deployment package is created as a zip file: 3) Open the IIS Manager and import this app package Follow the wizard to deploy the package as a web app.   Run the app and here’s how the website looks:   This post will have a follow-up post on the Microsoft Test Manager and CUIT for a testing perspective!

Hello World in iPhone

meines erstes iphone Programm - Gemacht durch Code