Posts

Showing posts from December, 2019

Basic Types of Software Testing

Image
There are so many types of testing that distinguish and for which you have come up with your own definitions, most of the existing types you may not come across at work, but you need to know about them both for interviews and for general development in the field of testing. So, from the numerous list of types of testing I’ll highlight and I will give definitions of the main types of testing in my opinion that are widely used by testers and other persons interested in a quality product. Click here to learn more about software testing services Acceptance testing This is a test aimed at concluding whether our application is suitable for use or whether it is worth finalizing or fixing something.  Such testing is usually carried out on the customer side after the development and testing of functionality.  Tests are written or conceived and usually performed by the customer. Functional testing Functional testing is testing the functionality and behavior of our progra...

Bug report or bug report in software testing?

Image
Let’s say this situation when you found a bug in some software and you immediately get a question what to do with it.  Of course, you can go to the developer and talk about the bug and describe on fingers how to reproduce it, but this is bad practice since the software developer can sit in another room, office or even in another country and the number of bugs can be so great that you can not remember them and then miss out. And if you distract the developer for each petty bug and if they accumulate, then it doesn’t happen at all kosher that a loss of time and separation from the developer’s tasks is not the best solution.  Therefore, an adequate solution arises by itself - documenting the bugs found with the possibility of sharing them.  Usually in it companies bugs are documented in bug-tracking systems. There are many different bug-tracking systems that allow us not only to create tasks, change their statuses, but also create bug reports.  The most common to...