May 23, 2023

What is Regression Testing?

As a software developer, there’s nothing worse than making a small change to code, only to have bugs pop up or, even worse, end up breaking the application. When it comes to developing software, even small tweaks or modifications can have unforeseen consequences that might set a project back days or weeks.

Read more
Mar 28, 2021

An Overview of Software Testing Strategies

Wouldn’t it be awesome if developers could just code a piece of software perfectly the first time around and there were zero bugs, the software working flawlessly, forever? Development time would be fast and customers would be assured everything would always work.

Read more
Feb 04, 2020

How To Test A Web App With Selenium

Manual testing of software is time consuming, prone to missed cases and errors, and all around a bad idea, unless you’re just starting out learning to code and need to practice writing full test suites. Selenium is a suite of tools to help automate testing software - and is used to test web apps.

Read more
Jan 07, 2020

The Difference Between Black Box And White Box Testing

Software testing is an essential activity in the software development process. Without testing, you’ll end up with a buggy product that doesn’t do what it’s supposed to do - a lemon. Black box testing and white box testing are two different types of software testing strategies, that are equally powerful, and even better when combined.

Read more
Dec 23, 2015

Integrating Quality Assurance with Agile Development

Agile is a great platform for managing all the complex aspects of software development. However, it does not really offer much guidance when it comes to proper Quality Assurance practices.

Read more
Jan 29, 2015

Do you Need Dedicated Testers on an Agile Team?

The simple answer is, yes. Agile teams still need to adhere to the basics of testing, however, their approach allows them to go about it quite differently.

Read more