Test Tools - Developing and Deploying .NET Applications on AWS

Test Tools

Test automation plays a critical part in DevOps, and is the fundamental development practice that enables continuous integration and continuous delivery.

Many developers opt to run their integration tests in environments hosted in AWS. However, if you prefer to execute some tests locally, AWS SAM Local and the AWS .NET Mock Lambda Test Tool can help when developing Lambda functions. The Localstack project is an open-source tool that runs AWS APIs locally, and can be called directly from your test suites.

When creating mobile applications using Xamarin, the AWS Device Farm gives access to a wide variety of physical phones and devices, providing an effective environment for testing Android and iOS applications.