Home › Forums › Azure › AZ-400 Microsoft Azure DevOps Engineer Expert › AZ-400 Randomized Test Answer Error › Reply To: AZ-400 Randomized Test Answer Error
-
Hello DonaldDuck,
Thanks for posting.
In this scenario, you are preparing to deploy Azure resources using Terraform and need tools to support both creation and testing of Terraform modules.
The Yeoman framework is for creating Terraform module templates. It scaffolds the files and structure you need to quickly set up consistent modules.
The Terratest framework is for testing those Terraform modules. It allows you to validate that your infrastructure deploys and works as expected by running automated tests against the real environment.
Therefore, Yeoman should be matched to 1 and Terratest to 2. Placing them the other way around will result in an incorrect answer since the slots are mapped to different functions.
Best regards,
Irene @ Tutorials Dojo