78.3k views
3 votes
Which of the following describes the test phase of the program process

User Sudi
by
5.3k points

1 Answer

2 votes

Program testing is an evaluative process which is also called Unit Testing by the programmers.

Step-by-step explanation:

Software testing is an important step in the software development process. The procedure analyzes the functionality of it and if it meets the specified requirements or not. This is a four-stage procedure that involves analysis, planning, development, setting the test environment, and finally the execution of the test.

The main stages of testing that will result in an error-free and quality product are-

  1. Unit testing
  2. Integration testing
  3. System testing
  4. Acceptance testing

User Fry
by
6.0k points