article thumbnail

Measuring Code Quality: Qualitative and Quantitative

DZone

Code Quality defines that the code is good, which means code is of high quality, and code is bad, which means code is of low quality. The quality can be subjective, so different teams may use different definitions based on the context. But how can I measure that the code I have written is of good quality?

Code 269
article thumbnail

Manage your monitoring as code with Dynatrace’s HashiCorp Terraform integration

Dynatrace

HashiCorp’s Terraform is an open-source infrastructure as a code software tool that provides a consistent CLI workflow to manage hundreds of cloud services. Per HashiCorp, this codification allows infrastructure changes to be automated while keeping the definition human readable. What is monitoring as code?

Code 242
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

‘Security as code’ demands proactive DevSecOps

Dynatrace

The most forward-thinking teams want to take a “shift-left” approach to their security practices, engaging security practices and testing as early as possible in the software development life cycle. Willie Hicks discussed how Dynatrace Application Security helps organizations adopt a security-as-code approach.

Code 160
article thumbnail

Regression Testing: Tools and Techniques

DZone

Regression Testing, by its definition, is a type of software testing to confirm that a recent program or code change has not adversely affected existing features. In order to achieve that, the existing test cases are executed selectively or sometimes completely.

article thumbnail

Monitoring-as-code through Dynatrace’s Open-Source Initiative

Dynatrace

Dynatrace’s OneAgent automatically captures PurePaths and analyzes transactions end-to-end across every tier of your application technology stack with no code changes, from the browser all the way down to the code and database level. Monitoring-as-code requirements at Dynatrace. Referencing other configurations by name.

article thumbnail

5 Types of Tests To Perform On Your APIs

DZone

API Test is crucial for the software systems to function at high quality. That means it is critical to thoroughly verify and test Application Programming Interfaces before rolling out the product to the end-users or customers. What is API Test? Every app you build nowadays completely relies on Application Programming Interfaces.

Testing 207
article thumbnail

10 Functional Testing Tips in Symfony

DZone

Taking part in testing more than 50 projects we saw how tests can give confidence in the code base, begin to save time for the entire development team and help to comply with business requirements. For those who come from other ecosystems, let us first explain what the term “functional tests” means in Symfony.

Testing 178