There are 4 types of the testing technologies: Unit Testing, Integration Testing

Need help with assignments?

Our qualified writers can create original, plagiarism-free papers in any format you choose (APA, MLA, Harvard, Chicago, etc.)

Order from us for quality, customized work in due time of your choice.

Click Here To Order Now

There are 4 types of the testing technologies: Unit Testing, Integration Testing

There are 4 types of the testing technologies: Unit Testing, Integration Testing, System Testing and
Acceptance Testing. We want to focus on the ‘Unit Testing’. 
Here are materials you need to study for this individual project:
1. Video Resources:
1) https://www.youtube.com/watch?v=wEhu57pih5w
2) https://www.linkedin.com/learning/java-testing-with-junit/welcome?org=rit.edu
This course has many modules. Feel free to watch as many as you want to fill-in your
knowledge of using JUnit for unit testing Java applications. You are required to watch the
following modules:
https://www.linkedin.com/learning/java-testing-with-junit/assertions?org=rit.edu
https://www.linkedin.com/learning/java-testing-with-junit/basic-unit-tests?org=rit.edu
https://www.linkedin.com/learning/java-testing-with-junit/exception-handling-tests?org=rit.edu
These videos were done before the release of JUnit 5. JUnit 5 has added many
features that you will probably not use. There are some notable differences
with what you will see in these videos and JUnit 5 unit tests. These include:
• All the assertion statements can take a message but it is the last
parameter in the assertion call rather than the first.
• You use an assertThrows assertion for testing that an exception is
thrown rather than specifying this on the @Test line before the test
method begins. assertThrows is given the exception class that is
expected to be thrown, and an executable that should throw the
exception. 
2. Web Articles and Blogs: 
• https://martinfowler.com/bliki/UnitTest.html
o https://martinfowler.com/articles/mocksArentStubs.html
o https://martinfowler.com/bliki/TestDrivenDevelopment.html
• http://stackoverflow.com/questions/61400/what-makes-a-good-unit-test; read the approved answer
• Khttps://www.kenneth-truyers.net/2012/12/15/key-qualities-of-a-good-unit-test/
• https://medium.com/javascript-scene/what-every-unit-test-needs-f6cd34d9836d
• https://www.sitepoint.com/javascript-testing-unit-functional-integration/
3. Technical Resources: 
• http://junit.org/
• http://site.mockito.org/
4. Wikipeida
• https://en.wikipedia.org/wiki/Software_testing
• https://en.wikipedia.org/wiki/Software_testability
• https://en.wikipedia.org/wiki/Unit_testing
• https://en.wikipedia.org/wiki/Mock_object
After studying the above 4 categories, you need to prepare for a presentation slides.  The presentation should
include all the main components of materials in each catetory.  

Need help with assignments?

Our qualified writers can create original, plagiarism-free papers in any format you choose (APA, MLA, Harvard, Chicago, etc.)

Order from us for quality, customized work in due time of your choice.

Click Here To Order Now