admin Ramadevi@09 9000 SonarQube is a Continuous Code Quality Management Tool. It is going to check your quality of your source code. Code Coverage: How much of Source Code is tested by unit test cases. According to the industry standard 80% of code has to be tested by unit test cases. Hello.java-----------------------Source code 100 lines HelloTest.java --------Junit Test Case Code Review: Going through source code validating whether code is written as per the standards (or) not. Before deply to the production we need to do that Code Review. Code Review by Sr.Developer. Sr.TechLead Technical Leads Intorduction SonarQube ( Previously called Sonar ) is an Open Source Software quaility management tool. It will Continuously analyze and measures quality of the Source code. It will generate the report any issues in html format / PDF format. It is a web based tool support multiple language ( Java, C# , JS... ,) It will support a multiple platform ( Linux, Mac, Windows ...,)...
Comments
Post a Comment