Download presentation
Presentation is loading. Please wait.
1
WISTPC-09 : Session A Tariq M. King PhD Candidate Florida International University 03.16.2009 Workshop on Integrating Software Testing into Programming Courses
2
Categories of Testing Black Box Based mainly on the specification of what the program under test is supposed to do Tester uses no knowledge of the internal workings of the program White Box Determines testing in terms of whether the program under test has been thoroughly exercised Tester uses knowledge of the source code
3
Levels of Testing Unit Tests the basic units of the software in isolation Integration Tests the interactions between software units System Tests the software system as a whole
4
Today’s Hands-On Agenda Part 1: JUnit 4 Unit Testing Framework for Java Automatic Test Runs / Result Checking De-facto Standard, Eclipse Integration Part 2: EclEmma Code Coverage Tool for Java Highlights Statement Coverage Works with JUnit in Eclipse
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.