Computer Science, asked by vinaykrbca, 1 year ago

What is an efficient way to ensure that the code is working as per the acceptance criteria/business requirements?

a) through automated functional tests
b) through automated regression test
c) through automated unit tests
d) through automated smoke test

Answers

Answered by AadilPradhan
21

Answer:

a. through automated functional tests

Explanation:

Acceptance criteria defines the conditions that the software should justify to be accepted by the user. It mainly includes black box testing where test cases are designed to check the functionality of the software. Acceptance criteria is a combination of functional criteria, non functional criteria and performance criteria. These can be termed as satisfaction conditions. Functional criteria is tested on priority. Acceptance testing is performed from the Quality and business point of view.

Similar questions