The purpose of the article is to describe Robot Framework, show the field of its applying and advantages of using it on the project, and also to share the approaches, which were used in practice. Robot Framework (further, RF) is..
One project required the development of a Windows service that could perform a number of actions using the Windows API, Websocket and standard Java tools. The article below gives the description of the steps that have been taken to create..
In one of the projects, the task was to develop a Windows application for managing user sessions in a computer club. The application consists of two components: One of the product requirements was to ensure easy installation of the software,..
When testing applications, sometimes it may be necessary to test the performance of a component that cannot be interacted with using Selenium. For example, when the application uses a map (such as Google or Yandex maps), or when there is..
OutSystems is a robust and flexible low-code platform intended for the development of enterprise mobile and web applications that are deployed in local or hybrid environments. A low-code development platform (LCDP) is software that provides developers with an environment used..
The main idea of this article is to tell about cases when use of shovel plugin is possible, how to activate and configure it, and also explain the difference between the dynamic and static declaration of shovel plugin. Sometimes a..
This article describes NoSQL, an approach of data storing different from the classic RDBMS. Their general distinguishing characteristics are described: ACID, BASE, details and requirements for each type of database (DB). Types of NoSQL databases are revealed, examples (implementations) of..
The beginning of the 21st century was marked by the appearance of large systems which a huge number of users work with. Every second the number of requests to the system is calculated not in thousands, but millions. Have you..
The aim of this article is to talk a little about what Ansible and Docker are, to give examples of when they can be used and how, combining the two technologies, can simplify the life of QA specialists. Before proceeding..
DRL is short for Drools Rules Language, a format for drools rules writing. KIE is a public API developed by JBoss, it includes several technologies, including Droоls. MVEL is a hybrid dynamically/statically typed, embedded expression language in the runtime environment..
This article will present the main ideas of Continuous Integration, as well as an example of quick deployment of Jenkins on a project. Before proceeding to the main part, it is necessary to define the used terms. Continuous Integration (CI)..
This article will discuss the use of Selenium-Webdriver, which is a tool for automating the actions of a web browser on Node.js platform. At one of the projects, we had the task to develop Web UI autotests. One of the..