UML Activity Diagram Documents the Flow the of Program

Slides:



Advertisements
Similar presentations
WHAT IS DRS? Thermoflow, Inc.
Advertisements

Object Linking and Embedding Objective 6.02 Linking and Embedding.
WARNING These slides are not optimized for printing or exam preparation. These are for lecture delivery only. These slides are made for PowerPoint 2010.
Software Delivery. Software Delivery Management  Managing Requirements and Changes  Managing Resources  Managing Configuration  Managing Defects 
Source Control in MATLAB A tool for tracking changes in software development projects. Stuart Nelis & Rachel Sheldon.
16/27/2015 3:38 AM6/27/2015 3:38 AM6/27/2015 3:38 AMTesting and Debugging Testing The process of verifying the software performs to the specifications.
Applied Software Project Management Andrew Stellman & Jennifer Greene Applied Software Project Management Applied Software.
Software Refactoring and Usability Enhancement for GRNmap, a Gene Regulatory Network Modeling Application Mathematical Model Equation 2. Equation 3. Future.
6 Steps of the Programming Process
Determining the Identity and Dynamics of the Gene Regulatory Network Controlling the Response to Cold Shock in Saccharomyces cerevisiae June 24, 2015.
1. Topics to be discussed Introduction Objectives Testing Life Cycle Verification Vs Validation Testing Methodology Testing Levels 2.
Bogor-Java Environment for Eclipse MSE Presentation II Yong Peng.
Implementing and Administrating Redundant PI-Advanced Computing Engine (ACE) Servers Craig Taylor PI Administrator.
Chapter 3: Completing the Problem- Solving Process and Getting Started with C++ Introduction to Programming with C++ Fourth Edition.
1.  Project: temporary endeavor to achieve some specific objectives in a defined time  Project management ◦ Dynamic process ◦ Controlled and structured.
1 Air Force Chemical Equilibrium Specific Impulse (Isp) Code.
1 Agenda – 10/07/2013 Monday - Unit 19 Howard J Rattliff, Jr. – Principles of Technology - Course #
Testing and Debugging Version 1.0. All kinds of things can go wrong when you are developing a program. The compiler discovers syntax errors in your code.
C++ Programming Language Lecture 2 Problem Analysis and Solution Representation By Ghada Al-Mashaqbeh The Hashemite University Computer Engineering Department.
System Analysis (Part 3) System Control and Review System Maintenance.
GRNmap and GRNsight June 24, Systems Biology Workflow DNA microarray data: wet lab-generated or published Generate gene regulatory network Modeling.
High Speed Digital Systems Lab. Agenda  High Level Architecture.  Part A.  DSP Overview. Matrix Inverse. SCD  Verification Methods. Verification Methods.
EGR 115 Introduction to Computing for Engineers Branching & Program Design – Part 1 Monday 29 Sept 2014 EGR 115 Introduction to Computing for Engineers.
Introduction to Testing CSIS 1595: Fundamentals of Programming and Problem Solving 1.
May08-21 Model-Based Software Development Kevin Korslund Daniel De Graaf Cory Kleinheksel Benjamin Miller Client – Rockwell Collins Faculty Advisor – Dr.
GRNmap Testing Grace Johnson and Natalie Williams June 17, 2015.
The Hashemite University Computer Engineering Department
Student: Trixie Anne M. Roque, Tessa A. Morris Faculty Mentors: Dr. Kam D. Dahlquist, Dr. Ben G. Fitzpatrick, & Dr. John David N. Dionisio SURP 2015 Final.
CIS-NG CASREP Information System Next Generation Shawn Baugh Amy Ramirez Amy Lee Alex Sanin Sam Avanessians.
Chapter 6 Testing and running a solution. Errors X Three types Syntax Logic Run-time.
BIT 285: ( Web) Application Programming Lecture 07 : Tuesday, January 27, 2015 Git.
EGR 115 Introduction to Computing for Engineers
PREPARATION OF THE GiRO executable
SOFTWARE TESTING OVERVIEW
Different Types of Testing
Chapter 8 – Software Testing
Pen-size Optimization Workbook for Experimental Research design
Student: Trixie Anne M. Roque, Tessa A. Morris
Chapter 5 Decisions. Chapter 5 Decisions ssential uestion: How are Boolean expressions or operators used in everyday life?
Setting up your DEV C++.
Software engineering – 1
UML Activity Diagram Documents the Flow the of Program
Maintaining software solutions
Understand the Programming Process
QuickBooks Error Support for QuickBooks Errors
Binary Code  
Strategies For Software Test Documentation
Design and Programming
Introduction to Systems Analysis and Design
Assignment 4 For this assignment refer to the notes on MATLAB from an MIT course that you can find here (or at the original website, lectures 14, 15, 16).
Change in Expression after modifying fix_b?
Change in Expression after modifying fix_b?
Change in Expression after modifying fix_b?
Documentation for Developers
Change in Expression after modifying fix_b?
Understand the Programming Process
Loyola Marymount Unviersity
CSE S. Tanimoto Paradigms
DeltaV Neural – Lab Entry
CS 240 – Advanced Programming Concepts
Learning Intention I will learn about testing programs.
Faiz Alsuhail 21 of June, Frankfurt
CSU Budget Template Tool
Dahlquist Lab Joint Research Meeting
Software Development Chapter 1.
Overview Activities from additional UP disciplines are needed to bring a system into being Implementation Testing Deployment Configuration and change management.
Java Code Review with CheckStyle
Overview on CI Use JJB (Jenkins Job Builder) to manage Jenkins jobs.
Unit Testing.
Presentation transcript:

UML Activity Diagram Documents the Flow the of Program

We Added New Features, Fixed Bugs, and Documented the Changes to GRNmap Changed the names of the worksheets in the input and output workbooks Computed standard deviations Optimization diagnostics outputted for each run Bugs fixed: Correctly outputting estimated production rates and threshold parameters worksheets Corrected computation for threshold for genes with no inputs Documentation: Updated the activity diagram to reflect changes in code Updated the website and wiki Testing Framework

Input Sheets Were Designed to Test the Sixteen Ways GRNmap Can be Run

Manual Tests Were Performed to Verify Changes and Check for Bugs Verify changes to the beta-branch of the code before pushing it to the master branch Performed experiments to check the function of GRNmap MATLAB executable Standard deviation calculation .xlsx vs. xls input files Identical runs with same code version and same input workbook Effect of “estimateParams” and “makeGraphs” Currently working to automate these tests