How to Become the Sherlock Holmes of Bug Searching: Concentration on the Details
TestFort News Editorby TestFort News Editor on 01/10/2019
If you want to find something, you need to know what exactly you’re looking for. Like detectives, testing experts do a so-called investigation when they are looking for bugs. Each type of bug has its peculiarities. A software tester has to know all of them to recognize the “criminal”. Let’s learn different types of bugs that often prove to be more challenging to pinpoint.
Functional bug
We can find this bug while examining all system’s functions and making sure they do what they have to. If the function does something odd, which is not on the requirements list, it is a bug. Let’s see it on the example: there’s a button in the app and it has to open window A, but instead, it opens B or doesn’t open anything at all. It is a functional bug.
This type of bugs is harder to find in case there are no functional requirements. In this case, previous experience with the similar type of software comes in very handy. You can also perform the exploratory testing.
User Interface bug
UI bugs are easy to find when you have all mockups of the software screens. All you have to do is compare the position, shape, color, and other peculiarities of visual elements with the mockup.
You can also be handed a designs guidelines together with the mockups or instead of them. The guidelines usually describe the styles and additional elements in their different states. For example, how the color of the link changes when it’s in the initial state, in hover, and after the click.
If there’s no documentation at all – don’t worry, you can find most of the UI bugs just by examining the software. Pay attention to the broken layout, overlapping blocks or elements, text that’s coming out of the block, and all the elements that are off the place or missing. You will notice that often UI bugs show up while searching for functional bugs.
Localization bug
You search for localization bugs only if the software supports several languages and/or is adapted for use in different timezones.
The first thing to check is whether different languages work equally well. The text has to be translated on all elements of the system. Detailed documentation comes in handy, but even if you don’t have it, you can detect bugs anyway. You have to examine all elements after you’ve changed the default language and if you notice some of them haven’t been translated — it is a bug. On this stage, you can also notice UI bugs because words and phrases are of different length in different languages. Thus, the text can stick out of the block or completely break it.
Depending on the type of software, sometimes there’s a need to check whether the time is displayed correctly. Pay attention to the date and time format because it can be different for different countries. Take note of the time indicator, it has to correspond to the country’s timezone. If there’s a currency change option as well, you also need to check if it works fine.
Usability bug
If software is uncomfortable to use, chances are nobody will like it and it will never get popular, so usability bugs need special attention.
When user can’t find some function for a long time, e.g. registration button, it is definitely a usability bug. Poorly chosen colors are also considered a bug. For example, when you can’t see the text clearly because of the background brightness and your eyes get fatigue from a continuous use of this application. The other widespread issue is buttons with unclear functions: no hints popping-up, no clear icon or button name.
The following bugs are not clearly described in the Internet or books but it doesn’t mean they don’t exist.
Integration bug
Integration between software components can be implemented not only in complex systems but also in a well-designed website.
If the information is not properly transferred from one component to the other, it is a bug. There can be several examples of such issue.
Firstly, let’s take a website with a page A with information B which has to be transferred to the page C. If the information B differs from the one on the page C — it is a bug.
Secondly, let’s take a big ERP system where there are lots of integrations between components. Let’s say we create a contract and choose a profile that corresponds to the data in this contract. If there’s personal profile in the system but it’s not automatically dragged into the contract – it is a bug.
What are you building? What kind of help can we provide? The more we know, the more accurate our estimate!
Thank you for getting in touch!
Thank you for taking the first step! We’ll get back to you within 2 business days!
System update bug
System updates are an integral part of modern software. They usually contain new functions and important bug fixes, but there also can be bugs in the update process itself. They are quite hard to find but the most common ones usually result in user losing all the settings or being logged-out of the account.
Audio bug
Not all applications have sounds, but the ones that send notifications or have a sound as one of the main functions have to be thoroughly checked.
The first thing to do is to check whether there’s sound at all. If there is, you need to make sure the quality of this sound is good, without possible interruptions or distortion. Don’t forget to check the volume and whether it corresponds to the required when set on default, turned up or down.
Textures and 3D objects bugs
This is a wide-spread bug in MMORPG type of games and other 3D games. Sometimes it’s hard to find them because they can be visually undistinguished. In order to detect such issues, you have to understand the difference between the texture bug and a 3D object bug.
Let’s take a look at the 3D bugs. For example, your character suddenly disappears after doing some certain action or going to a certain place. It can happen due to the inconsistencies and poor alias of the objects exactly in this state/location. This type of bug can be missed because of the overlaying textures. The other example is when you’re stuck in some place and objects are blocking your way out of there.
Texture is just a picture which is put on the object. If the character can’t go further because of some invisible obstacle, it means it has no texture. Sometimes there’s a texture but it’s not compatible with the object.
Content bug
Content of the website is usually checked by editing or copywriting team since they know what exactly has to be written there. However, some content bugs are too obvious to be ignored. It can be a mistake in the title or a company name. Missing pictures and incorrect linking are also considered content bugs.
Finally, let’s take a look at the couple of not-so-obvious software bugs.
Heisenbug
This bug is called in the name of Heisenberg uncertainty principle in quantum mechanics. It refers to such type of bugs as the error, which appears when the software is run through the IDE but when it’s run through the debugger — there’s no error.
Bohrbug
This bug is named after the Bohr atomic model. Unlike Heisenbug, Bohrbug appears under the same conditions each time, but it’s nearly impossible to trace back the whole set of events to find the core of the issue.
Mandelbug
It is named after Benoit Mandelbrot, who’s made huge contributions into the study of fractals. Mandelbug is an error which cause is so complicated and vague that they seem illogical and unexplainable (exactly “seem”). It can happen because of a slow system reaction. For example, an error has already occurred but you’ll know about that later, which makes it harder to trace the cause of the problem.
Schrödinbug
The bug is named after famous “Schrödinger’s cat” experiment. Imagine there’s a program, and it works just fine. Once you decide to look at the code of this program and you realize it never should have worked in the first place, it stops working until you fix the problem. It seems an impossible thing to happen but in real life such bugs are quite widespread.
There are a lot more types of bugs to be detected during the testing process, but a real QA expert can find them all. Our team of 160 professional QA engineers is on a daily mission of finding even the most sophisticated software issues. Having 250 physical devices for testing and using the best bug-searching tools and techniques, we are ready to polish your software to perfection.
Having one outside team deal with every aspect of quality assurance on your software project saves you time and money on creating an in-house QA department. We have dedicated testing engineers with years of experience, and here is what they can help you with.
Software is everywhere around us, and it’s essential for your testing team to be familiar with all the various types and platforms software can come with. In 21+ years, our QA team has tested every type of software there is, and here are some of their specialties.
There are dozens of different types of testing, but it takes a team of experts to know which ones are relevant to your software project and how to include them in the testing strategy the right way. These are just some of the testing types our QA engineers excel in.
The success of a software project depends, among other things, on whether it’s the right fit for the industry it’s in. And that is true not just for the development stage, but also for QA. Different industry have different software requirements, and our team knows all about them.
Our team is already hard at work trying to resolve this issue.
Please resubmit your information tomorrow.
We're terribly sorry.
Got it
Your information was successfully submitted
We are glad to have you with us! You’ll receive an email from us shortly. Meanwhile, you can check our super-informative blog to go through the latest updates in the world of software development.
Got it
Your information was successfully submitted
We are glad to have you with us! You’ll receive an email from us shortly. Meanwhile, you can check our super-informative blog to go through the latest updates in the world of software development.
Got it
We use cookies to ensure your best experience. By continuing to browse this site, you accept the use of cookies and "third-party" cookies. For more information or to refuse consent to some cookies, please see our Privacy Policy and Cookie Policy