Technical articles
-
HTML document and its structure. What to test?
19.09.2023HTML is designed to help the browser understand what elements a web page consists of as well as the meaning of these elements. HTML is quite simple and it will not be too difficult to understand its structure. Besides, to make sure that the code works as expected, it can be checked with the help of various tools that will facilitate testing and help in finding bugs.
-
The «Shift Left» strategy in testing
12.09.2023The demand for quick release of high-quality software products continues to grow worldwide, so teams are experimenting and using new approaches to development. The Shift Left strategy is perfect for such purposes.
-
Multi-factor authentication. How to test?
12.09.2023The amount of data in the digital world is increasing day by day. In the modern world people increasingly use online payment, electronic documents, signatures, and other services. But fraudsters also keep up with modern trends. Therefore, the issue of making funds, personal information, etc. secure is becoming increasingly important. This is how the need for multi-factor authentication arose.
-
How is SRE related to testing?
05.09.2023SRE (Site Reliability Engineering) is an approach to IT infrastructure management and software development that combines principles of software engineering and operations management to improve reliability, scalability, efficiency, and speed of product development.
-
Types of e-commerce applications
01.09.2023In this article, we’re going to look at the types of e-commerce applications, but first, let’s revise what e-commerce is.
-
What is code refactoring and why is it important for testers?
29.08.2023Code refactoring is a process that involves editing and cleaning up previously written program code without changing its functions. The main goal is to make the code more efficient and maintainable, to prevent its “spoilage”, namely code duplication, countless fixes, etc. Also, code quality deterioration can occur due to a developer’s writing style.
-
Popular open-source testing tools
22.08.2023Testing is an important part of software development that helps ensure the quality and reliability of the product. One way to facilitate the testing process is by using open-source tools. Currently, there is a wide range of popular open-source testing tools available on the market that can assist in the development of high-quality software.
-
Services for beta testing
22.08.2023Beta testing services make it easier to find beta testers, control the workflow, communicate with them, provide testers with new versions of the program, monitor test results, and provide analytical information about test results. They are designed to facilitate and optimize the beta testing process and, consequently, improve the quality of the developed product and the quality of the user experience.
-
In-game offers and their types
09.08.2023Users often make purchases in a game they like. This happens for various reasons, but the main one is intrinsic motivation. One of the tools that motivate users to make purchases is an offer.
-
Android Debug Bridge as irreplaceable tool in game testing
25.07.2023Nowadays, there are a huge number of different gaming platforms: PCs, consoles, mobile devices, and others. In this article, we will talk about a tool for the most popular mobile gaming platform – Android. Android Debug Bridge (ADB for short) is a utility that is available from the Android SDK through the command line.
