Technical articles
-
Mobile website testing checklist
31.10.2023Nowadays, we spend most of our time using our mobile devices. Mobile websites are in no way inferior to full versions of websites on PCs, on the contrary, sometimes they are more accessible and popular precisely because of the high level of mobile device use and their convenience.
-
Concepts of RPG and MMORPG and their differences
31.10.2023If we want to consider the concepts of RPG and MMORPG, as well as their differences, we should start with the fact that RPG and MMORPG are genres of computer games.
-
How to display the resource monitor in Windows
17.10.2023Resource Monitor is the most comprehensive Windows tool that you can use to fix system performance issues. With its help, it is possible to evaluate the use of the processor, RAM, network in Windows, etc.
Different methods to open the resource monitor on Windows 11 will be discussed in this article. -
Database testing: what to look for
10.10.2023We can no longer store information in paper folders on desks or bookshelves as technology advances. It would require too much paper and huge areas of space to store this paper. Instead, data centers with hard drives have replaced this method of storing information and databases have been invented, where masses of information are stored, processed, and structured.
-
Authentication, authorization, and identification: how not to confuse
05.10.2023There are three concepts to explain access control in cybersecurity: identification, authentication, and authorization. Although these terms are closely related, they have differences that need to be clarified in order to have a good understanding of the correct terminology.
-
How to use OpenAPI in testing
05.10.2023OpenAPI (earlier known as Swagger) is considered to be a standard for describing API interfaces and using them in testing. OpenAPI allows you to describe all API capabilities and limitations (available operations, parameters, response formats). The description is used to automate API tests and to ensure mutual compatibility between different tools and services.
-
Requirement traceability matrix constructing
04.10.2023Requirement Traceability Matrix is a document that displays and tracks user requirements using test cases. It captures all the requirements proposed by the client and enables requirements tracking in a single document that is delivered at the end of the software development life cycle. The main purpose of the requirements compliance matrix is to confirm [...] -
CRUD Database Testing
04.10.2023CRUD operations are widely used in many systems supported by relational databases. Their testing is very important to ensure that information integrity, consistency, security, reliability, etc. are maintained. After all, the preservation of user data and their confidentiality is the basis of working with databases.
-
Testing with Clumsy
04.10.2023Every user strives to have a reliable and fast network connection when using the Internet. That’s why it’s important in testing to focus on checks that simulate non-functional or unstable internet connections. For this purpose, there are specialized tools that help corrupt your network, but in a controlled and interactive way. In this article, we will look at one such tool called Clumsy.
-
Why do we need SQL language in testing?
04.10.2023Indeed, in the modern world, storing large volumes of data on paper is neither convenient nor efficient. This is why databases were invented, wherein substantial amounts of information are stored, organized, and exchanged.
