Computer Science, asked by antarikshbabu, 11 months ago

A build that fails __________ stage will not be deployable.

1. Acceptance
2. Both the options
3. Commit
4. None of the options

Answers

Answered by orangesquirrel
4

A build that fails acceptance stage will not be deployable.


Acceptance Stage is a stage in which the product that is developed by the team is presented in front of the company/person who has given the contract.


He/She checks whether all the components are working properly or not.


Each module passes through the following tests- white box testing, black box testing, alpha as well as beta testing.


If it fails in any of the given stages, it is not accepted and thus the developer has to change the design.

Answered by mindfulmaisel
1

A build that fails acceptance stage will not be deployable. So, the correct choice of answer for the given question from the given list of possible answers is 1. Acceptance. Acceptance stage in the software development process is a stage when the product developed by the developer team is presented in front of the client. The acceptance or the rejection depends on this stage. If it is accepted, it is then deployed but if it fails, it is not deployable.

Similar questions