




Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The activities for cs 200 lab week 2, including handing back quiz 1, grammar exercises, testing and debugging. Various grammar rules and testing strategies, providing examples and instructions for testing individual classes and using the eclipse debugger.
Typology: Study notes
1 / 8
This page cannot be seen from the preview
Don't miss anything!





● Hand back quiz 1 ● Grammar exercises ● Testing and debugging
● Describe the strings that can be produced by the following grammars:
● Testing individual classes ● Testing your whole program ● Using the Eclipse debugger ● Testing exercise
● You aren’t done with your code until you have tested it!
● Focus each test case on a specific requirement ● Make test cases small ● Make sure to test all requirements ● Remember to test exception and error cases!
● Code and specification are available on the recitations page ● Create test cases for this program ● Can place your test cases in a public directory and access others’ test cases there ● First, we’ll go through an example with the debugger...