OOApplicationTesting_Lecture4.1

pptx

School

Arizona State University *

*We aren’t endorsed by this school

Course

464

Subject

Computer Science

Date

Jan 9, 2024

Type

pptx

Pages

9

Uploaded by MegaHeat558

Report
CSE 464 : Software Quality Assurance and Testing Testing Object Oriented Applications Janaka Balasooriya
UML Support for Integration Testing In OO integration testing, sequence diagrams and collaboration diagrams are the basic for integration testing Quick Review Sequence Diagram: Sequence diagrams describes the dynamic behavior of objects It describes interactions between objects by depicting the time ordering . In general each use case has one of more sequence diagrams.
Windshield Wiper Example auto.howstuffworks.com
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Windshield Wiper Objects
Windshield Wiper System Implementation
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Implementation : Objects See implementation posted in the class website
Testing the Windshield Wiper Application Uisng JUnit JUnit test cases that test get-set methods JUnit test cases based on its usage – use case based JUnit test cases based on state chart
Get-set test cases - Demo
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help