Welcome to the WReSTT Portal
About WReSTT
The Web-Based Repository of Software Testing Tools (WReSTT) seeks to provide students and instructors with guided access to vetted software testing tools and program analyzers that will support the development of quality software during their academic training. The project is a collaborative effort between Florida International University, and Florida Agricultural & Mechanical University.
Monthly Tool Feature

Tags: Test Execution | Eclipse | Java | Plug-ins
JUnit is a unit testing framework for the Java programming language. It allows developers and testers to write and run repeatable tests for Java classes. Features include assertions for testing expected results; test fixtures for sharing common test data; and test runners for executing tests.
This month's tutorial is about writing basic JUnit tests, and focuses on using different methods in the Assert API.
Please click on the thumbnail below to activate the tutorial, and test your knowledge by answering the questions that follow the tutorial.Writing Basic JUnit Tests


