6.9k views
0 votes
The stages in the testing process in order are: ___________

a. Customer testing
b. System testing
c. Component testing.

2 Answers

2 votes
I’m pretty sure the answer is B
User Arash
by
4.6k points
1 vote

Answer:

The stages in the testing process in order are: ___________

c. Component testing

b. System testing

a. Customer testing .

Step-by-step explanation:

The first test is the component test (unit test) when the different components of a software are tested by the system developers to measure the individual components are working properly as intended. This is closely followed by the System testing, usually conducted by the Project Manager. Finally, the user or customer testing is conducted to ensure that user requirements are met. It is also called the acceptance test.

Generally, testing is the process of evaluating a system or its component(s) with the intention to finding whether it satisfies the specified user requirements or not. Testing executes a system in order to identify any gaps, errors, or missing requirements when compared to the actual user requirements.

User Martin Tan
by
4.7k points