60 likes | 211 Views
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/.
E N D
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
Agenda • Original Requirements • Requirements Met • Requirements Unmet • Live Demo 12/11/09 2
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
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
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
Live Demo 12/11/09 6