I'm trying to realize a calculator using JAVA, so I'm following these stages:
for Unit testing I'm using JUnit but I don't know what I'm gonna need to accomplish the fifth stage.
07-24-2022 11:26 PM
Integration testing -- also known as integration and testing (I&T) -- is a type of software testing in which the different units, modules or components of a software application are tested as a combined entity.
07-25-2022
08:44 PM
- last edited on
07-25-2022
10:27 PM
by
KH-Taylarie
Integration testing -- also known as integration and testing (I&T) -- is a type of software testing in which the different units, modules or components of a software application are tested as a combined entity.