Exam ACD100 All QuestionsBrowse all questions from this exam
Question 7

A feature is being deployed to the test environment.

In which environment is unit testing performed for the feature?

    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
CarlosAppianOption: A

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

SharathPOption: B

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

AaravRVOption: D

Answer should be staging

yanoolthecoolOption: D

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