# Week of Java: Part 5 - Testing Your Code

DevFeed: [Week of Java: Part 5 - Testing Your Code](<https://devfeed.tech/articles/week-of-java-part-5-testing-your-code-14470.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/week-of-java-part-5-testing-your-code>)

Author: Juan Sebastián Urrego Escobar

Published: 2022-05-13T00:00:00Z

Content type: tutorial

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [Testing](<https://devfeed.tech/topics/testing.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Code](<https://devfeed.tech/topics/code.md>), [Java](<https://devfeed.tech/topics/java.md>)

Tags: [automated](<https://devfeed.tech/tags/automated.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [code](<https://devfeed.tech/tags/code.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [java](<https://devfeed.tech/tags/java.md>), [series](<https://devfeed.tech/tags/series.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>), [testing](<https://devfeed.tech/tags/testing.md>)

## AI overview

The fifth and final part of a Java series examines automated testing for Serverless applications.

## Source excerpt

To wrap up the 5 part series, lets look more deeply into how to do automated testing of your Serverless application