Quality Assurance:
Quality assurance is a method of making the software application with less defects and mistakes when it is finally released to the end users. Quality Assurance is defined as an activity that ensures the approaches, techniques, methods and processes designed for the projects are implemented correctly. It recognizes defects in the process. Quality Assurance is completed before Quality Control.
Quality Control:
Quality Control is a software engineering process that is used to ensure that the approaches, techniques, methods and processes are designed in the project are following correctly. Quality control activities operate and verify that the application meet the defined quality standards.
It focuses on examination of the quality of the end products and the final outcome rather than focusing on the processes used to create a product.

Below are the differences between Quality Assurance and Quality Control:
Quality Assurance (QA) | Quality Control (QC) |
---|---|
It focuses on providing assurance that quality requested will be achieved. | It focuses on fulfilling the quality requested. |
It is the technique of managing quality. | It is the technique to verify quality. |
It is involved during the development phase. | It is no included during the development phase. |
It does not include the execution of the program. | It always includes the execution of the program. |
It is a managerial tool. | It is a corrective tool. |
It is process oriented. | It is product oriented. |
The aim of quality assurance is to prevent the defects. | The aim of quality control is to identify and improve the defects. |
It is a preventive technique. | It is a corrective technique. |
It is a proactive measure. | It is a reactive measure. |
It is responsible for full software development life cycle. | It is responsible for software testing life cycle. |
It pays main focus on intermediate process. | Its man focus is on final products. |
All team members of the project are involved. | Generally the testing team of the project is involved. |
Example: Verification | Example: Validation |