MSTest Integration

This section will help you to integrate MSTest (.Net unit test framework) tool on your local instance. Prerequisites Assumption For more information about the execution of MSTest, refer to this article. Limitations Troubleshooting Building C# projects in Jenkins: While building the project from Jenkins, the following errors may occur: Solutions…

0
Read More

Release 1.8.0

Release date: 07, April 2020 What is new? PDF Repository Report Enhancement: We added an Executive Summary, the Heatmap, Trends, and Duplications. How to download this report from your repository? Click here. We have extended our MISRA C:2012 rules and added deeper checks for 11.5 and 21.8. To know more about MISRA checks coverage, please read this article. Embold API: Now you can get a list of all…

0
Read More

Test hungry score

This feature currently assigns a score of test hungriness to methods. How test hungry sore is calculated? Test hungry score calculates on 2 parameters such as Complexity and Network Size. The score is calculated as Complexity * Network Size.The complexity of a function means how many if/else are present in…

0
Read More

Code Duplication

It can be recognized by two blocks of code doing the same thing. It is a pure copy-paste or copy-paste-adaptation from one part of the code to another part of code. Besides that, the duplicated code may have the same set of reasons to change. Characteristics A group of consecutive…

0
Read More

Generic module

The generic module is used to import code issues from a file. Regardless of language or combination of languages, if you get your code issues data into the generic format as specified by this module, it will be imported and correctly applied. Module Name: gamma_generic The supported format looks like:…

0
Read More

Module Dependency

Introduction BrowserStack Code Quality’s module dependency view enables you to visualise dependencies between modules / packages aggregated from the underlying code-level dependencies. This helps in spotting tightly-coupled modules, unexpected dependencies, cyclic dependencies, etc. which can drive refactoring / restructuring decisions in order to have a cleaner dependency structure. A “module”…

0
Read More

Email notifications

This selection allows users to edit/configure email preferences and receive notifications based on the occurrence of certain events. Users can enable or disable the preferences according to his choice i.e. he can select customized email options. Steps to configure email preferences:

0
Read More