Showing 0-0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Java Testing Review Questions | Question, Battery | CS1-level review questions on file I/O testing in Java. | OpenDSA | Testing |
| 2 | Software Testing Concepts Review Questions | Question, Battery | Software Testing self-assessment questions. | OpenDSA | Software Testing |
| 3 | Bowling Score TestCase Exercise | Code Testing Exercise | Interactive exercise where user enters input values for a bowling game scoring function with the goal of getting complete code... | OpenDSA | Test Case, Code Coverage |
| 4 | Triangle Classification TestCase Exercise | Code Testing Exercise | Interactive exercise where user enters input values for a triangle classifier problem with the goal of getting complete code coverage.... | OpenDSA | Test Case, Code Coverage |
| 5 | testing_um2_student_average_arun_ch | Calculate the student average grade (challenge) | PCEX | ||
| 6 | testing_um2_arun_java_SLR_weat_ex | Java CodeConstruction for demonstrating testing_um2_arun_java_SLR_weat_ex | PCEX | ||
| 7 | testing_um2_arun_java_SLR_weat_ch | Java CodeCompletionProblem for demonstrating testing_um2_arun_java_SLR_weat_ch | PCEX | ||
| 8 | testing_um2_student_average_arun_ex | Calculate the Student Average Grade (example) | PCEX | ||
| 9 | testing_um2_student_average_arun_ch | Calculate the student average grade (challenge) | PCEX | ||
| 10 | HKC array testing 1 | testing authoring tool and course authoring | AnnEx | ||
| 11 | Testing for null | Java BehaviorExample for demonstrating Testing for null | AnnEx | boolean expressions | |
| 12 | Chapter Review Questions: Software Testing | Question, Battery | Software testing for CS1 self-assessment questions. | OpenDSA | Boolean Operator, Boolean Expression |
| 13 | Palindrome testing with stack and queue | Code Completion | Using a queue and a stack, implement a method that tests whether a sequence of numbers is a palindrome, that... | CodeCheck | Linear Data Structures |