A feature is being deployed to the test environment.
In which environment is unit testing performed for the feature?
A feature is being deployed to the test environment.
In which environment is unit testing performed for the feature?
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.
Unit testing is not used to be done over the Development environment
The answer should be B, unit testing will be done in the development environment only.
Answer should be staging
pretty sure it should be D, testing environment <> development environment.