This article will focus on Inno Setup – a convenient tool intended to package applications for Windows OS. Why Inno Setup? “Inno Setup today rivals and even surpasses many commercial installers in feature set and stability,” the developer’s official website..
SQL Injection is one of the possible ways to crack web applications connecting with SQL database (DB). This method is based on malicious code injection into the initial SQL script. For example, a hacker can do the following on a..
Java security architecture protects users and systems from intruders and incorrect code in many cases. Still, it cannot ensure protection against vulnerabilities created by development code. Development errors can unintentionally produce such software downfalls as access to files, printers, web..
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..
We are glad to inform you that our team of professionals successfully completed work on another project named “Automation testing of the car service web application“. The main goal of our team was to create automated tests and conduct automation..
We are glad to inform you that our team of professionals successfully completed work on another project named “Enterprise resource management system“. The enterprise resource management system (the ERM, hereinafter the system) is intended for planning, managing, monitoring and analyzing..
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..