Hardware and Software Design Question:
What is testing? What is unit testing, integration testing, etc?
Answer:
Testing is used for estimate the quality of the product. Unit Testing is tested for each part of the product. Integrate the unit and tested.
Previous Question | Next Question |
What is a Turing machine? | What is waterfall model, prototype model? |