ACD100 Exam QuestionsBrowse all questions from this exam

ACD100 Exam - Question 7


A feature is being deployed to the test environment.

In which environment is unit testing performed for the feature?

Show Answer
Correct Answer: B

Unit testing is typically performed in the development environment. This is because unit tests are designed to verify the functionality of individual components or units of code during the development phase. Performing unit tests in the development environment allows developers to catch and fix bugs early before the code is moved to other environments such as testing, staging, or production.

Discussion

4 comments
Sign in to comment
CarlosAppianOption: A
Mar 20, 2023

Unit testing is not used to be done over the Development environment

AaravRVOption: D
Jul 13, 2023

Answer should be staging

SharathPOption: B
Jan 10, 2024

The answer should be B, unit testing will be done in the development environment only.

yanoolthecoolOption: D
Dec 26, 2023

pretty sure it should be D, testing environment <> development environment.