visual studio 2010 team system capabilities with dynamics ax

28
VISUAL STUDIO 2010 TEAM SYSTEM CAPABILITIES WITH DYNAMICS AX Advisor - Simanta Mitra Client - Shawn Hanson & Dave Froslie (Microsoft) Group - Dec10-08 Ian Dallas Jacob Grimm Yuriy Gritsenko Matt Smith

Upload: howard

Post on 22-Feb-2016

19 views

Category:

Documents


1 download

DESCRIPTION

Visual Studio 2010 Team System Capabilities with Dynamics AX. Advisor - Simanta Mitra Client - Shawn Hanson & Dave Froslie (Microsoft) Group - Dec10-08 Ian Dallas Jacob Grimm Yuriy Gritsenko Matt Smith. Project Plan. Problem Users & Use Cases Assumptions Limitations. Deliverables - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Visual Studio 2010 Team System Capabilities with Dynamics AX

VISUAL STUDIO 2010 TEAM SYSTEM CAPABILITIES WITH DYNAMICS AX

Advisor - Simanta Mitra

Client - Shawn Hanson & Dave Froslie (Microsoft)

Group - Dec10-08Ian Dallas

Jacob GrimmYuriy Gritsenko

Matt Smith

Page 2: Visual Studio 2010 Team System Capabilities with Dynamics AX

PROJECT PLANProblemUsers & Use CasesAssumptionsLimitations

DeliverablesSystem DescriptionRequirementsConstraints

RisksMilestonesResourcesTasks

Page 3: Visual Studio 2010 Team System Capabilities with Dynamics AX

Problem

Manage, execute, and report on Dynamics AX test cases in Visual Studio 2010

Page 4: Visual Studio 2010 Team System Capabilities with Dynamics AX

Users & Use Cases• Primary User – VS Tester

• Works entirely in VS2010 & MTLM• Develops requirements & test cases• Executes test cases

• Secondary User – AX Developer• Works entirely in Dynamics AX• Develops code• Writes test cases

Page 5: Visual Studio 2010 Team System Capabilities with Dynamics AX

Assumptions• Tests formatted properly & fully functional in default

environment• VS2010 Ultimate & Dynamics AX being used• Using TFS as repository

Limitations• Restricted to use of VS2010, Dynamics AX & TFS• Must have functioning network access to TFS & Dynamics

AX• VS2010 unreleased – Little Documentation

Page 6: Visual Studio 2010 Team System Capabilities with Dynamics AX

Deliverables• A process to:

• Import Dynamics AX test case information into TFS• Retrieve test case information from TFS• Execute Dynamics AX Tests through VS2010• Report on Dynamics AX Tests run through VS2010

• A detailed tutorial illustrating how to perform the above process

Page 7: Visual Studio 2010 Team System Capabilities with Dynamics AX

System Description

Page 8: Visual Studio 2010 Team System Capabilities with Dynamics AX

Functional Requirements1. Imported Test Case Information

• Provide details about which class/module AX test case belongs to• Provide metadata for each AX test case about method/function being

tested

2. Management• View wrapped AX test case names within MTLM• Choose AX test cases to run within MTLM

3. Execution• Takes no more than 10% longer than when run in Dynamics AX• AX test case results displayed in MTLM

4. Reporting• Display Error/Fail messages normally associated with test cases• Report Pass/Fails• Report number of test cases run

Page 9: Visual Studio 2010 Team System Capabilities with Dynamics AX

Non-Functional Requirements• Written in .NET managed code• Tutorials & documentation designed for ease of use• Applicable to any valid Dynamics AX Test cases• Varying levels of granularity – Project, Class, Method

Page 10: Visual Studio 2010 Team System Capabilities with Dynamics AX

Constraints• Deliverables small enough to be transferred through

Codeplex• Function on VS2010 compatible machine without

additional software• Cannot modify VS2010 or Dynamics AX

Page 11: Visual Studio 2010 Team System Capabilities with Dynamics AX

RisksRisk Likeliness Description Mitigation

Feature Creep Somewhat likelyA significant level of ambiguity is built into the project that can lead to more features being requested as we progress.

To avoid this, we need to define the scope in writing and only add to it if all tasks have been completed.

Insufficient knowledge of relevant technologies Somewhat likely

Because we are using technology that is both new to us and has versions that were just newly released, relevant information is tough to locate.

Use clients' knowledge and contacts to locate necessary information.

Hardware failure UnlikelyThe software will be developed on personal machines while TFS is located on a campus server.

Contact service center for immediate diagnosis and maintenance.

Access to required software unavailable

Somewhat unlikely

The speed with which we can acquire the necessary licenses is a concern due to the various software packages we require to complete the project.

Remain in contact with MSDNAA and Microsoft to inform them what we need and when we need it.

Trying to accomplish too much at once Somewhat likely Due to the ambiguity of the project there is a

potential to spread ourselves too thin. Approach each task separately

Page 12: Visual Studio 2010 Team System Capabilities with Dynamics AX

Resources & Cost Estimate• General Resource Requirements

• Server that supports Windows 2008• Visual Studio 2010 Ultimate w/ Team Foundation Server• Windows Server 2008 R2 Standard w/ 10 CALs• Dynamics AX 2009

Type Item Cost

Hardware Computer able to support Windows Server 2008 $500

Software Visual Studio w/ TFS $5469

Software Windows Server 2008 R2 Standard w/ 10 CALs $1209

Labor 8hrs/week * 80 weeks* $20/hr $12800

Total   $19978

Page 13: Visual Studio 2010 Team System Capabilities with Dynamics AX

Schedules

Page 14: Visual Studio 2010 Team System Capabilities with Dynamics AX

DESIGNFunctional DecompositionUser Interface SpecificationTest Plan

Page 15: Visual Studio 2010 Team System Capabilities with Dynamics AX

Functional Decomposition – Import

Page 16: Visual Studio 2010 Team System Capabilities with Dynamics AX

Functional Decomposition – Retrieval

Page 17: Visual Studio 2010 Team System Capabilities with Dynamics AX

Functional Decomposition

Page 18: Visual Studio 2010 Team System Capabilities with Dynamics AX

User Interface Specification

Page 19: Visual Studio 2010 Team System Capabilities with Dynamics AX

User Interface Specification Cont

Page 20: Visual Studio 2010 Team System Capabilities with Dynamics AX

Test Plan - ImportTest Function Test Name Test Description Expected Outcome

XPO to Excel Converter Valid XPO A valid XPO file is passed to the converter

A properly formatted Excel file containing the test cases is returned

  Invalid XPO An improperly formatted XPO file is passed to the converter

The converter detects an invalid XPO file and returns an error message to the user (100)

  NonExistent XPO A nonexistent XPO file is passed to the converter

The converter detects a non existent file and returns an error message to the user (101)

Test Case Migrator Valid Excel File A valid Excel file is passed to the migrator

Test cases are added to TFS that correspond with the test cases in the Excel file

  Invalid Excel File An improperly formatted Excel file is passed to the migrator

No test cases are added to TFS and an error message is returned to the user (200)

  Nonexistent Excel File A nonexistent Excel file is passed to the migrator

The migrator prompts the user for an existent Excel file

  Invalid TFS Server A nonexistent TFS server is passed to the migrator

The migrator prompts the user for a valid TFS server

  Invalid credentials for TFS The credentials for connecting to TFS are incorrect or lack permissions

An error message is returned to the user (201)

Page 21: Visual Studio 2010 Team System Capabilities with Dynamics AX

Test Plan - Export

Test Function Test Name Test Description Expected Outcome

TFS Test Case Retrival Valid Test Case A valid test case is retrieved from TFS

The test case is shown in a list that the user can select from

  No Test Cases to Retrieve The TFS repository contains no test cases

There are no test cases for the user to select, however, they can reenter another TFS repository

  Invalid TFS Server An invalid TFS repository is given by the user

An error message is returned to the user (300)

  Invalid credentials for TFS The credentials for connecting to TFS are incorrect or lack permissions

An error message is returned to the user (301)

Page 22: Visual Studio 2010 Team System Capabilities with Dynamics AX

Test Plan – Execute & ReportTest Function Test Name Test Description Expected Outcome

Generic AX Test Case Runner Valid Generic Test Case Run A valid generic test case is run The results for the test case run in AX are shown in MTLM

  AX32.exe Not Available The path for AX32.exe does not contain AX32.exe

An error message is returned to the user (400)

  Network Error The path for AX32.exe is across a network which the client cannot connect to

An error message is returned to the user (401)

  Invalid XPO Parameter An invalid XPO file is passed to the runner

An error message is returned to the user (402)

  Nonexistent XPO Parameter A nonexistent XPO file is passed to the runner

An error message is returned to the user (403)

  Empty Test Case File An empty test case file is passed to the runner No wrapped test cases are run

  Invalid Test Case File An invalid test case file is passed to the runner

An error message is returned to the user (404)

  Improperly Formatted Summary Result XML File

An improperly formatted summary result XML file is passed to the runner

An error message is returned to the user (405)

Page 23: Visual Studio 2010 Team System Capabilities with Dynamics AX

CONCLUSIONCurrent StatusTeam ContributionsIndividual ContributionsFuture Plan

Page 24: Visual Studio 2010 Team System Capabilities with Dynamics AX

• Acquired Server• Setup & Configured TFS• Acquired & Installed Dynamics AX 2009• Researched Generic Test Case Wrapping• Executed & Obtained Results of Generic Non-AX Test Cases

Current Status – On Schedule

Page 25: Visual Studio 2010 Team System Capabilities with Dynamics AX

Team Contributions• Research on:

• Visual Studio 2010• Generic Test Wrapping

• Generic Test Experimentation• Deliverables

• Project Plan• Design Document

• Weekly Meetings• Team• With Microsoft

Page 26: Visual Studio 2010 Team System Capabilities with Dynamics AX

Individual Breakdown• Ian Dallas

• Communications Liaison• Jacob Grimm

• System Administrator• Yuriy Gritsenko

• Team Lead• Compiled Documents

• Matt Smith• Webmaster

Page 27: Visual Studio 2010 Team System Capabilities with Dynamics AX

To Do – Fall 2010

Page 28: Visual Studio 2010 Team System Capabilities with Dynamics AX

Questions?