0% found this document useful (0 votes)
5 views1 page

Tutorial 8

The document outlines a tutorial for Software Quality Assurance focusing on Unit Testing using JUnit in a Java project. It includes tasks such as performing JUnit testing on provided source files and writing a test report that details test cases and the Black Box testing techniques used. The final submission requires a Word document containing the report and screenshots of the test runs.

Uploaded by

Thùy Ngân Phan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Tutorial 8

The document outlines a tutorial for Software Quality Assurance focusing on Unit Testing using JUnit in a Java project. It includes tasks such as performing JUnit testing on provided source files and writing a test report that details test cases and the Black Box testing techniques used. The final submission requires a Word document containing the report and screenshots of the test runs.

Uploaded by

Thùy Ngân Phan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Software Quality Assurance

Tutorial 8 – Unit Testing


Preparation
Create a Java project in IntelliJ IDEA and import the JUnit library into this project.

Tasks

1. Perform JUnit Testing

You’re given a .zip file containing some .java source files. Import these Java source files into the
project that you created. Write and run JUnit test cases for the methods in these source files. Take
screenshots of your test runs.

2. Write Test Report

Create a test report in Word document format (.docx). This document should contain several sections,
each section corresponds to 1 source file. List all the test cases and point out the Black Box testing
technique that you used to design those test cases. Include the screenshots you took in the previous step
in this Test Report.

Examples of Black Box testing techniques:

 Equivalence Partitioning
 Boundary Value Analysis
 Error Guessing

Submission
Submit your Test Report (the .docx file) to the submission box of this tutorial.

You might also like