The Latest Stories

NoSQL database When to Use Different Types of NoSQL Databases

Web-scale data requirements are greater than at a single organization, and data is not always in a structured format. NoSQL databases are a good choice for a larger scale because they're flexible in format, structure, and schema. Let’s explore different kinds of NoSQL databases and when it’s appropriate to use each.

Deepak Vohra's picture
Deepak Vohra
Developer performing unit testing A Simple Rule of Thumb for Unit Testing

There's a simple rule for the minimum values testers should explore: “none, one, some”—or, how the software behaves if you send it nothing, one thing, or some set greater than one. It's not comprehensive, but it gives a good feel for how the feature works at the moment. Developers can also use this in unit testing.

Justin Rohrman's picture
Justin Rohrman
API code on a laptop Why API Testing Is Mission-Critical

With API testing, if you change how the API works—even if it now works better—it will break all of the code written by people using the API. Consequently, testers have a responsibility to make sure they are testing the same contract that was established when the API was first released. Here's how to test APIs right.

Adam Sandman's picture
Adam Sandman
Infinity sign in lights showing continuous testing 5 Steps to Stable Continuous Testing in DevOps

Continuous testing minimizes risk and ensures DevOps has the tools to deliver quality, modern code that is ready for the future. To fulfill this, you have to first understand the three types of personas in testing. Then, you'll know how to work with them to progress along the path toward achieving continuous testing.

Eran Kinsbruner's picture
Eran Kinsbruner
A good leader asking her team questions Providing Value as a Leader: More Than Just Being the Boss

As a leader, your job is not to be the boss and check on every task, but to provide value to your team, helping them grow, learn to fix things, and make decisions without you. One of the best ways to provide value is by asking questions. Questions clarify expectations, confirm understanding, and build relationships.

Jeff Abshoff's picture
Jeff Abshoff
Scrum team having a productive retrospective Are Your Retrospectives Adding Value to Your Scrum Team?

Sprint retrospectives are often skipped, compressed, or organized in a way that doesn't provide good feedback. This is unfortunate, as a well-planned retrospective is a great way to improve how you work. Good retrospectives enable engagement and safety, distill and prioritize ideas, and create concrete action items.

Steve Berczuk's picture
Steve Berczuk
Tester outlining the quality attributes for a test automation framework 7 Essential Quality Attributes for Your Test Automation Framework

A common problem in software is that developers and designers tend to concentrate on pure functionality and neglect quality attributes. These are the famous “-abilities”: usability, reliability, portability, etc. If your testing framework is suffering, you might want to check if it has these seven quality attributes.

Iryna Suprun's picture
Iryna Suprun
Building with clouds reflected on the side Selecting a Cloud Service

Cloud services are relatively new, and for those used to downloading and installing software, it may be daunting at first when trying to figure out which cloud service to use. Let’s analyze the different options—infrastructure as a service, platform as a service, and software as a service—and when you should use each.

Deepak Vohra's picture
Deepak Vohra