Software Testing

In this stage of the project we’ve already finished the implementation and we test it to make sure that it works. In class I learned that writing the test before writing the code is a good idea, this might give you a hint of how important Software Testing is.

I’ll explain the kinds of testing in an infographic so you’ll read them eve if you’re lazy because they have colors and not so much text.

Software Testing.png

 

 

There are several tools you can use in this stage of the project, the one that we used in class is JUnit, it’s easy to use and there are a lot of tutorials out there.