SWE 637 Quiz Guide 6
Spring 2019


Quiz 6 will continue the focus on AO Chapter 6. In particular, the quiz will focus on developing tests from a JavaDoc API using one of the coverage criteria from AO Chapter 6.

I suggest you study for this quiz by making getting to the point where you are fluent with the transformation in the in-class exercise from JavaDoc to JUnit tests. Specifically, if I give you a test frame, you should be able to identify a (Java) test that refines that test frame. You should also be able to do the inverse: if I give you Java/JUnit, you should be able to identify the corresponding test frame.