How do I ensure maximum code coverage and test coverage?

Can somebody tell me how to ensure maximum code coverage and test coverage?

Sure @tom-dale,

One way during which you’ll attain better results through testing is by incorporating automation into the test plan. There is no way that the entire testing process are often automated, so you’ve got to return up with an idea . The plan should highlight test activities that need to be performed manually and via automation.

Coverage may be a useful metric but its scope is restricted . There is no ideal way in which you can measure the effectiveness of the efforts spent on testing. It is a known fact that 100% coverage is only a myth.

An overall approach that include differing types of testing e.g. automation testing, integration testing, manual testing, cross-browser testing, etc. would be of great help. It helps you measure the effectiveness of various tests and test systems during a single place.

1 Like