Mon.May 18, 2020

article thumbnail

Software Testing Tools We're Watching Out for in 2020

DZone

Do you like to stay in the know about the most up-and-coming software testing tools? These days our team has been buzzing about plenty of tools we’ve come across, hosting tutorials and internal chats to share knowledge about them with one another and we figured we’d share them with you in this article!

article thumbnail

60 great resources for performance engineering teams

TechBeacon Testing

One major roadblock that prevents teams from successfully maturing their performance efforts is a lack of training. Sometimes, just knowing where to start can be a challenge.

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 Perfect Way To Maintain Your Selenium Test Automation

DZone

Without a doubt, automated browser testing has transformed the way software development works. If it wasn’t for Selenium, we wouldn’t be able to use such a wide array of bug-free web apps as we do. But sometimes, even the IT sector misunderstands the term automation. Most people assume that the computer is going to accomplish all the testing for them!

Testing 253
article thumbnail

Performance Issues (The Problem)

DZone

Today I want to talk about my experience working on solve performance issues in the systems. In several years working as a software developer I have faced performance issues several times, and I want to share some tips about this topic. In my opinion, to solve a performance problem you need all your focus on THE PROBLEM , you need as much information about it as you can get.

article thumbnail

How to Improve Data Center Incident Reporting

DZone

Spending on cloud services is expected to grow to $266.4 billion this year, according to Gartner. More markets are depending on the cloud to deliver their technology services, which puts increasing pressure on data centers and their staff to keep things running smoothly. Everyone notices an outage. What people don’t see is all the work going on behind the scenes to fix those outages.

Cloud 147
article thumbnail

Tips for Healthy Page Object Classes

DZone

The most popular design pattern used in web UI test codebases is the Page Object Model (POM) design pattern. This pattern suggests modeling a class to represent a single page of your system under test. Using this model, the class would contain properties that represent the elements of the UI page and methods that interact with these elements. Given this is the Login Page of our application, let’s discuss tips for building a class using POM.

Design 246