
This will be a really short article explaining how to download image from the browser side while running tests using the WebdriverIO library. The problem of downloading images I have a use case scenario, that requires to verify that a loaded page ha…

All modern programming languages have at least one framework for implementing a REST API. What language and technology to choose depends on a lot of factors: type of a project, estimated budget, existing infrastructure, ability to scale horizontally…

Today almost every new project has an API, in most cases it is a RESTFul API. Building a REST API is essential part of any system that has mobile, SPA and other client apps. Sometimes it is used as a single entry point to your…