Testing for the WMS Mind

Top Five Testing Terminology Misconceptions

Share with your network...

In the world of software testing, there are a handful of frequently misused terms. Prior to my testing terminology enlightenment, I would often use the word “bug” as a catch-all for everything that went wrong with an application. I’ve since seen the “error” (another commonly misused word) of my ways. Below are five commonplace testing terminology misconceptions.

Verification and Validation

Both are close “cousins,” and they sound similar if you say them really fast…but “verification” is not the same as “validation.” Verification is the process of determining if specific requirements are met, and validation is determining if those requirements were correct and ultimately if the end user’s needs were met. Validation answers the million-dollar question, “Did we build the right solution?” In the old days, verification came first and validation came much later in the process. With teams moving to agile development, there is less of a time gap between them and sometimes both are performed simultaneously.

Defects, Bugs, Errors, and Failures

These words are all commonly used in the wrong context, and I’m certainly guilty of doing it on occasion. A defect is a deviation from requirements that causes a component or system to fail; the flaw itself and NOT the result. A bug is really a slightly narrower definition of a defect, as it’s specifically a software fault that causes a component or system to fail. An error is a human action that causes a fault or mistake, like defects. And finally, a failure is the inability of a component or system to perform an expected function as specified in the requirements; the result of a defect.

READ MORE  Finding the Balance Between Automated and Manual Testing

Intake Testing, Sanity Testing, and Smoke Testing

Intake testing is the process of determining if the component or system is ready for testing. Sanity testing is performed when one or a few areas of functionality are tested, often after feature additions and/or fixes are made to the system under test. Smoke testing is verifying that critical paths and functionalities of the system are working and ignores the finer details; examples include making sure an application successfully loads or an online banking system doesn’t make basic math errors. Of these three terms, “sanity testing” seems to have the most varied interpretations. A Google search returns four or five different definitions, even the International Software Testing Qualification Board (ISTQB) claims the word is exactly the same as smoke testing. 

Component Testing, Module Testing, and Unit Testing

Component testing, also known as module testing, is testing an individual program or module to prove that it works as specified in the requirements. Unit testing is independently testing the smallest testable component using mock objects like stubs and drivers, and it’s almost always at the code coverage level. You can find unit testing at the bottom of the trusty testing pyramid.

Collaboration

There is common understanding of what “collaboration” is supposed to mean, but much like “artificial intelligence” I believe the word is tossed around very liberally. Collaboration is everyone on a team truly working together towards a shared goal, and so of course testing solutions are eager to claim that they have “collaboration features” – though it usually ends up being something tacked-on like the ability for QA staff to leave messages beneath a test script that tries to explain what it’s doing. True collaboration is every team member having access to the same test case, and while each person comes from a different angle depending on their role, they all should have the same understanding of what exactly is being tested with as little abstraction as possible. The best way to achieve this is to use a behavior-driven testing solution with test cases written in business readable English.

READ MORE  Seven Costs and Risks of Not Testing Your Business Software

Are you interested in learning more about implementing test automation in your warehouse management system? Check out our success stories, more of our blogs, or learn more about the Cycle platform.

This post was written by:
James Prior
Technical Pre-Sales Consultant

James has been working in software pre-sales and implementation since 2000, and has more recently settled into focusing on technical pre-sales.

Share with your network...