Thu.Aug 01, 2019

article thumbnail

Functional Testing vs. Non-Functional Testing

DZone

According to a report, app crashes cause 71% of uninstalls. Other reasons that compel users to uninstall the app are page response time, confusing UI, battery consumption, etc. This indicates the importance of functional testing as well as non-functional testing to deliver a user-friendly app. So let’s understand what is functional testing. What is Functional Testing?

Testing 194
article thumbnail

How to Build a Percona Server "Stack" on a Raspberry Pi 3+

Percona Community

The blog post How to Compile Percona Server for MySQL 5.7 in Raspberry Pi 3 by Walter Garcia, inspired me to create an updated install of Percona Server for the Raspberry Pi 3+. This how-to post covers installing from source and being able to use Percona Server for MySQL in any of your maker projects. I have included everything you need to have a complete Percona Server, ready to store data collection for your weather station, your GPS data, or any other project you can think of that would requi

Servers 40
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

Discover the Top Tips and Tricks of the Selenium WebDriver

DZone

Selenium WebDriver is one of the most popular frameworks for web automation. To get more from your Selenium WebDriver tests there are many test frameworks, services, and libraries, which can help you to organize your tests, monitor their execution, and provide comprehensive reports. This article describes solutions for three aspects of automation testing.

Testing 100
article thumbnail

Dynatrace lists on the NYSE

Dynatrace

Dynatrace news. Today marks a special moment for Dynatrace as we list on the New York Stock Exchange under the symbol “DT.” This event marks a significant moment in time, but we are not just focused on today, it is the foundation that we have built for success tomorrow that is even more exciting. I’m proud to share this moment with our 2,000+ Dynatracers.

article thumbnail

How Tasktop dramatically improved its Flow Velocity in one day

Tasktop

In the latest release of Tasktop Integration Hub (19.3) , the Product Development team tried out an experiment to deliver even more business value out of our flagship product. In my last blog , I described how Tasktop has made few cultural and process-oriented changes to be more customer-obsessed and ship features faster. Galvanized by the new energy that was instilled across the team, we decided to try something a bit different.

Metrics 56
article thumbnail

Empower your teams with Dynatrace Log Monitoring

Dynatrace

Dynatrace news. We’re proud to introduce a significant improvement to Dynatrace Log Monitoring that will empower all your teams. In our investigations of how various teams work with logs as a data source within Dynatrace, two significant use cases have emerged: Use case #1: Troubleshooting. Imagine that a bug has made its way into production. An object churn causes high memory usage.

article thumbnail

Mapper Contexts & Supercontexts: Decoupling Domain-Specific and Domain-Generic Bounded Contexts

Strategic Tech

You’re building a new system and two members of your team propose alternative architectures for sending notifications. Which one is correct? The first developer proposes a push model: bounded contexts should instruct the notifications context to send a notification. The Notifications context (Notifications) should simply obey commands from other contexts and send notifications when instructed to.