A Value Comparison case study of Agile vs Waterfall within a structured PMO framework. Tom Friend Scrum Master

Size: px
Start display at page:

Download "A Value Comparison case study of Agile vs Waterfall within a structured PMO framework. Tom Friend Scrum Master"

Transcription

1 A Value Comparison case study of Agile vs Waterfall within a structured PMO framework Tom Friend Scrum Master

2 Tom Friend / Experience Industry Experience: Banking, Cable, Broadband, Telecommunications, Mutual Fund, Healthcare, Energy, Federal Sector. Roles: Agile / XP / Scrum, QA, DEV, BA, PM, Federal Contracting Officer. Education: BS Aeronautics from Embry Riddle Aeronautical University. Air War College / US Military. 24 Years US Military Pilot, Retired: 10 Years Navy / 14 Years Air Force Reserve / Flew 7 Different Aircraft. 2 Squadron Commands / 12 Deployments JTAC Ground Combat support for Marines and Army. thomasfriend@hotmail.com About me: 2

3 Agenda Preparation + Testing + Grooming = Value Quick Overview of the Project 1. Proper Preparation and Frameworks from the start» Architecture Foundations» Tools and Coding Standards» Frameworks & building blocks 2. The Value of Automated Testing» J-unit testing / Sonar» Automation Regression» End To End 3. The importance of refining requirements (Grooming)» MoSCoW» Standish Group Features and Functions Agile Value proposition and selecting the right project» DEDB to DAIC comparison = Value added sooner» Profile of a suitable project to realize maximum value» Closing thoughts 3

4 Quick Overview of the Project Project Definition and Team Selection General project items of note Small to Medium project size Greenfield Java Development 3 rd party vendor integration Distributed Team that is new to Agile Offshore 12 hour time difference Preparation Testing Grooming Value Specific team details Team of 12 dedicated resources 5 Developers 3 QA Contractors 1 Product owner 1 Project Manager 1 Business Analyst 1 Scrum Master / Coach 4

5 Proper Preparation and Frameworks from the start Architecture Foundations Frameworks: o Spring framework 3.2.X o Hibernate o JUnit o Log4J o HTML 4.01 o JSTL 1.2 o JQuery 1.7.1, Jquery supported plug-ins o JSON Web Server: Apache 2.2 Application Server: WebLogic Server JDK: JRockit 1.6.0_29 Database: Oracle 11g Enterprise Edition Release bit Webservices: JAXB/AXIS, Spring webservices, Restful 5

6 Proper Preparation and Frameworks from the start Tools and Coding Standards / Unit Testing Build & Release Management Jenkins Maven Code Quality Scans Sonar Unit Testing JUnit 4.11 Code Review IntelliJ IDEA static code analysis Continuous Integration, Integrated Development Environment (IDE) Eclipse (most developers) Idea IntelliJ Strong emphasis on Peer review, Pair programming Performance Testing HP Mercury LoadRunner v11.0 Test Automation HP Mercury Quicktest Professional QTP v11.0 Axe 3.5 Test Management HP Mercury Quality Center Excel Add-in v11.0 Source Code Management Subversion Story, Requirements, Project Mgmt JIRA with GreenHopper Note: Additional Technology Techniques can be found on slides 22 & 23 6

7 Proper Preparation and Frameworks from the start Team Cadence 7

8 Proper Preparation and Frameworks from the start Project 20 Sprints by Functional Theme SPRINT DATE Theme of SPRINT Sprint 1 27-Mar-13 Login Screen / Architecture Standards Sprint 2 10-Apr-13 Main Search /UI Frameworks / Velocity Sprint 3 24-Apr-13 SSO/ Database Setup / Velocity Sprint 4 8-May-13 Account Screen / Offshore Integration / Velocity Sprint 5 22-May-13 Roles / Automated Regression Sprint 6 5-Jun-13 Templates Sprint 7 19-Jun-13 Technical Debt Rolls Rights Slide 22 / 23 Sprint 8 3-Jul-13 Roles Rights Sprint 9 17-Jul-13 Roles Rights Sprint Jul-13 Comments / Notes / SIT Bugs Sprint Aug-13 Vendor Integration / Reports / Sprint Aug-13 Reports Mapping / Vendor Integration Sprint Sep-13 Reports Mapping/ Data Map Vendor Integration Sprint Sep-13 Reminders / Vendor Integration Sprint 15 9-Oct-13 Documentation/ Report views / Vendor Integration Sprint Oct-13 Reports / Training / Vendor Integration Sprint 17 6-Nov-13 Hardware / Training / Vendor Integration Sprint Nov-13 Hardware / FINRA / Vendor Integration Sprint 19 4-Dec-13 Vendor Integration Hardware UAT Sprint Dec-13 Regression UAT 8

9 The Value of Automated Testing Bugs per Sprint 9

10 The Value of Automated Testing Bugs per Sprint Trending 10

11 The Value of automated testing Trending Correlations to Maturity of Automation 11

12 The Value of automated testing Comprehensive Unit, Regression, End to End 12

13 The importance of refining requirements Groomed Backlog / Velocity provides = Delivery Date. 13

14 The importance of refining requirements Velocity focus on what Delivers Value soonest Note: Sprint 10 was low in delivered Story points 14

15 The importance of refining requirements Sprint 10 removed Never and Rarely from Backlog MoSCoW Must have = Always + Often Should have = Sometimes Could have = Rarely Won t have = Never 15

16 The importance of refining requirements Hidden velocity of Grooming 16

17 Agile value proposition and selecting the right project DEDB to DAIC comparison = Value added sooner MoSCoW Must have = Always + Often Should have = Sometimes Could have = Rarely Won t have = Never 17

18 Agile Value selecting the right project Profile of a suitable project to realize this value Standish Group Chaos Report 18

19 Agile value proposition closing thoughts: Preparation + Testing + Grooming = Value Absolute attention to preparation will create an environment of success that breeds more success. Delivering the highest quality product value as soon as possible requires comprehensive testing. The key to managing scope is creating a continual process of prioritization of business value through grooming. When you have a sound foundation, comprehensive test suite, and focus scope to maximum value it is much easier to set and manage value expectations with the business. The temptation with success is to get overconfident and in doing so sabotage your future success. 19

20 Questions? Tom Friend About me: 20

21 Technology Techniques used on the Project Technology UI Speed Transactional Performance Code Reuse Data Management Tiles 3 Yes Yes Yes JPA 2 Yes Yes Yes JPQL Yes Yes Yes DAO Yes Yes Yes Summary of technology to benefits Technology used to attain above objectives Traceability Matrix: TILES 3 Apache Tiles is a HTML template framework base on a composite model of pagelets that are combined to make a final HTML within a JSP Java Server Page. Java Server Pages (JSP) helps create dynamically generated web pages based on HTML, XML, or other document types. Java Persistence API (JPA 2.0) Manages relational data in application using the Java Platform using (JPQL) Java Persistence Query Language. The Java Persistence Query Language (JPQL) is an independent object oriented query language that is part of the Java Persistence API (JPA) specification. Data Access Objects Frameworks (DAO) is an object that provides an abstraction interface to a database or other persistence mechanism. Maven conversions, Maven is a build automation tool used in Java projects. SPRING Security, Is a Java/Java EE framework that provides authentication, authorization and other security features for JAVA applications. 21

22 Technology Techniques used on the Project Detail Detailed benefits of Technology Implemented. The following is the detail of how the above technologies were leveraged. Please Note: this is not a one to one relationship with the items listed on the prior slide Maven conversions Project Infrastructure Foundations: 1.Mitigation of conflicts in dependency management. 2.Simplification of the SVN tagging in the code repository. 3.Creation of multi modules for the project that can be reused. 4.Now leveraging existing frameworks and code in the maven plug-ins. Tiles 3 How pagelets were updated: 1.Configured tilesviewresolver instead of JSP view in spring. 2.Use of Tiles simplified the templates for dashboard, createcase and admindashboard screens. 3.A great deal of the lines of code in jsp is now moved to views.xml. I)js and css imports are now defined in a hierarchical way. II)Tiles 3 optimized the header, menu, and footer content in every jsp. 4.Now all the jsp files have the lines of code optimized now just having only its own specific content. JPA 2 Benefits of greater use of the Java persistence API: 1.JPA2 API has improved persistence over the Hibernate session API. 2.JPA 2 is now part of JAVA EE 6 this is a compatibility benefit. 3.Using the JPA2 EntityManager API, the same Repository layer can be easily switched to other ORM without any changes in Repository. 4.The primary objective of JPA2 features are lot of boiler-plate code is avoided in DAO layer by making use of Predicates which are usable in any criteria query to build the where condition. 5.Make use of Weblogic TransactionManager which provides more features than JpaTransactionManager. Spring Security POC Java framework proof of concept for authentication and authorization: 1.Spring security for SSO login and logout functionality and hence LoginFilter.java can be avoided. 2.Spring security taglibs provided to render the secured content if the user really has the particular permission. 3.Proof of concept was deployed successfully in DEV. 22

Agile Best Practices and Patterns for Success on an Agile Software development project.

Agile Best Practices and Patterns for Success on an Agile Software development project. Agile Best Practices and Patterns for Success on an Agile Software development project. Tom Friend SCRUM Master / Coach 1 2014 Agile On Target LLC, All Rights reserved. Tom Friend / Experience Industry

More information

Client Overview. Engagement Situation. Key Requirements for Platform Development :

Client Overview. Engagement Situation. Key Requirements for Platform Development : Client Overview Our client is the leading provider of software solutions for providing online and easy access to health insurance. Our client offers these services to a range of consumers from employees

More information

Cost effective methods of test environment management. Prabhu Meruga Director - Solution Engineering 16 th July SCQAA Irvine, CA

Cost effective methods of test environment management. Prabhu Meruga Director - Solution Engineering 16 th July SCQAA Irvine, CA Cost effective methods of test environment management Prabhu Meruga Director - Solution Engineering 16 th July SCQAA Irvine, CA 2013 Agenda Basic complexity Dynamic needs for test environments Traditional

More information

Roles: Scrum Master & Project Manager

Roles: Scrum Master & Project Manager Roles: Scrum Master & Project Manager Scrum Master: Facilitate collaborative meetings Track team performance Remove impediments (Risk, Issue) Validate team alignment to Agile framework and scope Drive

More information

HP ALM11 & MS VS/TFS2010

HP ALM11 & MS VS/TFS2010 Comparison Test Management Tools HP ALM11 & MS VS/TFS2010 22 mei 2012 voordracht georganiseerd door Discussiegroep Software Testing met de steun van Ingenieurshuis, Antwerpen 24/05/2012 HP ALM 11 Microsoft

More information

Karthikeyan Sadayamuthu Senior Java Developer Mobile: (470)-258-0816

Karthikeyan Sadayamuthu Senior Java Developer Mobile: (470)-258-0816 Karthikeyan Sadayamuthu Senior Java Developer Mobile: (470)-258-0816 Dulles, Virginia Email: ksadayamuthu@gmail.com Over 7+ years of professional experience as in IT industry on design and development

More information

SENIOR WEB DEVELOPER

SENIOR WEB DEVELOPER SENIOR WEB DEVELOPER Belatrix s Software Developers play a vital role in helping our global clients to innovate and produce game changing software products. Using an Agile approach, Developers participate

More information

JAVA/J2EE DEVELOPER RESUME

JAVA/J2EE DEVELOPER RESUME 1 of 5 05/01/2015 13:22 JAVA/J2EE DEVELOPER RESUME Java Developers/Architects Resumes Please note that this is a not a Job Board - We are an I.T Staffing Company and we provide candidates on a Contract

More information

Effective Java Training Portfolio

Effective Java Training Portfolio Training portfolio Jan 2013 Mind your JavaScript at WordCamp Norway 2013 Mind your JavaScript session on JavaScript for WordPress developers at WordCamp Oslo, Norway 2013. Slides available here - http://wcnorge.devwp.eu/mind-your-javascript/#1

More information

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 Product Support Matrix Following is the Product Support Matrix for the AT&T Global Network Client. See the AT&T Global Network

More information

Rapid Server Side Java Development Using Spring Roo. Christian Tzolov Technical Lead, TTSD, TomTom BV 12/05/2010

Rapid Server Side Java Development Using Spring Roo. Christian Tzolov Technical Lead, TTSD, TomTom BV 12/05/2010 Rapid Server Side Java Development Using Spring Roo Christian Tzolov Technical Lead, TTSD, TomTom BV 12/05/2010 Agenda TomTom Service & Delivery Java Developer Productivity & Impediments Demo - Traffic

More information

Department of Elementary and Secondary Education Role: Sr. Java Developer

Department of Elementary and Secondary Education Role: Sr. Java Developer SUMMARY 12+ years IT development experience in development, design and architecture with Java, J2EE and related technologies Development and maintenance of web applications and enterprise applications

More information

HP Application Lifecycle Management (ALM) 11.00. HP Quality Center 11.00. Roman Zednik HP Software Austria

HP Application Lifecycle Management (ALM) 11.00. HP Quality Center 11.00. Roman Zednik HP Software Austria HP Application Lifecycle Management (ALM) 11.00 HP Quality Center 11.00 Roman Zednik HP Software Austria WARUM 11? Product Release Overview Product Name Version Previous Version Previous Name HP Test Data

More information

Introduction to Agile Software Development Process. Software Development Life Cycles

Introduction to Agile Software Development Process. Software Development Life Cycles Introduction to Agile Software Development Process Presenter: Soontarin W. (Senior Software Process Specialist) Date: 24 November 2010 AGENDA Software Development Life Cycles Waterfall Model Iterative

More information

Rights and Scheduling: Vision Broadcast Master. Lee Sheppard, Product Line Manager Client Conference, March 2013

Rights and Scheduling: Vision Broadcast Master. Lee Sheppard, Product Line Manager Client Conference, March 2013 Rights and Scheduling: Vision Broadcast Master Lee Sheppard, Product Line Manager Client Conference, March 2013 Broadcast Master and Vision Rights and Scheduling: Objectives Managing Rights Scheduling

More information

7/24/2015. Blackstone Drupal Team

7/24/2015. Blackstone Drupal Team 7/24/2015 Drupal to Agile Drupal Blackstone Drupal Team 1 Agenda What We Will Present Today 1:00 PM 1:15 PM Introduction Why Apply Agile to Drupal Development Sprint 0 Model Sprint Cadence Definition of

More information

Collaborating for Quality in Agile Application Development From Beginning to End

Collaborating for Quality in Agile Application Development From Beginning to End Collaborating for Quality in Agile Application Development From Beginning to End + 1 Agenda Application Development Challenges Meeting the Challenge in the Enterprise End-to-End HP/CollabNet Solution Agile

More information

QA AUTOMATION - DEVELOPER ADVANCED TESTING TOOLS. 30 years old - 6 years of experience

QA AUTOMATION - DEVELOPER ADVANCED TESTING TOOLS. 30 years old - 6 years of experience Victor B. QA AUTOMATION - DEVELOPER ADVANCED TESTING TOOLS 30 years old - 6 years of experience Business expertise: Languages: Software editors Romanian (Native speaker), Russian (Advanced), English (Advanced),

More information

Rapid Application Development. and Application Generation Tools. Walter Knesel

Rapid Application Development. and Application Generation Tools. Walter Knesel Rapid Application Development and Application Generation Tools Walter Knesel 5/2014 Java... A place where many, many ideas have been tried and discarded. A current problem is it's success: so many libraries,

More information

How To Retire A Legacy System From Healthcare With A Flatirons Eas Application Retirement Solution

How To Retire A Legacy System From Healthcare With A Flatirons Eas Application Retirement Solution EAS Application Retirement Case Study: Health Insurance Introduction A major health insurance organization contracted with Flatirons Solutions to assist them in retiring a number of aged applications that

More information

SAS in clinical trials A relook at project management,

SAS in clinical trials A relook at project management, SAS in clinical trials A relook at project management, tools and software engineering Sameera Nandigama - Statistical Programmer PhUSE 2014 AD07 2014 inventiv Health. All rights reserved. Introduction

More information

Tim Donkersgoed 30 Stillwater St. Elmira, Ontario N3B3M1

Tim Donkersgoed 30 Stillwater St. Elmira, Ontario N3B3M1 PROFESSIONAL PROFILE: Experienced in a variety of roles including Test Management, Team Lead, Automated Test Developer, and Software Quality Analyst with extensive experience in all aspects of software

More information

Enhancing The ALM Experience

Enhancing The ALM Experience Enhancing The ALM Experience Tools to Accelerate Delivery of Secure, Reliable Modern Applications Brent Dorenkamp Solutions Architect Agenda Application Modernization and the Instant-On Enterprise Building

More information

Pega Texas Conference 2012 Department of Veterans Affairs. Terry Riffel, Director Financial Services Center October 26, 2012

Pega Texas Conference 2012 Department of Veterans Affairs. Terry Riffel, Director Financial Services Center October 26, 2012 Pega Texas Conference 2012 Department of Veterans Affairs Terry Riffel, Director Financial Services Center October 26, 2012 1 Agenda Pega Projects at the FSC Invoice Payment Processing System Healthcare

More information

OXAGILE RESUMES SUMMARY OF QUALIFICATIONS TECHNICAL SKILLS SENIOR JAVA SOFTWARE ENGINEER

OXAGILE RESUMES SUMMARY OF QUALIFICATIONS TECHNICAL SKILLS SENIOR JAVA SOFTWARE ENGINEER OXAGILE RESUMES SENIOR JAVA SOFTWARE ENGINEER SUMMARY OF QUALIFICATIONS Over 4 years of solid experience in software development, application programming and engineering Strong expertise in J2EE architectures,

More information

Jenkins User Conference Herzelia, July 5 2012 #jenkinsconf. Testing a Large Support Matrix Using Jenkins. Amir Kibbar HP http://hp.

Jenkins User Conference Herzelia, July 5 2012 #jenkinsconf. Testing a Large Support Matrix Using Jenkins. Amir Kibbar HP http://hp. Testing a Large Support Matrix Using Jenkins Amir Kibbar HP http://hp.com/go/oo About Me! 4.5 years with HP! Almost 3 years System Architect! Out of which 1.5 HP OO s SA! Before that a Java consultant

More information

Resume of Victor Kachan (Web developer, Java developer)

Resume of Victor Kachan (Web developer, Java developer) Resume of Victor Kachan (Web developer, Java developer) Personal details Contact information Name Victor Kachan E-mail setec.by@gmail.com Date of birth 28 Aug 1982 Skype viktar.kachan Nationality Belarus

More information

QA & Test Management. Overview. www.intland.com

QA & Test Management. Overview. www.intland.com Agile, Waterfall & Hybrid Method Support SAFe Template for Scaling Agile Git, SVN, Mercurial Integration Release IT Operations & DevOps Baselining (Versioning) Integrated with requirements and QA & Testing

More information

Strategies for a Successful E2E Systems Integration Test. Fiona Charles Let s Test May 9, 2012

Strategies for a Successful E2E Systems Integration Test. Fiona Charles Let s Test May 9, 2012 Strategies for a Successful E2E Systems Integration Test Fiona Charles Let s Test May 9, 2012 This session Describes key project management strategies I have used to manage large- scale Systems Integration

More information

Quality Assurance - Karthik

Quality Assurance - Karthik Prevention is better than cure Quality Assurance - Karthik This maxim perfectly explains the difference between quality assurance and quality control. Quality Assurance is a set of processes that needs

More information

JBoss JEE5 with EJB3.0 on NonStop. JAVA SIG, San Jose

JBoss JEE5 with EJB3.0 on NonStop. JAVA SIG, San Jose Presentation JBoss JEE5 with EJB3.0 on NonStop JAVA SIG, San Jose Jürgen Depping CommitWork GmbH Agenda Motivation JBoss JEE 5 Proof of concept: Porting OmnivoBase to JBoss JEE5 for NonStop ( with remarks

More information

ENGINEER - DEVELOPER ADVANCED JAVA. 28 years old - 7 years of experience

ENGINEER - DEVELOPER ADVANCED JAVA. 28 years old - 7 years of experience Alexandru A. ENGINEER - DEVELOPER ADVANCED JAVA 28 years old - 7 years of experience Business expertise: Languages: Certifications: Software editors Romanian (Native speaker), English (Advanced), Russian

More information

Strong experience in drafting Test Plan, Test Strategy, Test Estimation, Test Cases, Requirement Matrix, Audit and Test Results documents

Strong experience in drafting Test Plan, Test Strategy, Test Estimation, Test Cases, Requirement Matrix, Audit and Test Results documents 1 KIRAN BADI MOBILE : 6462013101 EMAIL: KIRAN_BADI@HOTMAIL.COM PROFESSIONAL SUMMARY 9+ Years as a Performance Engineer and around 3 years as J2EE Developers with total 12 + years of IT Experiences.5 +

More information

Request for Offers (RFO) Addendum

Request for Offers (RFO) Addendum Request for Offers (RFO) Addendum RFO Number: RFO0095 Addendum Number: 1 Date of Addendum: _10/21/2015 Original Due Date, Time: 10/26/2015, 2:00pm Revised Date, Time: _10/26/2015, 2:00pm Title: _MNLARS

More information

Agile Planning & Metrics That Matter

Agile Planning & Metrics That Matter Agile Planning & Metrics That Matter www.agileforgovernment.com Transformation Strategy & Roadmap Agile & Cultural Training AgilityHealth Assessments Coaching AgileVideos.com About Me Sally Elatta Sally@AgileTransformation.com

More information

Agile extreme Development & Project Management Strategy Mentored/Component-based Workshop Series

Agile extreme Development & Project Management Strategy Mentored/Component-based Workshop Series Overview This is a 15-day live facilitator-led or virtual workshop is designed to prompt your entire team to work efficiently with Microsoft s Application Lifecycle Management solution based around Visual

More information

Client Overview. Engagement Situation. Key Requirements for Platform Development :

Client Overview. Engagement Situation. Key Requirements for Platform Development : Client Overview Our client provides leading video platform for enterprise HD video conferencing and has product suite focused on product-based visual communication solutions. Our client leverages its solutions

More information

Continuous Delivery. Alejandro Ruiz

Continuous Delivery. Alejandro Ruiz Continuous Delivery Alejandro Ruiz True reality How the customer explained it How the project leader understood it How the analyst designed it How the programmer wrote it What the customer really needed

More information

Client Overview. Engagement Situation. Key Engagement Challenges :

Client Overview. Engagement Situation. Key Engagement Challenges : Client Overview Our Client, an Enterprise ISV in Middleware Telecom products for Mobile Network Operators (MNOs) and provider of next-generation IP-based network and data services, enables operators to

More information

Automate Your Deployment with Bamboo, Drush and Features DrupalCamp Scotland, 9 th 10 th May 2014

Automate Your Deployment with Bamboo, Drush and Features DrupalCamp Scotland, 9 th 10 th May 2014 This presentation was originally given at DrupalCamp Scotland, 2014. http://camp.drupalscotland.org/ The University of Edinburgh 1 We are 2 of the developers working on the University s ongoing project

More information

Th3 - Open Source Tools for Test Management

Th3 - Open Source Tools for Test Management Th3 - Open Source Tools for Test Management Narayanan C. V., Vice President, Sonata Software Limited www.sonata-software.com Agenda Introduction Methodology Architectural View Test Management Best Practices

More information

SUCCESFUL TESTING THE CONTINUOUS DELIVERY PROCESS

SUCCESFUL TESTING THE CONTINUOUS DELIVERY PROCESS SUCCESFUL TESTING THE CONTINUOUS DELIVERY PROCESS @pascal_dufour & @hrietman INTRODUCTION Pascal Dufour Agile Tester @Pascal_Dufour Harald Rietman Developer Scrum Master @hrietman TYPICAL Experience with

More information

Oracle Application Development Framework Overview

Oracle Application Development Framework Overview An Oracle White Paper June 2011 Oracle Application Development Framework Overview Introduction... 1 Oracle ADF Making Java EE Development Simpler... 2 THE ORACLE ADF ARCHITECTURE... 3 The Business Services

More information

JBoss Enterprise Middleware. The foundation of your open source middleware reference architecture

JBoss Enterprise Middleware. The foundation of your open source middleware reference architecture JBoss Enterprise Middleware The foundation of your open source middleware reference architecture Red Hat open source solution stack changes the economics of IT infrastructure Offers proprietary replacements

More information

SOA REFERENCE ARCHITECTURE: WEB TIER

SOA REFERENCE ARCHITECTURE: WEB TIER SOA REFERENCE ARCHITECTURE: WEB TIER SOA Blueprint A structured blog by Yogish Pai Web Application Tier The primary requirement for this tier is that all the business systems and solutions be accessible

More information

Testing Tools Content (Manual with Selenium) Levels of Testing

Testing Tools Content (Manual with Selenium) Levels of Testing Course Objectives: This course is designed to train the fresher's, intermediate and professionals on testing with the concepts of manual testing and Automation with Selenium. The main focus is, once the

More information

Test Automation Tool comparison HP UFT/QTP vs. Selenium - Prashant Malhotra

Test Automation Tool comparison HP UFT/QTP vs. Selenium - Prashant Malhotra Test Automation Tool comparison HP UFT/QTP vs. Selenium - Prashant Malhotra Test Automation Tool comparison HP UFT/QTP vs. Selenium This whitepaper has been created as a guide to help QA Heads understand,

More information

Curriculum Vitae. Samuel H. Brannen, Jr. Auf der Grueb 6 8706 Meilen Switzerland +41 76 475 51 56 sam [at] sambrannen [dot] com http://sambrannen.

Curriculum Vitae. Samuel H. Brannen, Jr. Auf der Grueb 6 8706 Meilen Switzerland +41 76 475 51 56 sam [at] sambrannen [dot] com http://sambrannen. Curriculum Vitae Samuel H. Brannen, Jr. Auf der Grueb 6 8706 Meilen Switzerland +41 76 475 51 56 sam [at] sambrannen [dot] com http://sambrannen.com Place of birth: Nationality: Atlanta, Georgia, USA US

More information

Software Development. Overview. www.intland.com

Software Development. Overview. www.intland.com Agile, Waterfall & Hybrid Method Support SAFe Template Git, SVN, Mercurial Integration Release Management DevOps Baselining (Versioning) Integration to Requirements and QA & Testing Overview codebeamer

More information

enterprise IBM Rational Team Concert 2 Essentials

enterprise IBM Rational Team Concert 2 Essentials IBM Rational Team Concert 2 Essentials Improve team productivity with Integrated Processes, Planning, and Collaboration using Team Concert Enterprise Edition Suresh Krishna TC Fenstermaker [ '; v.v- ;

More information

Nanda Kishor K N. nandakishorkn@gmail.com +91-98458 94322 www.nandakishor.com

Nanda Kishor K N. nandakishorkn@gmail.com +91-98458 94322 www.nandakishor.com Objective: Seeking a challenging environment where my knowledge and experience can be shared and enriched. Experience Summary: 10 years of work experience in developing Java/J2EE based applications. Current

More information

Lessons learned from a large scale OSGi web app. Jago de Vreede Paul Bakker

Lessons learned from a large scale OSGi web app. Jago de Vreede Paul Bakker Lessons learned from a large scale OSGi web app Jago de Vreede Paul Bakker Paul Bakker @pbakker Jago de Vreede Agenda! High level architecture Modular architecture Modularity with OSGi Cloud deployments

More information

Java Platform, Enterprise Edition (Java EE) From Yes-M Systems LLC Length: Approx 3 weeks/30 hours Audience: Students with experience in Java SE

Java Platform, Enterprise Edition (Java EE) From Yes-M Systems LLC Length: Approx 3 weeks/30 hours Audience: Students with experience in Java SE Java Platform, Enterprise Edition (Java EE) From Length: Approx 3 weeks/30 hours Audience: Students with experience in Java SE programming Student Location To students from around the world Delivery Method:

More information

OUR COURSES 19 November 2015. All prices are per person in Swedish Krona. Solid Beans AB Kungsgatan 32 411 19 Göteborg Sweden

OUR COURSES 19 November 2015. All prices are per person in Swedish Krona. Solid Beans AB Kungsgatan 32 411 19 Göteborg Sweden OUR COURSES 19 November 2015 Solid Beans AB Kungsgatan 32 411 19 Göteborg Sweden Java for beginners JavaEE EJB 3.1 JSF (Java Server Faces) PrimeFaces Spring Core Spring Advanced Maven One day intensive

More information

HP Agile Manager What we do

HP Agile Manager What we do HP Agile Manager What we do Release planning Sprint planning Sprint execution Visibility and insight Structure release Define teams Define release scope Manage team capacity Define team backlog Manage

More information

Practicing Continuous Delivery using Hudson. Winston Prakash Oracle Corporation

Practicing Continuous Delivery using Hudson. Winston Prakash Oracle Corporation Practicing Continuous Delivery using Hudson Winston Prakash Oracle Corporation Development Lifecycle Dev Dev QA Ops DevOps QA Ops Typical turn around time is 6 months to 1 year Sprint cycle is typically

More information

Sandesh Prasanna Kumar

Sandesh Prasanna Kumar E-Mail: sandeshp7@gmail.com Contact No: +44 7508061652 Linked in: http://www.linkedin.com/in/sandeshp7 Website: cv.sandeshp.com Skype: Sandesh_p5 Current location: London, United Kingdom Nationality: Indian

More information

101-301 Guide to Mobile Testing

101-301 Guide to Mobile Testing 101-301 Guide to Mobile Testing Perfecto Mobile & Toronto Association of System and Software Eran Kinsbruner & Joe Larizza 2014 What To Do? Great News Your first Mobile Project has arrived! You have been

More information

SAP Mobile Platform Intro

SAP Mobile Platform Intro SAP Mobile Platform Intro Agenda SAP Mobile Platform overview App types Core platform services Backend connectivity Open technologies HANA Cloud Platform Key UI Tools and Technologies SAP Fiori Launchpad

More information

Software Re-Engineering and Ux Improvement for ElegantJ BI Business Intelligence Suite

Software Re-Engineering and Ux Improvement for ElegantJ BI Business Intelligence Suite 2011 2012 2013 2014 Q1 Q2 Q3 Q4 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Sales Performance by Category 2014 Product

More information

CrownPeak Java Web Hosting. Version 0.20

CrownPeak Java Web Hosting. Version 0.20 CrownPeak Java Web Hosting Version 0.20 2014 CrownPeak Technology, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical,

More information

Available Developers. Java Developer ID: 021

Available Developers. Java Developer ID: 021 Available Developers Java Developer ID: 021 Name: Dmytro Education: 05.1995-05.2000 Kharkiv State Technical University of Radio Electronics (Kharkiv, Ukraine) Master's degree in computer Science Summary:

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

More information

ANDROID DEVELOPER RESUME USA

ANDROID DEVELOPER RESUME USA Android Developer resume usa 1 of 5 1/12/2015 2:28 PM ANDROID DEVELOPER RESUME USA.NET Developers/Architects Resumes Please note that this is a not a Job Board - We are an I.T Staffing Company and we provide

More information

Lucy Zhang UI Developer Lucyzhang3630@gmail.com/sales@besthtech.net Contact: 646-896-9088

Lucy Zhang UI Developer Lucyzhang3630@gmail.com/sales@besthtech.net Contact: 646-896-9088 Lucy Zhang UI Developer Lucyzhang3630@gmail.com/sales@besthtech.net Contact: 646-896-9088 SUMMARY Over 7 years of extensive experience in the field of front-end Web Development including Client/Server

More information

Building an Effective Roadmap

Building an Effective Roadmap Building an Effective Roadmap Jason Tanner Senior Consultant, Enthiosys Motivated from Within Thank you to our sponsors 2 Agenda What is an effective roadmap? What are roadmap benefits? Why do roadmaps

More information

QUICK FACTS. Providing Application Development and Data Migration Support for a Leading Healthcare Company

QUICK FACTS. Providing Application Development and Data Migration Support for a Leading Healthcare Company [ Healthcare Services, Application Development ] TEKsystems Global Services Customer Success Stories Client Profile Industry: Healthcare Revenue: Private Employees: Over 400 Geographic Presence: Locations

More information

What s new in the HP Functional Testing 11.5 suite Ronit Soen, product marketing John Jeremiah, product marketing

What s new in the HP Functional Testing 11.5 suite Ronit Soen, product marketing John Jeremiah, product marketing What s new in the HP Functional Testing 11.5 suite Ronit Soen, product marketing John Jeremiah, product marketing Today s agenda A new world order for applications impact on QA HP s response announcement

More information

How To Implement Itil V3

How To Implement Itil V3 2009 NMCI Conference: Implementing ITIL Session 1: ITSM Process ITSM COE Agenda Background ITSM Overview ITIL and Service Delivery Adopting ITIL to NGEN SE&I Activities 2 Background Develop Government

More information

Senior Consultant 250 Male May 1980

Senior Consultant 250 Male May 1980 Profile Software developer specialist with 8 years experience in Microsoft technology, particularly in Microsoft SharePoint since 2007. Soft Skills Strong team spirit and ability to adapt to multicultural

More information

HP Application Lifecycle Management

HP Application Lifecycle Management HP Application Lifecycle Management Overview HP Application Lifecycle Management is a software solution expressly designed to allow your team to take control of the application lifecycle while investing

More information

The maturity level of APEX. Patrick Hellemans Competence Manager Technology

The maturity level of APEX. Patrick Hellemans Competence Manager Technology The maturity level of APEX Patrick Hellemans Competence Manager Technology Once upon a time There was an assignment from your CEO Deliver a new application : Cost-efficient Fast High quality Is Oracle

More information

Framework Adoption for Java Enterprise Application Development

Framework Adoption for Java Enterprise Application Development Framework Adoption for Java Enterprise Application Development Clarence Ho Independent Consultant, Author, Java EE Architect http://www.skywidesoft.com clarence@skywidesoft.com Presentation can be downloaded

More information

IT Home 2015 DevOps 研 討 會

IT Home 2015 DevOps 研 討 會 IT Home 2015 DevOps 研 討 會 百 人 工 研 院 團 隊 如 何 落 實 CI 雙 子 星 雲 端 運 算 公 司 符 儒 嘉 執 行 長 http://www.geminiopencloud.com GOCC Internal Use Only Agenda DevOps What does it mean? From Agile to DevOps ITRI Cloud OS

More information

Software Engineering I (02161)

Software Engineering I (02161) Software Engineering I (02161) Week 8 Assoc. Prof. Hubert Baumeister DTU Compute Technical University of Denmark Spring 2015 Last Week State machines Layered Architecture: GUI Layered Architecture: Persistency

More information

NHS Education for Scotland Knowledge Services Design and Development Framework

NHS Education for Scotland Knowledge Services Design and Development Framework NHS Education for Scotland Knowledge Services Design and Development Framework In support of Invitation to Tender: Technical Development of Technical Development of a Platform supporting Communication,

More information

Mobile Testing, Agile Methodologies & You!

Mobile Testing, Agile Methodologies & You! & Mobile Testing, Agile Methodologies & You! Before We Begin... It's Quiet in Here Q&A at End of Webinar Contact Details Available Let s Go! Today s Presenters Alan Trefzger XBOSoft William Anderson Go2Group

More information

Automation and Virtualization, the pillars of Continuous Testing

Automation and Virtualization, the pillars of Continuous Testing HP Software: Apps meet Ops 2015 Automation and Virtualization, the pillars of Continuous Testing Jerry Saelemakers/ April 2 nd, 2015 Today s business initiatives demand a balance between velocity and quality

More information

Good Agile Testing Practices and Traits How does Agile Testing work?

Good Agile Testing Practices and Traits How does Agile Testing work? Agile Testing Best Practices Introduction The testing phase of software development sometimes gets the short shrift from developers and IT managers. Yet testing is the only way to determine whether an

More information

Know the Difference. Unified Functional Testing (UFT) and Lean Functional Testing (LeanFT) from HP

Know the Difference. Unified Functional Testing (UFT) and Lean Functional Testing (LeanFT) from HP Know the Difference Unified Functional Testing (UFT) and Lean Functional Testing (LeanFT) from HP 1 Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject

More information

DevOps for CA Plex Automated Testing

DevOps for CA Plex Automated Testing DevOps for CA Plex Automated Testing Agenda DevOps Agile ALM CM MatchPoint Automated Testing Worksoft Certify DevOps Agile - DevOps Source: IBM SoftwareTechnical White Paper DevOps Lifecycle DevOps CA

More information

Mahesh Babu Bokkisam. Software Expertise. maheshbabu.bokkisam@gmail.com +91 9663776401

Mahesh Babu Bokkisam. Software Expertise. maheshbabu.bokkisam@gmail.com +91 9663776401 Mahesh Babu Bokkisam maheshbabu.bokkisam@gmail.com +91 9663776401 SUMMARY 6.7 years of experience in Web application development using PHP and MySQL Gone through the full life cycle development of major

More information

ARIS 9 Highlights and Outlook

ARIS 9 Highlights and Outlook ARIS 9 Highlights and Outlook Karl Wagner Senior Vice President ARIS R&D 2013 Software AG. All rights reserved. ARIS at a Glance 2M END FIRST BPA Solution 25 SUCCESS LEADER YEARS OF 10,000 CUSTOMERS USERS

More information

I started programming at the age of 14, and won a national award in the same year.

I started programming at the age of 14, and won a national award in the same year. Dear Sir / Madam Thank you for the opportunity to submit my CV. 60 Killarney Street Oakdale Bellville 7530 072 336 4924 info@webtopia.co.za 2 November 2015 I started programming at the age of 14, and won

More information

Anatomy of an Enterprise Software Delivery Project

Anatomy of an Enterprise Software Delivery Project Chapter 2 Anatomy of an Enterprise Software Delivery Project Chapter Summary I present an example of a typical enterprise software delivery project. I examine its key characteristics and analyze specific

More information

Information Technology Services

Information Technology Services Information Technology Services "improve your business performance with custom software solutions" ISO 90001:2008 Quality Management System Certified Company About Providence Providence is a well-established

More information

Driving Ongoing Success with the Coupa Customer Team

Driving Ongoing Success with the Coupa Customer Team Driving Ongoing Success with the Coupa Customer Team AGENDA Welcome Introductions Home Retail Group FirstPort Customer Success Organization Overview Driving Ongoing Success with the Coupa Customer 1. Home

More information

"Performance and Security Testing in Agile Development"

Performance and Security Testing in Agile Development AW4 Class 6/9/2010 12:45:00 PM "Performance and Security Testing in Agile Development" Presented by: Tracy DeDore Hewlett-Packard Brought to you by: 330 Corporate Way, Suite 300, Orange Park, FL 32073

More information

Accenture Software. ALIP Technical Presentation

Accenture Software. ALIP Technical Presentation Accenture Software ALIP Technical Presentation Accenture, its logo, and High Performance Delivered are trademarks of Accenture. Technology/Architecture Primary Features/Design Principles Customizable Business

More information

How We Implemented Security in Agile for 20 SCRUMs- and Lived to Tell

How We Implemented Security in Agile for 20 SCRUMs- and Lived to Tell How We Implemented Security in Agile for 20 SCRUMs- and Lived to Tell SESSION ID: ASEC-R03 Yair Rovek Security Specialist LivePerson @lione_heart Challenged by Agile In the Next 45 Min LivePerson and Application

More information

Adopting Agile Approaches for the Enterprise

Adopting Agile Approaches for the Enterprise Adopting Agile Approaches for the Enterprise CollabNet Solutions Presented by: Brian Zeichick, CollabNet Product Manager Email: bzeichick@collab.net Today s Agenda Developing in the Cloud for Governance

More information

Enabling Continuous Delivery for Java Projects with Oracle Cloud Services (Oracle PaaS) Siva Rama Krishna Oracle India

Enabling Continuous Delivery for Java Projects with Oracle Cloud Services (Oracle PaaS) Siva Rama Krishna Oracle India Enabling Continuous Delivery for Java Projects with Oracle Services (Oracle PaaS) Siva Rama Krishna Oracle India Agenda What is Continuous Delivery? What is Oracle PaaS? Enabling Continuous Delivery with

More information

Skillsoft Course Directory

Skillsoft Course Directory Skillsoft Course Directory We improve the performance of organizations by improving the performance of their people. October 2015 Skillsoft is a pioneer in the field of learning with a long history of

More information

Maintaining Quality in Agile Environment

Maintaining Quality in Agile Environment Maintaining Quality in Agile Environment Authors : Mr. Vasu Padmanabhan, Mr. V. Arockia Jerome Presenter / Speaker : Mr. V. Arockia Jerome Banking and Financial Services, Delivery Excellence Group (DEG)

More information

the first thing that comes to mind when you think about unit testing? If you re a Java developer, it s probably JUnit, since the

the first thing that comes to mind when you think about unit testing? If you re a Java developer, it s probably JUnit, since the By Matt Love W hat s the first thing that comes to mind when you think about unit testing? If you re a Java developer, it s probably JUnit, since the tool is generally recognized as the de facto standard

More information

Using Story Points to Estimate Software Development Projects in the Commercial Phase

Using Story Points to Estimate Software Development Projects in the Commercial Phase Using Story Points to Estimate Software Development Projects in the Commercial Phase Accurately estimating a software development project s total effort is an essential step to providing your customer

More information

Continuous Delivery for Alfresco Solutions. Satisfied customers and happy developers with!! Continuous Delivery!

Continuous Delivery for Alfresco Solutions. Satisfied customers and happy developers with!! Continuous Delivery! Continuous Delivery for Alfresco Solutions Satisfied customers and happy developers with!! Continuous Delivery! About me Roeland Hofkens #rhofkens roeland.hofkens@westernacher.com http://opensource.westernacher.com

More information