1 / 6

12/11/09

CS 490 Software Testing Fall 2009 Implement Unit Test Framework for Application running on a Pocket PC 2003 device. F ramework for U nit-testing D evelopment G roup Team Leader: Lauren Stuart Team: Nate Frost, Jennifer Long, Mike Noah, Brad Van Dyk Website: http:// redlea.net/490/.

nenet
Download Presentation

12/11/09

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CS 490 Software TestingFall 2009Implement Unit Test Frameworkfor Application running on aPocket PC 2003 device Framework for Unit-testing Development Group Team Leader: Lauren Stuart Team: Nate Frost, Jennifer Long, Mike Noah, Brad Van Dyk Website: http://redlea.net/490/ 12/11/09 1

  2. Agenda • Original Requirements • Requirements Met • Requirements Unmet • Live Demo 12/11/09 2

  3. 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/09 3

  4. 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/09 4

  5. 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/09 5

  6. Live Demo 12/11/09 6

More Related