article thumbnail

Automate CI/CD pipelines with Dynatrace: Part 3, Testing stage

Dynatrace

Having laid the foundation during the deployment stage, we’ll now explore the benefits of Dynatrace visibility and orchestration during the testing phase. T he testing stage plays a crucial role in ensuring the quality of newly built code through the execution of automated test cases.

Testing 250
article thumbnail

Dynatrace to acquire Rookout to deliver code debugging in production environments

Dynatrace

Developers are increasingly responsible for ensuring the quality and security of code throughout the software lifecycle. This can disrupt the users of the running application, slow down the application’s performance, or even crash it altogether. Debugging in production often requires shutting down services.

Code 207
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

The Biggest Performance Testing Obstacles

DZone

Performance testing is a crucial part of the development process, but it is also one of the most overlooked steps in a development cycle. Not many developers are interested in doing rigorous testing on their codes to see how they perform under heavy load.

article thumbnail

Performance Testing with Open Source Tools – Myths and Reality

Alex Podelko

Some time ago Federico Toledo published Performance Testing with Open Source Tools- Busting The Myths. How did you get into performance engineering? I remember really liking the technical side of these tests. What load testing tools did you use? As most things in life, by chance. What is your business model?

article thumbnail

Testing PowerShell Code With Pester — Octopus Deploy

DZone

When you're working with any code, whether it's automation or software code, it should be treated the same way. One of the many things that don't come up as often when you're automating vs when you're building application code is testing. After-all, functions are still functions and variables are still variables.

Code 159
article thumbnail

PyTest Tutorial — Parallel Testing With Selenium Grid

DZone

Selenium is one of the widely used test automation frameworks for automated browser testing. Selenium test automation is really helpful in testing websites or web apps on different combinations of browsers, operating systems, and devices.

Testing 227
article thumbnail

8 Types of Functional Testing

DZone

Functional and non-functional testing are the two types of software testing. There are various types of functional testing, that are as below: Unit Testing. Integration Testing. System Testing. Regression Testing. Smoke Testing. Sanity Testing. Acceptance Testing. Unit Testing.

Testing 246