Introduction to the OpenJDK tests
- JTREG Tutorial -
- Part I - Getting started with jtreg
- includes an introduction on using the jtreg harness. It describes the nuts and bolts of a jtreg test case. How to execute a jtreg test case, an example of a test case and a review of the log file produced. Also a demo of the above is included and finally some links to reference materials.
- Part II - jtreg testcase examples.
- As the name suggests it includes test examples. It also includes a demo on test execution/debugging failures. Finally, it includes links to reference materials.
- Part III - TestNG Testcases with jtreg