article thumbnail

Performance Testing at MongoDB

Alex Podelko

34 (2020), Performance Testing with David Daly , is another good introduction. These two papers provide many more insights: Automated system performance testing at MongoDB , DBTest 2020 [ Video ]. The Use of Change Point Detection to Identify Software Performance Regressions in a Continuous Integration System , ICPE 2020 [ Video ].

article thumbnail

What is? OpenTelemetry??An open-source standard for logs, metrics, and traces

Dynatrace

OpenTelemetry (also referred to as OTel) is an open-source observability framework made up of a collection of tools, APIs, and SDKs, that enables IT teams to instrument, generate, collect, and export telemetry data for analysis and understand software performance and behavior. Span ingestion. The project released v1.0

article thumbnail

8 Functional Testing Types Explained With Detail

Enprowess

The primary aim of functional testing is to test every functionality of the software application by giving the input value and validating the actual output with the expected result. Functional testing mainly contains black box testing, which is not related to the source code of the application/software. Integration Testing.

Testing 52