CSC/ECE 517 Fall 2009/wiki1a 1 JunitTest: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
==Junit==
==Introduction==
==Introduction==
===Unit Testing Overview===
===Unit Testing Overview===
Line 10: Line 9:
===Simple testing example===
===Simple testing example===
==Rules for writing effective Junit test cases==
==Rules for writing effective Junit test cases==
==Conclusion==
==References==

Revision as of 00:46, 7 September 2009

Introduction

Unit Testing Overview

Junit Overview

Websites to lookout

For Overview

For Ideas on test case design

How to get started

Setup

Simple testing example

Rules for writing effective Junit test cases

Conclusion

References