You are on page 1of 1

ICT 3174: SOFTWARE DESIGN TECHNOLOGY

FISAC 2: Unit Testing using JUNIT Software Testing Tool


18.10.2022

Note:
1. Number of students per group: 2
2. Submit hard copy of the report (one report per group)
3. Due date: 07.11.2022

Design the User Interface of the application (any simple scenario) using the JAVA Swing
concept. The UI should have any 5 User Interface (UI) elements provided in the web page (link
given below).

https://web.mit.edu/6.005/www/sp14/psets/ps4/java-6-tutorial/components.html

For the designed application, you need to submit a report containing following deliverables:

1. Class Diagram
2. Source code the functionalities in the User Interface Design
3. Screenshots of User Interface
4. Test cases to test the functionalities
5. Test script to automate the test execution process based on JUNIT Tool.
6. Test Report from JUNIT Tool

You might also like