Tag Archives: Functional

Non-Functional Versus Functional Testing; What’s in the Black Box?

Non-Functional Versus Functional Testing; What’s in the Black Box?

Testing is an important step to determine if your applications are performing as intended. Two of the major types of software testing that help determine these are functional and non-functional, and these typically fall under Black Box testing… So what’s the difference? Functional Testing Functional testing involves testing an application against its business requirements. It […]

Continue Reading

What is the Purpose of Regression Testing?

What is the Purpose of Regression Testing?

Regression testing is a type of software test that helps ensure that changes in software code won’t cause functionality defects. Essentially, flagging functionality errors that show up after code changes is the purpose of regression testing. Many organizations verify critical functionality once and then assume it continues to work unless they intentionally modify it. However, […]

Continue Reading