How would you test an object-oriented design’s sequence diagrams? Be specific.

If you have debug, you can debug into the program step by step. You need to run the program in debug mode. most IDE software have debug mode. You can set the breaking point in the code before it invoke objects in the sequence diagram, then step through the object.