What is essential for testing the quality of the code?

What is essential for testing the quality of the code?

"Coding Standard" is one of the essential requirement for testing the code quality. We need to follow the correct code style. Not only this, it improves readability and consistency of the code-base.