Tue.Jun 25, 2019

article thumbnail

Improve the Quality of Your Software in 6 Steps

DZone

Do your customers keep complaining about bugs in your software application? Does it take you too much time to implement new features? If you answered yes , then you probably have issues with the quality of your software application. Here are 6 practical steps that you could follow, to improve its quality. Stop Creating New Quality Issues. No matter what happened in the past, you are now responsible for not introducing any new quality issues with the source code that you write.

Software 141
article thumbnail

A tester's guide: How to become a continuous delivery leader

TechBeacon Testing

It's been over a decade since the announcement that "test is dead," and even longer since Jez Humble and David Farley published the book, Continuous Delivery, in 2010. In the time since, continuous delivery (CD) has moved from a fringe Silicon Valley fad to the way software development is done for most startups.

Testing 64
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

Will AIOps help you solve problems faster?

Dynatrace

Dynatrace news. Every company needs to solve IT problems fast. Since the dawn of time, IT organizations have been striving to solve problems as fast as they possibly can. Throughout this crusade, they’ve accumulated dozens of different monitoring tools and spent untold sums of time & money along the way. Despite these efforts and investments, most IT leaders would admit they are not solving problems fast enough and their need for speed is exponentially magnified in the digital world we

article thumbnail

Load Testing Your Application Using JMeter, Docker, and Amazon Web Services

DZone

Test how your application will react when many users access it. When building your application, you probably test your application in a lot of ways, such as unit testing or simply just running the application and checking if it does remotely what you expect it to do. If this succeeds you are happy. Hooray for you, it works for one person! Of course, you’re not in the business of making web applications that will only be used by just one person.

Testing 240
article thumbnail

QA Mentor Helps Clients Optimize Apps and Websites

QAMentor

The technology industry has made leaps and bounds in the last decade- in fact, so much that it’s hard to make sure all the new software and hardware available is safe and of good quality. Application testing has become vital in recent years to ensure that a platform is safe whether it be with location … The post QA Mentor Helps Clients Optimize Apps and Websites appeared first on QA Mentor Blog.

Website 74
article thumbnail

How to Make A Simple End-To-End Testing Framework With JavaTea

DZone

Although automated testing is an effective way to validate web applications, creating automated tests is time-consuming and maintaining the tests is painful. End-to-end testing is especially complex and taking time to execute. To make it easier, this article proposes to use JavaTea, which is an end-to-end functional automation framework. It is built on Selenium WebDriver but it allows you to describe tests with less code compared to Selenium.

Testing 109
article thumbnail

Get details of SQL Server Database Growth and Shrink Events

SQL Shack

It is essential for the DBA to need to ensure the SQL Server database performance. Performance tuning is an open-ended task, and you need to ensure the monitoring of various database parameters. Overview of Default trace in SQL Server Starting from SQL Server 2005, SQL Server captures a few critical events in the default traces. […].

More Trending

article thumbnail

Checksums in Storage Systems and Why the Enterprise Should Care

DZone

Random bit flips are far more common than most people, even IT professionals, think. Surprisingly, the problem isn’t widely discussed, even though it is silently causing data corruption that can directly impact our jobs, our businesses, and our security. It’s really scary knowing that such corruptions are happening in the memory of our computers and servers – that is before they even reach the network and storage portions of the stack.

Storage 145
article thumbnail

Designing far memory data structures: think outside the box

The Morning Paper

Designing far memory data structures: think outside the box Aguilera et al., HotOS’19. Last time out we looked at some of the trade-offs between RInKs and LInKs , and the advantages of local in-memory data structures. There’s another emerging option that we didn’t talk about there: the use of far-memory , memory attached to the network that can be remotely accessed without mediation by a local processor.

Design 80