Afsin Ustundag, Ray Group International

Size: px
Start display at page:

Download "Afsin Ustundag, Ray Group International"

Transcription

1 Afsin Ustundag, Ray Group International 1

2 Background Epic EpicCare/Orders developer for 5 years during legacy to Epic desktop transition and first Inpatient implementation Epic Application Level Mumps Code No direct global access except temporary globals No indirection, no assumed variables No $TEXT, no naked globals Clear boundaries between different applications End Result Developers are ready to develop in M after 15 days of training Minimal application level code change for Kaiser Permanente 2

3 Project Objectives Focus on application layer modules Developing and documenting interfaces between these application modules and other modules in the codebase Decompose codebase into modular components and develop open, standardized interfaces that make component function accessible via modern programming practices to support three-tier architecture model Refactoring entire codebase is monumental and outside project s scope project will focus on refactoring one module to start and establish methodology for future module refactoring 3

4 Project Deliverables Identify application layer modules, common services, and interfaces required Refactored source codes One or more packages of our choice No new functionality added Mainly reorganization of existing code to make more modular and accessible Making the code compliant with OSEHRA guidelines Mumps only 4

5 Project Deliverables Dependency Tool Identify dependencies Identify code quality Refactoring Testing MUnit Tests Automated Functional Tests Manual Test Plans 5

6 Technical Approach First step: Identify module-to-module and module-to-data dependencies within the codebase XINDEX and other enhanced utilities help generate dependency database Determine initial module to be refactored based on dependencies; future modules will be based on lessons learned from the first selected Second step: Organize refactored module(s) to support a three-tier architecture model User interface layer, business layer, and data storage layer Develop well-defined API between these layers Use Agile incremental development methodology (Scrum; 4 week Sprint cycles) Uphold best practices of open source software and community involvement 6

7 Dependency Tool - Delivered XINDEX variant Entry Point (tag) based instead of routine based Formal parameters available Input and outputs are available Fileman call based dependencies are available Automated Package to Package Interfaces Routine to routine Interfaces are specified as tags in routines Formal parameters, inputs, and outputs Code quality Globals (top level) Indirection and Xecute statements Read and write statements Not newed variables 7

8 Dependency Tool Beta version is submitted as OSEHRA Technical Journal VistA M Routine Analyzer code.osehra.org/journal/browse/publication/9 Work for certification readiness is continuing Java version for testing purposes 8

9 Refactoring - Package Choice Problem List is chosen as the first package to refactor Does not have too many dependencies Does not have too few dependencies Is a clinical package Has both roll-and-scroll interface and GUI (CPRS) 9

10 Problem List - Current RPC tags for CPRS form an API Some code sharing with roll-and-scroll interface Commonalities are not clearly identified in code A number of unnecessary assumed variables Code repetition from copy/pasted code Direct global access Missing functionality from roll-and-scroll interface 10

11 Problem List Refactored An improved API with error checking and minimal number of assumed variables (DUZ, DT, U) Roll-and-scroll interface and RPC calls share the new API; commonalities refactored Most global access is now through Fileman Other packages use Problem List through this API Code cleaning MUnit tests for the API and old RPC calls Automated/Manual tests for roll-and-scroll interface and CPRS 11

12 Problem List Refactored Submitted for certification as OSEHRA Technical Journal Problem List Refactoring code.osehra.org/journal/browse/publication/13 Code is available on github.com github.com/kthlnkeating/vistafoia More documentation on API document, dependency notes 12

13 Scheduling - Refactoring Next package being worked on There is an established API for reading appointment information We found no API for making appointments Concentrating on Appointment Management menu option First step: refactoring business logic into a new API without UI 13

14 Testing MUnit Tests A suite of MUnit tests is developed for current RPC entry points and submitted to OSEHRA A suite of MUnit tests is developed for the new API and submitted together with refactored Problem List code Automated Functional Testing Manual GUI Testing Test plans are available on 14

15 Other Activities Fileman refactoring investigation Possible Fileman improvements are being investigated in the context of package dependency decoupling and/or package replacement No code change is expected Eclipse plug-ins for automated refactoring New all local variables Replace old style tag; go to based loops Replace naked globals 15

16 Paul Bradley, Ray Group International Paul Bradley, Ray Group International 16

17 Objectives Automate the process by which refactored/open Source EHR code is tested via roll-and-scroll or CPRS interfaces Use open source tools Must run on Windows and Linux Should not require extensive Mumps programming skills Flexible and extensible Can be used to test any package Can be used for Integration Testing Can be used for System Testing Can be used for Regression Testing 17

18 Overview test harness CMAKE /CTEST Python w/pexpect VistA telnet Roll and Scroll / Command-line test harness CPRS GUI CMAKE /CTEST Sikuli Jython CPRS VistA VistA-RPC 18

19 Tools Python with Pexpect Sikuli Automate and test GUIs using images Jython Runs on Windows, Linux, MAC OS Cmake Cross-platform open source build system 19

20 Automated build and test CMAKE CTEST 1 2 # create VistA instance cmake P ImportRG.cmake # setup and populate with test data cmake P PostSetup.cmake cmake.cmake (tests).py.py (results).log.py 3 4 # execute Roll and Scroll tests ctest R RASTests # execute sikuli tests ctest R SIKTests.py.py generated (scripts).py.py (helpers).py.py (pexpect).py.py (xyz).py.py test scripts modules 20

21 Basic Code Structure rastest_main (result_dir, logging_level) # files = Glob(./tests) For xfile in tests os.system(python xfile) PLActions pl_testmain01 (result_dir) # pl_suite001.pl_test001() pl_suite001.pl_test002() pl_suite001.pl_test012() pl_test001 (result_log) # pl = PLActions(vista,..) pl.signon() pl.addcsv pl.editinactivate() pl.verplist() pl.verify() pl.rem() pl.signoff() OSEHRAhelper 21

22 Basic Code Structure (cont.) rastest_main (result_dir, logging_level) # files = Glob(./tests) For xfile in tests os.system(python xfile) pl_testmain01 (result_dir) # pl_suite001.pl_test001() pl_suite001.pl_test002() sch_testmain01 pl_test001 pl_test002 (result_log) pl_test003 # (result_log) pl_test004 # (result_log) # (result_log) # Pl_actions (result_dir) # sch_suite001.sch_test001() sch_suite001.sch_test002()... sch_test001 sch_test002 (result_log) sch_test003 # (result_log) sch_test004 # (result_log) # (result_log) # Sch_actions or_testmain01 (result_dir) # or_suite001.or_test001() or_suite001.sch_test003() or_test001 or_test002 (result_log) or_test003 # (result_log) or_test004 # (result_log) # (result_log) # Or_actions 22

23 Challenges Transactions Handling conditional responses Future plans Sikuli Coverage metrics Methods for handling conditional responses Roll-and-scroll script recorder TSTART/TROLLBACK support Code available at: 23

24 Resources / Links:

25 Questions? 25

Open Source EHR Refactoring Services: Problem List Package

Open Source EHR Refactoring Services: Problem List Package Open Source EHR Refactoring Services: Problem List Package July 13, 2012 Catalin Branea, Afsin Ustundag Updates and Agenda Updates This meeting will be biweekly; next occurrence 7/27 Please come prepared

More information

Open Source Electronic Health Record (EHR) Refactoring Services

Open Source Electronic Health Record (EHR) Refactoring Services Open Source Electronic Health Record (EHR) Refactoring Services Existing Functionality and API Notes, Proposed API Changes, and Detailed Scheduling (Appointment Management Menu) API Version 0.3 July 2012

More information

Open Source EHR Agent:

Open Source EHR Agent: Open Source EHR Agent: An Engine of Rapid Innovation Looking at the Future Seong K. Mun, Ph.D. President and CEO OSEHRA Arlington, Virginia munsk@osehra.org 202-320-4613 1 Custodial Agent Facilitate rapid

More information

VistA API-SDK -WK. 1. Executive Summary. 2. Background

VistA API-SDK -WK. 1. Executive Summary. 2. Background VistA API-SDK -WK VistA Application Programming Interface (API) And Software Development Kit (SDK) White Paper (DRAFT) July XX, 2013 Table of Contents 1. Executive Summary 2. Background 2.1. Current API

More information

Certification Process Overview. Wes Turner, Kitware Inc. Matthew McCall, KRM Associates Inc.

Certification Process Overview. Wes Turner, Kitware Inc. Matthew McCall, KRM Associates Inc. Certification Process Overview Wes Turner, Kitware Inc. Matthew McCall, KRM Associates Inc. Certification Approach Attest that software is Safe, Compliant and Functional. Plan publicly available: http://www.osehra.org/sites/default/files/osehra_sw_quality_c

More information

Data Analysis Workbench

Data Analysis Workbench Data Analysis Workbench Project started in June 2010 'Workbench for online data analyis' Based on and contributing to existing products Delivered using RCP ESRF management tracking project using Jira,

More information

Agile Test Automation ICAgile

Agile Test Automation ICAgile Home > Agile Test Automation ICAgile Agile Test Automation ICAgile Discover how to implement test automation as stories are implemented Confidently deliver shippable product increments each sprint using

More information

ATTACHMENT 1 Vendor Compliance Matrix Request for Proposal 3093 CCAC Infrastructure Upgrade Phase 1: Campus Core Switch Upgrade Project

ATTACHMENT 1 Vendor Compliance Matrix Request for Proposal 3093 CCAC Infrastructure Upgrade Phase 1: Campus Core Switch Upgrade Project Vendor must indicate at what level its proposed solution will the College s requirements as delineated in the referenced sections of the RFP: 2.3 Solution Vision 2.3 Solution Vision The vendor of the selected

More information

Medsphere.org: Released. VCM - June 2009

Medsphere.org: Released. VCM - June 2009 Medsphere.org: Released VCM - June 2009 About Medsphere.org Launched in February 2007 Hosted static information about Medsphere s open source projects (OpenVista Server and CIS). Over the past two years

More information

A Platform Independent Improved GUI for the PeANUt Computer Simulator AVINASH G PRASAD Supervisor: Dr Peter Strazdins

A Platform Independent Improved GUI for the PeANUt Computer Simulator AVINASH G PRASAD Supervisor: Dr Peter Strazdins A Platform Independent Improved GUI for the PeANUt Computer Simulator AVINASH G PRASAD Supervisor: Dr Peter Strazdins Software Engineering Project(COMP 8790) The Department of Computer Science The Australian

More information

BEHAVIOR DRIVEN DEVELOPMENT BDD GUIDE TO AGILE PRACTICES. Director, Strategic Solutions

BEHAVIOR DRIVEN DEVELOPMENT BDD GUIDE TO AGILE PRACTICES. Director, Strategic Solutions BEHAVIOR DRIVEN DEVELOPMENT BDD GUIDE TO AGILE PRACTICES Presenter: Joshua Eastman Director, Strategic Solutions ABOUT THE SPEAKER Josh has over seven years of experience as an accomplished software testing

More information

Procedures for Contributing Code and Performing Code Reviews

Procedures for Contributing Code and Performing Code Reviews Procedures for Contributing Code and Performing Code Reviews 1. Purpose This document defines the concrete steps necessary for a user of the OSEHRA EHR system to contribute code back to the OSEHRA code

More information

Software Quality in a Modern Development Team. Presented by Timothy Bauguess and Marty Lewis

Software Quality in a Modern Development Team. Presented by Timothy Bauguess and Marty Lewis Software Quality in a Modern Development Team Presented by Timothy Bauguess and Marty Lewis High-Quality Software Who benefits? End users Development Stakeholders Components of Software Quality Structural

More information

Django with Python Course Catalog

Django with Python Course Catalog Django with Python Course Catalog Enhance Your Contribution to the Business, Earn Industry-recognized Accreditations, and Develop Skills that Help You Advance in Your Career March 2018 www.iotintercon.com

More information

Manual Testing. Software Development Life Cycle. Verification. Mobile Testing

Manual Testing.  Software Development Life Cycle. Verification. Mobile Testing 10 Weeks (Weekday Batches) or 12 Weekends (Weekend batches) To become a Professional Software Tester To enable the students to become Employable Manual Testing Fundamental of Testing What is software testing?

More information

(Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info

(Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info (Complete Package) WEB APP TESTING DB TESTING We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info START DATE : TIMINGS : DURATION : TYPE OF BATCH : FEE : FACULTY NAME

More information

GUI Development in TDD Model Case Study

GUI Development in TDD Model Case Study GUI Development in TDD Model Case Study Sowmya Dhandapani* Broadcom Limited, Bangalore, India. * Corresponding author. Email: sowmya.dhandapani.1979@ieee.org Manuscript submitted May 17, 2016; accepted

More information

Mind Q Systems Private Limited

Mind Q Systems Private Limited Software Testing Tools Introduction Introduction to software Testing Software Development Process Project Vs Product Objectives of Testing Testing Principals Software Development Life Cycle SDLC SDLC Models

More information

JIRA Studio Use Cases and Tutorial basis

JIRA Studio Use Cases and Tutorial basis JIRA Studio Use Cases and Tutorial basis Analysis of usefulness of JIRA Studio Eclipse tool-chain Tolga Tuncbilek, Elisa Kallio, Shiyuan Wang, Viktor Porvaznik Table of Contents 1 Introduction... 3 2 Data

More information

EMFT Mint (Incubation) 0.7 Ganymede Simultaneous Release Review

EMFT Mint (Incubation) 0.7 Ganymede Simultaneous Release Review EMFT Mint (Incubation) 0.7 Ganymede Simultaneous Release Review 4 June, 2007 1 Agenda Talking Points Features Non-Code Aspects APIs Architectural Issues Tool Usability End-of-Life Bugzilla UI Usability

More information

Australian Nuclear Science & Technology Organisation. Upgrade of the ANTARES Computer Control System and our experience of EPICS.

Australian Nuclear Science & Technology Organisation. Upgrade of the ANTARES Computer Control System and our experience of EPICS. Australian Nuclear Science & Technology Organisation Upgrade of the ANTARES Computer Control System and our experience of EPICS. Damien Lynch Why Upgrade? Remove reliance on old difficult to replace hardware

More information

Open Source Software Quality Certification

Open Source Software Quality Certification Open Source Software Quality Certification The Emerging ANSI Standard Wes Turner Director, Open Source Operations OSEHRA Mike Henderson Director, Open Source Product Management OSEHRA Wednesday, September

More information

Data Analyst Nanodegree Syllabus

Data Analyst Nanodegree Syllabus Data Analyst Nanodegree Syllabus Discover Insights from Data with Python, R, SQL, and Tableau Before You Start Prerequisites : In order to succeed in this program, we recommend having experience working

More information

MIS Systems & Infrastructure Lifecycle Management 1. Week 12 April 7, 2016

MIS Systems & Infrastructure Lifecycle Management 1. Week 12 April 7, 2016 MIS 5203 Lifecycle Management 1 Week 12 April 7, 2016 Study Objectives Systems Implementation Data Migration Change Over 2 Phase 1 Feasibility Phase 2 Requirements Which ones of these activities are part

More information

Preface p. 1 Who This Book Is For p. 2 Goals of This Book p. 3 What Is Not Covered p. 5 What Is Covered (Technologies and Process) p.

Preface p. 1 Who This Book Is For p. 2 Goals of This Book p. 3 What Is Not Covered p. 5 What Is Covered (Technologies and Process) p. Preface p. 1 Who This Book Is For p. 2 Goals of This Book p. 3 What Is Not Covered p. 5 What Is Covered (Technologies and Process) p. 5 How This Book Is Organized p. 6 About the Code For This Book p. 6

More information

End-to-End Agile Testing using Incremental Approach for a Leading EIM Solution Provider ATTENTION. ALWAYS.

End-to-End Agile Testing using Incremental Approach for a Leading EIM Solution Provider ATTENTION. ALWAYS. End-to-End Agile Testing using Incremental Approach for a Leading EIM Solution Provider ATTENTION. ALWAYS. ABOUT THE CUSTOMER Our Customer is one of the global leaders in Enterprise Information Management

More information

Test Automation Strategies in Continuous Delivery. Nandan Shinde Test Automation Architect (Tech CoE) Cognizant Technology Solutions

Test Automation Strategies in Continuous Delivery. Nandan Shinde Test Automation Architect (Tech CoE) Cognizant Technology Solutions Test Automation Strategies in Continuous Delivery Nandan Shinde Test Automation Architect (Tech CoE) Cognizant Technology Solutions The world of application is going through a monumental shift.. Evolving

More information

Web Client Architecture Guide

Web Client Architecture Guide Web Client Architecture Guide Intended Audience This document was created to review the basic architecture. The author(s) assume that the reader is an experienced software developer or architect who has

More information

1. Survey Introduction

1. Survey Introduction 1. Survey Introduction The WritersUA Skills & Technologies Survey is now in progress. Please consider contributing your experiences. This helps make the results better for everyone. The survey consists

More information

Loong: General Solution to UI Automation

Loong: General Solution to UI Automation TECHNICAL REPORT Yingjun Li, Nagappan Alagappan Abstract We have two different solutions for UI automation. First one is based on accessibility technology, such as LDTP [1]. Second one is based on image

More information

Cyber Transformation at CNS Pantex & Y-12

Cyber Transformation at CNS Pantex & Y-12 Cyber Transformation at CNS Pantex & Y-12 v Craig D. Thomas Craig.D.Thomas@cns.doe.gov @CUCraigT Director, Chief Information Security Officer 1 Agenda About Me Goals & Approach Lessons Learned Q&A 2 About

More information

The Panorama Framework. By Sam Habiel, Pharm.D. Technical Fellow OSEHRA Arlington, VA & Alexis Carlson Seattle, WA

The Panorama Framework. By Sam Habiel, Pharm.D. Technical Fellow OSEHRA Arlington, VA & Alexis Carlson Seattle, WA The Panorama Framework By Sam Habiel, Pharm.D. Technical Fellow OSEHRA Arlington, VA & Alexis Carlson Seattle, WA What is it? The next generation of how VistA ought to be developed Expressly written to

More information

Technology. Business Objectives & Challenges. Overview. Technical Solution

Technology. Business Objectives & Challenges. Overview. Technical Solution Case Study: Apeiro Technologies testing services team helped client successfully implement test automation and significantly reduced test cycle time for their innovative approach to avail healthcare services.

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, November 2017

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, November 2017 News in RSA-RTE 10.1 updated for sprint 2017.46 Mattias Mohlin, November 2017 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10

More information

Survey Introduction. Thank you for participating in the WritersUA Skills and Technologies survey!

Survey Introduction. Thank you for participating in the WritersUA Skills and Technologies survey! Survey Introduction WritersUA is pleased to announce the launch of our annual Skills and Technologies Survey. This popular survey is designed to provide our community with a snapshot of the skills and

More information

SSQA Seminar Series. Server Side Testing Frameworks. Sachin Bansal Sr. Quality Engineering Manager Adobe Systems Inc. February 13 th, 2007

SSQA Seminar Series. Server Side Testing Frameworks. Sachin Bansal Sr. Quality Engineering Manager Adobe Systems Inc. February 13 th, 2007 SSQA Seminar Series Server Side Testing Frameworks Sachin Bansal Sr. Quality Engineering Manager Adobe Systems Inc. February 13 th, 2007 1 Agenda Introduction Drivers for Server Side Testing Challenges

More information

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, January 2018

News in RSA-RTE 10.1 updated for sprint Mattias Mohlin, January 2018 News in RSA-RTE 10.1 updated for sprint 2018.03 Mattias Mohlin, January 2018 Overview Now based on Eclipse Neon.3 (4.6.3) Many general improvements since Eclipse Mars Contains everything from RSARTE 10

More information

Regardless of the size and complexity of the computer and the operating system, all operating systems perform the same four basic functions:

Regardless of the size and complexity of the computer and the operating system, all operating systems perform the same four basic functions: Operating Systems Introduction The operating system (OS) controls almost all functions on a computer. In this chapter, you learn about the components, functions, and terminology related to the Windows

More information

CBRN Data Import/Export Tool (CDIET) Presented by: Darius Munshi

CBRN Data Import/Export Tool (CDIET) Presented by: Darius Munshi CBRN Data Import/Export Tool (CDIET) Presented by: Darius Munshi 1 Cubic Company Proprietary 2 Presentation Outline Introduction to CDIET Benefits provided to user Scope Statement Timeline for development

More information

Chapter 5. Software Tools

Chapter 5. Software Tools Chapter 5 Software Tools 1 Introduction The demands of modern life require user-interface architects to build reliable, standard, safe, inexpensive, effective, and widely acceptable user interfaces on

More information

Java FX 2.0. Dr. Stefan Schneider Oracle Deutschland Walldorf-Baden

Java FX 2.0. Dr. Stefan Schneider Oracle Deutschland Walldorf-Baden Java FX 2.0 Dr. Stefan Schneider Oracle Deutschland Walldorf-Baden Keywords: JavaFX, Rich, GUI, Road map. Introduction This presentation gives an introduction into JavaFX. It introduces the key features

More information

How We Refactor, and How We Know It

How We Refactor, and How We Know It Emerson Murphy-Hill, Chris Parnin, Andrew P. Black How We Refactor, and How We Know It Urs Fässler 30.03.2010 Urs Fässler () How We Refactor, and How We Know It 30.03.2010 1 / 14 Refactoring Definition

More information

ESO Reflex (FinReflex)

ESO Reflex (FinReflex) ESO Reflex (FinReflex) A Graphical Workflow Engine for Data Reduction Tero Oittinen Observatory, University of Helsinki The Sampo Team CSC - Scientific Computing Ltd Observatory, University of Helsinki

More information

Building the Enterprise

Building the Enterprise Building the Enterprise The Tools of Java Enterprise Edition 2003-2007 DevelopIntelligence LLC Presentation Topics In this presentation, we will discuss: Overview of Java EE Java EE Platform Java EE Development

More information

CONFERENCE PROCEEDINGS QUALITY CONFERENCE. Conference Paper Excerpt from the 28TH ANNUAL SOFTWARE. October 18th 19th, 2010

CONFERENCE PROCEEDINGS QUALITY CONFERENCE. Conference Paper Excerpt from the 28TH ANNUAL SOFTWARE. October 18th 19th, 2010 PACIFIC NW 28TH ANNUAL SOFTWARE QUALITY CONFERENCE October 18th 19th, 2010 Conference Paper Excerpt from the CONFERENCE PROCEEDINGS Permission to copy, without fee, all or part of this material, except

More information

Operating Systems: Internals and Design Principles. Chapter 2 Operating System Overview Seventh Edition By William Stallings

Operating Systems: Internals and Design Principles. Chapter 2 Operating System Overview Seventh Edition By William Stallings Operating Systems: Internals and Design Principles Chapter 2 Operating System Overview Seventh Edition By William Stallings Operating Systems: Internals and Design Principles Operating systems are those

More information

Full Stack Web Developer Nanodegree Syllabus

Full Stack Web Developer Nanodegree Syllabus Full Stack Web Developer Nanodegree Syllabus Build Complex Web Applications Before You Start Thank you for your interest in the Full Stack Web Developer Nanodegree! In order to succeed in this program,

More information

Testing with Soap UI. Tomaš Maconko

Testing with Soap UI. Tomaš Maconko Testing with Soap UI Tomaš Maconko 1 Content What is Soap UI? What features does the Soap UI have? Usage in project context Pros and cons Soap UI alternatives 2 What is Soap UI? Open Source Testing Tool

More information

Business Process Testing

Business Process Testing Business Process Testing Software Version: 12.55 User Guide Go to HELP CENTER ONLINE http://admhelp.microfocus.com/alm/ Document Release Date: August 2017 Software Release Date: August 2017 Legal Notices

More information

Spelling-Punctuation-Grammar Subject How will you promote high standards within this module? Term Duration (approx.)

Spelling-Punctuation-Grammar Subject How will you promote high standards within this module? Term Duration (approx.) Term Cycle 1 6 lessons HTML Correct syntax needed for coding to work. Further coding units in Years 8 and 9 can be linked back to the experiences of using HTML. How to use HTML tags to create a range of

More information

Shift Left Testing: are you ready? Live Webinar, Sept 19

Shift Left Testing: are you ready? Live Webinar, Sept 19 Shift Left Testing: are you ready? Live Webinar, Sept 19 Guy Arieli CTO, Experitest 01 What exactly is Shift Left? Agenda 02 03 How Shift Left affects application development & testing organizational structures

More information

Using VectorCAST/C++ with Test Driven Development. Whitepaper V

Using VectorCAST/C++ with Test Driven Development. Whitepaper V Using VectorCAST/C++ with Test Driven Development Whitepaper V2.0 2017-12 Table of Contents 1 Introduction... 3 2 Traditional Software Development... 3 3 Test Driven Development... 4 4 Using VectorCAST/C++

More information

How To Manually Uninstall Adobe Reader X Protected Mode

How To Manually Uninstall Adobe Reader X Protected Mode How To Manually Uninstall Adobe Reader X Protected Mode For added security, Acrobat Reader DC contains a protected mode and protected view to keep your computer safe. With Protected Mode enabled, all operations.

More information

Adopting Agile Practices

Adopting Agile Practices Adopting Agile Practices Ian Charlton Managing Consultant ReleasePoint Software Testing Solutions ANZTB SIGIST (Perth) 30 November 2010 Tonight s Agenda What is Agile? Why is Agile Important to Testers?

More information

Index. BigBadGuiTools (BBGT), 186 Business logic and data layer, 32 Business requirements

Index. BigBadGuiTools (BBGT), 186 Business logic and data layer, 32 Business requirements Index A ADO.NET, SQL driver documentation, 171 dr.read() method, 173 ExecuteNonQuery method, 173 IDbDataParameter interface, 174 Interface variables, 173 MySqlDataReader, 173 MySql reference, 170 placeholders,

More information

Documentation of Eclipse Applications with DITA

Documentation of Eclipse Applications with DITA Experts in Information Management Solutions and Services Documentation of Eclipse Applications with DITA Eclipse Embedded Day Stuttgart 2010 Gunthilde Sohn, instinctools GmbH Agenda Challenges in Software

More information

Automated Testing of Tableau Dashboards

Automated Testing of Tableau Dashboards Kinesis Technical Whitepapers April 2018 Kinesis CI Automated Testing of Tableau Dashboards Abstract Companies make business critical decisions every day, based on data from their business intelligence

More information

Automated UI tests for Mobile Apps. Sedina Oruc

Automated UI tests for Mobile Apps. Sedina Oruc Automated UI tests for Mobile Apps Sedina Oruc What I ll be covering Ø Basics Ø What are UI tests? Ø The no@on of Emulator and Simulator Ø What are our challenges? Ø PlaForm specific UI tes@ng frameworks

More information

Mobile Phone Monitoring System For Android Operating System

Mobile Phone Monitoring System For Android Operating System Mobile Phone Monitoring System For Android Operating System Ms.M.Kalpana Devi Asst.Professor,SRIT,CBE Ms.D.Vasuki Final Year M.C.A.,Student Abstract The Purpose of the project is to trace out the status

More information

The Herschel Data Processing System: History, Status and latest Developments

The Herschel Data Processing System: History, Status and latest Developments The Herschel Data Processing System: History, Status and latest Developments Stephan Ott Herschel Science Data Processing Development Manager Herschel Science Data Processing Coordinator Herschel Science

More information

Software Development Fundamentals (SDF)

Software Development Fundamentals (SDF) 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 Software Development Fundamentals (SDF) Fluency in the process of software development is a prerequisite to the study of most

More information

Checklist: Requirements GUI Test tool for Java and/or Web

Checklist: Requirements GUI Test tool for Java and/or Web Checklist: Requirements GUI Test tool for Java and/or Web Requirements Weight Other tool 1 Other tool 2 Other tool 3 Features Supported platforms Multiple technolgies in one system Regression and load

More information

Chapter 2 Operating-System Structures

Chapter 2 Operating-System Structures This chapter will discuss the following concepts: 2.1 Operating System Services 2.2 User Operating System Interface 2.3 System Calls 2.4 System Programs 2.5 Operating System Design and Implementation 2.6

More information

Markus Völter

Markus Völter of Markus Völter voelter@acm.org www.voelter.de @markusvoelter Examples 1 Healthcare Context & Motivation Mobile Apps that help patients w/ treatments Monitor side-effects and recommend actions Manage

More information

VistA for Education (DVD): HELP document

VistA for Education (DVD): HELP document 1 VistA for Education (DVD): HELP document WINDOWS VISTA and WINDOWS 7 INSTALLATION Note: Currently the National Training and Dissemination Center (NTDC) can only confirm successful installations of VistA

More information

The 4 Ts of Test Automation: Your Planning Guide to Success Workshop. Presented By: David Dang Questcon Technologies

The 4 Ts of Test Automation: Your Planning Guide to Success Workshop. Presented By: David Dang Questcon Technologies Quality - Innovation - Vision The 4 Ts of Test Automation: Your Planning Guide to Success Workshop Presented By: David Dang Questcon Technologies April 23, 2009 Typical Automation Project Test Automation:

More information

Descriptions for CIS Classes (Fall 2017)

Descriptions for CIS Classes (Fall 2017) Descriptions for CIS Classes (Fall 2017) Major Core Courses 1. CIS 1015. INTRODUCTION TO COMPUTER INFORMATION SYSTEMS. (3-3-0). This course provides students an introductory overview to basic computer

More information

Web-based Internet Information and Application Checklist

Web-based Internet Information and Application Checklist REVIEWER INFORMATION Product Name: Version #: Reviewer Name: Date: Filenames/URL: Locations: Intranet Training Academy DCMA360 Other (explain) REVIEW GUIDELINES Complete this review, using the following

More information

Lesson 5: Multimedia on the Web

Lesson 5: Multimedia on the Web Lesson 5: Multimedia on the Web Lesson 5 Objectives Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss

More information

Microsoft Outlook Web App Options and Settings

Microsoft Outlook Web App Options and Settings Microsoft Outlook Web App Options and Settings Case Study: Application Development SITUATION Microsoft Outlook Web App (OWA) is the Web version of Outlook that comes with Microsoft Exchange Server and

More information

Python: Getting Started. Ben

Python: Getting Started. Ben Python: Getting Started Ben Ramseth bramseth@esri.com @esrimapninja E M E R A L D S A P P H I R E T H A N K Y O U T O O UR SPONSORS Topics covered What s is python? Why use python? Basics of python ArcPy

More information

i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code

i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code About this guide Informatics for Integrating Biology and the Bedside (i2b2) began as one of the sponsored initiatives of the NIH Roadmap

More information

Test Driven Development (TDD), and Working with Legacy Code Using C# Workshop ( 4 days)

Test Driven Development (TDD), and Working with Legacy Code Using C# Workshop ( 4 days) Test Driven Development (TDD), and Working with Legacy Code Using C# Workshop ( 4 days) HOTEL DUBAI GRAND April 16 to 19-2018 Monday to Thursday ) (4 days) 9 am to 4 pm ISIDUS TECH TEAM FZE PO Box 9798

More information

A Closer Look at XPages in IBM Lotus Domino Designer 8.5 Ray Chan Advisory I/T Specialist Lotus, IBM Software Group

A Closer Look at XPages in IBM Lotus Domino Designer 8.5 Ray Chan Advisory I/T Specialist Lotus, IBM Software Group A Closer Look at XPages in IBM Lotus Domino Designer 8.5 Ray Chan Advisory I/T Specialist Lotus, IBM Software Group 2008 IBM Corporation Agenda XPage overview From palette to properties: Controls, Ajax

More information

Project Plan. SISCalendar. for. Prepared by Zach Masiello. Ethan Mick Michael Caputo Shawn Thompson Organization: SIS.io

Project Plan. SISCalendar. for. Prepared by Zach Masiello. Ethan Mick Michael Caputo Shawn Thompson Organization: SIS.io Project Plan for SISCalendar Prepared by Zach Masiello Ethan Mick Michael Caputo Shawn Thompson Organization: SIS.io Revision History Name Date Reason For Changes Version Initial 10/1/13 First version

More information

Tour Trak Project Plan

Tour Trak Project Plan Tour Trak Project Plan The Cycologists Project Plan 1. Project Overview 1.1 Scope Statement This project is a continuation of TourTrak, developed by previous senior project teams Centri Pedal, Dev Cycle,

More information

Android Developer Nanodegree Syllabus

Android Developer Nanodegree Syllabus Before You Start This program is aimed at developers with 1-2 years of experience programming in Java or another object-oriented programming language like Python or C#. If you don t have this experience,

More information

Software Testing MANUAL TESTING. Introduction to Testing. Software Quality Software Testing Definition. Different Life Cycle Models Waterfall Model

Software Testing MANUAL TESTING. Introduction to Testing. Software Quality Software Testing Definition. Different Life Cycle Models Waterfall Model Software Testing MANUAL TESTING Introduction to Testing 1. Brief History of Testing 2. Testing Opportunities 3. Testing Principles Software Quality Software Testing Definition 1. Verification 2. Validation

More information

Installing Windows 7 Lesson 2

Installing Windows 7 Lesson 2 Installing Windows 7 Lesson 2 Objectives Select the appropriate installation option Perform a clean installation of Windows 7 Migrate user files and settings to Windows 7 Perform an upgrade to Windows

More information

Sakuli End-2-End Testing & Monitoring. December 2017

Sakuli End-2-End Testing & Monitoring. December 2017 Sakuli End-2-End Testing & Monitoring December 2017 Sakuli End-2-End Testing Motivation Founded February 2014, Open Source (Apache) Objective: Combine two open source automation tools (web + native UI)

More information

End-2-End Testing & Monitoring

End-2-End Testing & Monitoring End-2-End Testing & Monitoring Basics Sakuli Use Cases Folie 4 Motivation Founded February 2014, Open Source (Apache) Objective: Combine two open source automation tools (web + native UI) Use the test

More information

AMAR PURI. au.linkedin.com/in/iamarpuri 2/40 station Street, Burwood 3125 Victoria, Australia Mobile:

AMAR PURI. au.linkedin.com/in/iamarpuri 2/40 station Street, Burwood 3125 Victoria, Australia Mobile: AMAR PURI amar.puri@yahoo.co.in au.linkedin.com/in/iamarpuri 2/40 station Street, Burwood 3125 Victoria, Australia Mobile: 0 470248879 PROFILE Self-motivated software engineer seeking a motivated product

More information

Application Development at

Application Development at Application Development at Abstract: This paper uncovers the diversity of Congruent s Application Services and its Delivery excellence. It also analyzes its processes, practices & tools that sets Congruent

More information

Eclipse in Embedded. Neha Garg : Prerna Rustagi :

Eclipse in Embedded. Neha Garg : Prerna Rustagi : Eclipse in Embedded Neha Garg :200601138 Prerna Rustagi : 200601203 Flow Of Presentation What is Eclipse? Eclipse Platform Architecture Features in Eclipse(RCP) Exploring Eclipse s ercp Eclipse For Embdded

More information

CBSE and Mobile Application Development

CBSE and Mobile Application Development ECE750-T11 CBSE and Mobile Application Development Submitted To: Ladan Tahvildari Authors: Jenelle Chen (20077857) Aaron Jin (20326635) Table of Contents Table of Figures...3 Abstract...4 Problem Description...4

More information

SUCCESSFULLY BOOTSTRAPPING A LARGE SCALABLE SCRUM PRACTICE AT ROYAL DUTCH SHELL

SUCCESSFULLY BOOTSTRAPPING A LARGE SCALABLE SCRUM PRACTICE AT ROYAL DUTCH SHELL SUCCESSFULLY BOOTSTRAPPING A LARGE SCALABLE SCRUM PRACTICE AT ROYAL DUTCH SHELL Saga of a successful transformation from a struggling software development group to a scalable Scrum practice David Segonds

More information

PYTHON TRAINING COURSE CONTENT

PYTHON TRAINING COURSE CONTENT SECTION 1: INTRODUCTION What s python? Why do people use python? Some quotable quotes A python history lesson Advocacy news What s python good for? What s python not good for? The compulsory features list

More information

Matrex Table of Contents

Matrex Table of Contents Matrex Table of Contents Matrex...1 What is the equivalent of a spreadsheet in Matrex?...2 Why I should use Matrex instead of a spreadsheet application?...3 Concepts...4 System architecture in the future

More information

Agile Software Development. Software Development Methodologies. Who am I? Waterfall. John York JOHN YORK EECS 441 FALL 2017 A BRIEF LOOK

Agile Software Development. Software Development Methodologies. Who am I? Waterfall. John York JOHN YORK EECS 441 FALL 2017 A BRIEF LOOK Who am I? John York Agile Software Development JOHN YORK Director of Engineering at ProQuest Dialog Chief Technologist SpellBound AR A Computer Engineer from the University of Michigan! An agile development

More information

Testing in the Agile World

Testing in the Agile World Testing in the Agile World John Fodeh Solution Architect, Global Testing Practice 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Outline

More information

Eclipse SOA Tooling Platform: Project Overview. An Overview of the Eclipse STP (SOA Tooling Platform) Project

Eclipse SOA Tooling Platform: Project Overview. An Overview of the Eclipse STP (SOA Tooling Platform) Project Eclipse SOA Tooling Platform: Project Overview An Overview of the Eclipse STP (SOA Tooling Platform) Project 2006 by Sybase, Inc; made available under the EPL v1.0 2/10/2006 Introduction Karl Reti STP

More information

Agile Software Development. Software Development Methodologies. Who am I? Waterfall. John York JOHN YORK EECS 441 WINTER 2018 A BRIEF LOOK

Agile Software Development. Software Development Methodologies. Who am I? Waterfall. John York JOHN YORK EECS 441 WINTER 2018 A BRIEF LOOK Agile Software Development JOHN YORK EECS 441 WINTER 2018 John York Director of Engineering at ProQuest Dialog Chief Technologist SpellBound AR A Computer Engineer from the University of Michigan! An agile

More information

The Future of Testing: Continuous Enterprise Testing

The Future of Testing: Continuous Enterprise Testing The Future of Testing: Continuous Enterprise Testing ANZTB Test Conference, Canberra, 1 June 2018 Thomas Hadorn. Dev Ops Years Months Months Weeks Delivery Cycle Time Weeks Days Perceived Disruption Software

More information

SeeTest Quality Assurance Platform SeeTestAutomation

SeeTest Quality Assurance Platform SeeTestAutomation SeeTest Quality Assurance Platform SeeTestAutomation 1 Mobile Test Automation Tool: Run the same test on different mobile devices and operating systems Fully integrates into any testing & continuous integration

More information

<Insert Picture Here> JavaFX 2.0

<Insert Picture Here> JavaFX 2.0 1 JavaFX 2.0 Dr. Stefan Schneider Chief Technologist ISV Engineering The following is intended to outline our general product direction. It is intended for information purposes only,

More information

What s NetBeans? Like Eclipse:

What s NetBeans? Like Eclipse: What s NetBeans? Like Eclipse: It is a free software / open source platform-independent software framework for delivering what the project calls "richclient applications" It is an Integrated Development

More information

Agile Implementation The Anaplan Way Dashboard Input Guides

Agile Implementation The Anaplan Way Dashboard Input Guides Agile Implementation The Anaplan Way Dashboard Input Guides Last Updated: December 06 Setup. Fill out project details in the Project Information section. **The start and end dates impact the filter throughout,

More information

What is JIRA? software development tool. planning and tracking the projects progress and supporting the team collaboration

What is JIRA? software development tool. planning and tracking the projects progress and supporting the team collaboration Jakub Sykora What is JIRA? software development tool planning and tracking the projects progress and supporting the team collaboration supports both Agile (Scrum & Kanban) and waterfall methodologies What

More information

How Can a Tester Cope With the Fast Paced Iterative/Incremental Process?

How Can a Tester Cope With the Fast Paced Iterative/Incremental Process? How Can a Tester Cope With the Fast Paced Iterative/Incremental Process? by Timothy D. Korson Version 7.0814 QualSys Solutions 2009 1 Restricted Use This copyrighted material is provided to attendees of

More information

Migrating traditional Java EE applications to mobile

Migrating traditional Java EE applications to mobile Migrating traditional Java EE applications to mobile Serge Pagop Sr. Channel MW Solution Architect, Red Hat spagop@redhat.com Burr Sutter Product Management Director, Red Hat bsutter@redhat.com 2014-04-16

More information