Be agile, deliver incremental features every sprint (2 weeks) or cycle (1 month). Take advantage of Dynamics AX build and test automation tools.

Slides:



Advertisements
Similar presentations
QuEdge Testing Process Delivering Global Solutions.
Advertisements

SDL in an Agile World MSSD-3 третья по счету конференция, посвященная всестороннему обсуждению популярной и важной темы – минимизация уязвимостей программного.
Designing, Deploying and Managing Workflow in SharePoint Sites Steve Heaney Product Development Manager OBS
Unit Tests DEFINITION AND OVERVIEW by Paul M. code of the damned. com.
Agile Development Primer – Using Roundtable TSMS in an Agile Shop Michael G. Solomon Solomon Consulting Inc.
Agile at ON.Lab Bill Snow VP of Engineering. What is waterfall? RequirementsDesignDevelopTest Or Requirements Design Develop Test Time.
Michael Lepine Agile2013 Recap. What is DevOps?
Modern app development Continuous value delivery and rapid response to change.
Visual Studio Online. What it Provides Visual Studio Online, based on the capabilities of Team Foundation Server with additional cloud services, is the.
Roadmap to Continuous Integration Testing and Benefits Gowri Selka, Walgreens Natalie Koltun, Walgreens May 20th, 2014 ©2013 Walgreen Co. All rights reserved.
PopMedNet Software Development Life Cycle Chayim Herzig-Marx Harvard Pilgrim Health Care Institute Daniel Dee Lincoln Peak Partners.
DNN LOVES JENKINS FOR CONTINUOUS INTEGRATION
QWise software engineering – refactored! Testing, testing A first-look at the new testing capabilities in Visual Studio 2010 Mathias Olausson.
Multi Duty Tool for Smallworld™ solution providers.
Application Lifecycle Management and the cloud
Chapter 3 – Agile Software Development 1Chapter 3 Agile software development.
10/8/2008Clarity PLC Fall WebConference This slide copyright Jeffrey A. Bloom Tips and Techniques Leveraging Clarity’s Notes Facility & SCRUM in.
Software Engineering- Scrum 徐 瑋 Alen 林芳瑜 Flora 1.
Beyond the wall of issues - Focus to drive velocity Mathew Aniyan Program Manager, Microsoft.
Office Business Applications Workshop Defining Business Process and Workflows.
Code Convergence Testing Approach Thoughts. Testing to Agile Define the Customers OSEHRA – and each member’s individual customers VA – because we want.
Team Foundation Server 2012 Maximiliano Déboli Director de Desarrollo Microsoft Azure MVP
AP-1 4. Agile Processes. AP-2 Agile Processes Focus on creating a working system Different attitude on measuring progress XP Scrum.
Visual Studio Online Visual Studio.NET Work BuildTest Deploy Insights Code Visual Studio Online.
1 ALCATEL-LUCENT — PROPRIETARY AND CONFIDENTIAL COPYRIGHT © 2015 ALCATEL-LUCENT. ALL RIGHTS RESERVED. NFV transforms the way service providers architect.
Phoenix Scrum User Group Simplifying Scrum Online May 21 st 2009.
Continuous Integration Make your development life simpler.
Software Testing Process
October 4-7, 2004 Los Angeles, CA The importance of Testing Tools and Quality Assurance Pathangi Janardhanan HCL Technologies
Agenda: Overview of Agile testing Difference between Agile and traditional Methodology Agile Development Methodologies Extreme Programming Test Driven.
Sprint 113 Review / Sprint 114 Planning August 12th, 2013.
Who is Gregg? 1 Mile
CS223: Software Engineering Lecture 18: The XP. Recap Introduction to Agile Methodology Customer centric approach Issues of Agile methodology Where to.
DevCOP: A Software Certificate Management System for Eclipse Mark Sherriff and Laurie Williams North Carolina State University ISSRE ’06 November 10, 2006.
How Software Projects Start SW projects start with a need. We need to keep better data on the students in the CSCE Dept. I heard that one of our competitors.
Kanban Advanced Software Engineering Dr Nuha El-Khalili.
1 Punishment Through Continuous Delivery If it hurts, do it more often…
Rome 31 January -1 February Team Development in CRM Shan McArthur CEO / CTO Adxstudio, CRM MVP.
Muhammad Adli Aniq bin Lamin ( ) Muhammad Shahrul bin Mohd Yusuf ( ) Khairul Ikhwan bin Mohamad Halim ( ) Methodology for Mobile.
Dynamics AX Henrik Hasselblad Business Unit Manager.
PeopleSoft Automation Tools. Visit for more:
Copyright © Curt Hill Scrum Software Development Paradigms What is a Scrum?
Benjamin Day Real World Scrum with TFS 2015 & VSTS.
Chapter 3 Agile software development 1 Chapter 3 – Agile Software Development.
Tools and technology usage in PFMS application lifecycle management process LEPL Financial-Analytical Service, Ministry of Finance October, 2015 Dimitri.
DevOps for the IT Pro with Azure and Visual Studio Team Services
From manual test shop to fully automated test coverage: A How-To session to speed up your journey Jayshree Bhakta ITHAKA/JSTOR.
Microsoft Ignite /30/2018 9:28 PM BRK3174
Progile Automated Verification Engineer • PAVE •
Constructing Deploying and Maintaining Enterprise Systems
Develop and customize Dynamics AX safely and effectively
Wael Ellithy, Ph.D. Arx ICT
Work Package 4 Software Integration and Distribution
Development Changes in Dynamics 365 for Finance and Operations
Extend Microsoft Dynamics 365 for Finance and Operations
SAFe Workshop - Oct 17 Presenter: Ray Brederode
An Intro to ALM Using TFS and Visual Studio for Source Control, Build Automation, Continuous Integration and Deployments.
Agile Planning with Visual Studio Team Services (VSTS)
Rapid software development
Customizations Using Extensions in Dynamics AX
Applied Software Implementation & Testing
WEBINAR: Becoming Agile In Software Testing: The Government Edition
TFS from on-prem to the cloud with Azure DevOps Services
Chapter 3 – Agile Software Development
Real World Scrum with TFS & VSTS / Azure DevOps
SSDT and Database Project Basics
Open Source Tool Based Automation solution with Continuous Integration and end to end BDD Implementation Arun Krishnan - Automation Manager Maria Afzal-
Visual Studio 2010 和 .NET Framework 4 培训研讨会
Overview Activities from additional UP disciplines are needed to bring a system into being Implementation Testing Deployment Configuration and change management.
Open Source Tool Based Automation solution with Continuous Integration and end to end BDD Implementation Arun Krishnan - Automation Manager Maria Afzal-
Presentation transcript:

Be agile, deliver incremental features every sprint (2 weeks) or cycle (1 month). Take advantage of Dynamics AX build and test automation tools. Use VSTS for work item tracking Always prioritize bugs over new features to avoid a large bug debt. Rely on test automation Concentrate on Unit tests (SysTest framework) that are data independent or create their own data. Unit test can run on any environment. Smaller number of functional scenario tests (based on Task recorder) that relies on demo data. Scenario tests are more expensive to maintain.

Define and call delegate in overlayered class Subscribe to delegate in your extension package

Application Suite Package Application Suite Extension Package AOS Runtime Dynamics.AX.ApplicationSuite.dll Dynamics.AX.AppSuiteExtension.dll AxForm AxTable AxTableExtension AxFormExtension AxForm AxTable Events & Plugins References Code Extensions AxClass Compile Compile Isolation & performance Deployment, servicing and ALM Minimal code upgrade cost