CS 490 Software Testing Fall 2009 Implement Unit Test Framework for Application running on a Pocket PC 2003 device 12/11/091 Framework for Unit-testing.

Slides:



Advertisements
Similar presentations
Requirements for a UI Test Framework Stanislaw Wozniak Bernie Miles.
Advertisements

Unit testing in.Net. Copyright 2007 Tikal Knowledge, Ltd. | 2 | Agenda Introduction Visual Studio built-in support Open source frameworks Working together.
SAS Data Integration / SAS Management Console / Platform LSF “The Complete Package” SAS OPUS, June 9th, 2010.
CS 490 Software Testing Fall 2009 Implement Unit Test Framework for Application running on a Pocket PC 2003 device 09/18/091 Framework for Unit-testing.
Precise Inter-procedural Analysis Sumit Gulwani George C. Necula using Random Interpretation presented by Kian Win Ong UC Berkeley.
TM - The Turing Machine Simulator Team Enigma: David Henderson Mike Stoddard.
Introduction to Java Lab CS110A – Lab Section 004 Instructor: Duo Wei.
DAIMI(c) Henrik Bærbak Christensen1 JUnit A tool for test case management.
Unit Testing Using PyUnit Monther Suboh Yazan Hamam Saddam Al-Mahasneh Miran Ahmad
Computer Architecture Lecture 12 Fasih ur Rehman.
CryptKeeper Project Plan 1 CryptKeeper Project Plan.
Table-Driven Acceptance Testing Mario Aquino Principal Software Engineer Object Computing, Inc.
Embedded Systems Software Training Center Unit Testing Workshop Copyright © 2012 DSR Corporation.
Software Testing CS 121 “Ordering Chaos” “Mike” Michael A. Erlinger
CS Software Testing Fall 2009 Implement Unit Test Framework for Application running on a Pocket PC 2003 device 09/03/09September 4 Presentation1.
Testing in Extreme Programming
DAT305 Boost Your Data-Driven Application Development Using SQL Server Centric.NET Code Generator Pascal Belaud Microsoft France.
PROJECT SECME1 Carthik A. Sharma Juan Carlos Vivanco Majid Ali Khan Santhosh Kumar Grandai Software Engineering Fall 2002.
Jul 1, CUnit & Coverage Larry Shi. Jul 1, Agenda  Aim  CUnit  Screenshots(Automated)  Demo  TO-DO list.
Implement Unit Test Framework for Application running on a Pocket PC 2003 device Durga Kulkarni Cyberonics Inc August 28, 2009.
Introduction to Eclipse. What is Eclipse? An Integrated Development Environment Provides many features to ease C++ programming (and others, e.g. C/Java)
A Machine Learning Approach to Programming. Agenda Overview of current methodologies. Disadvantages of current methodologies. MLAP: What, Why, How? MLAP:
M Gallas CERN EP-SFT LCG-SPI: SW-Testing1 LCG-SPI: SW-Testing QMTest test framework LCG AppArea meeting (16/07/03) LCG/SPI LCG Software.
CS 490 Software Testing Fall 2009 Implement Unit Test Framework for Application running on a Pocket PC 2003 device 09/18/091 Framework for Unit-testing.
Faculty Coach: Professor Martinez  Justin Mahar  Chris Baum  Greg Schmitz  Adam Abdelhamed.
Testing code COMP204. How to? “manual” –Tedious, error-prone, not repeatable “automated” by writing code: –Assertions –Junit.
Test and Verification Solutions128 October 2009 Test and Verification Solutions Improved time to market through automated software testing Mike Bartley,
CS-2852 Data Structures LECTURE 7B Andrew J. Wozniewicz Image copyright © 2010 andyjphoto.com.
CS575 Spring 2012 Lecture 8 CSULA Bapa Rao. Agenda for Today Review of previous meeting and assignments User Theory Presentation Coming week’s assignment.
Client: Department of Electrical and Computer Engineering at ISU Advisor: Professor R. Patterson III Team Members: Daniel J. Marquis (EE – 1 st ) – team.
Unit Testing with FlexUnit
 Project Goal: To design and construct a container that will allow an egg to be dropped from a height of 8 feet to the floor without breaking.
Chapter 1 The Phases of Software Development. Software Development Phases ● Specification of the task ● Design of a solution ● Implementation of solution.
CS 490 Software Testing Fall 2009 Implement Unit Test Framework for Application running on a Pocket PC 2003 device 10/16/091 Framework for Unit-testing.
Northwest Arkansas.Net User Group Jay Smith Tyson Foods, Inc. Unit Testing nUnit, nUnitAsp, nUnitForms.
网上报账系统包括以下业务: 日常报销 差旅费报销 借款业务 1. 填写报销内容 2. 选择支付方式 (或冲销借款) 3. 提交预约单 4. 打印预约单并同分类粘 贴好的发票一起送至财务 处 预约报销步骤: 网上报账系统 薪酬发放管理系统 财务查询系统 1.
Improving Your Application with IntelliTrace #ITDevConnections.
SWE 434 SOFTWARE TESTING AND VALIDATION LAB2 – INTRODUCTION TO JUNIT 1 SWE 434 Lab.
In Building for Business
Team MITRE Sentinel Final Presentation
Testing Tutorial 7.
HealtheCar A Forensic Scan for your Vehicle A Predictive and Condition-Based Maintenance System  
ADVANCED BATCH.
Eclipse Test & Performance Tools Platform Project (TPTP)
DCR ARB Presentation Team 5: Tour Conductor.
SAFe Workshop - Oct 17 Presenter: Ray Brederode
Testing & Testing Tools
Dell Support Phone Number


Software Engineering 1, CS 355 Unit Testing with JUnit
Team 1: 32 responses Team 2: 55 responses Team 3: 29 responses

Fix ipad Error Code
Unit Testing with JUnit
Title By Name(s) CS 478 Network Security
Unit Testing with JUnit
SWE 619 Software Construction Last Modified, Fall 2015 Paul Ammann
Measure Reliability of Automation – using Machine learning
مديريت موثر جلسات Running a Meeting that Works
Framework for Developing Observational Systems
Architecture and design
Continuous Integration
CS6020 Advanced Assembler Project
Device Performance Testing

Java Code Coverage Tools - EclEmma and JaCoCo
Represented By:. “Provides Professional Services in Power Supply & Air Conditioning Business” PRESENT AGENDA.
Gordon Erlebacher Florida State University
For More Details:
Presentation transcript:

CS 490 Software Testing Fall 2009 Implement Unit Test Framework for Application running on a Pocket PC 2003 device 12/11/091 Framework for Unit-testing Development Group Team Leader: Lauren Stuart Team: Nate Frost, Jennifer Long, Mike Noah, Brad Van Dyk Website:

Agenda Original Requirements Requirements Met Requirements Unmet Live Demo 12/11/092

Original Requirements (paraphrased) For unit testing C++ code on Pocket PC 2003 Supply “basic unit test constructs”: asserting equal, null, etc. Give ease of creating, incorporating, and executing unit tests Allow batching of tests (ie, selection from different suites) Provide test run result summary with failure details Present code coverage of tests (stretch goal) 12/11/093

Requirements Met For unit testing C++ code on Pocket PC 2003 Supply “basic unit test constructs”: asserting equal, null, etc. Give ease of creating, incorporating, and executing unit tests Allow batching of tests (ie, selection from different suites) Provide test run result summary with failure details Present code coverage of tests (stretch goal) 12/11/094

Requirements Unmet For unit testing C++ code on Pocket PC 2003 Supply “basic unit test constructs”: asserting equal, null, etc. Give ease of creating, incorporating, and executing unit tests Allow batching of tests (ie, selection from different suites) Provide test run result summary with failure details Present code coverage of tests (stretch goal) 12/11/095

Live Demo 12/11/096