Behavior Driven Development (BDD) to podejście do tworzenia oprogramowania, które koncentruje się na współpracy między zespołami deweloperskimi, testerami i interesariuszami, przy użyciu zrozumiałego języka. BDD ułatwia zrozumienie wymagań i umożliwia…
Testing in an integral part of the software lifecycle. Many of the activities within the testing process can be optimize and accelerate through automatization. This article focuses on comparing of…
Where did the need for writing clean code come from?
In the world of programming, clean code has become the standard that developers around the globe strive for. This concept…
Basic Assertion Methods
Assertions are an essential tool for verifying automated test results. Playwright has several methods that allow you to check different properties of your application. Below are three…
Writing clear code is a fundamental principle whose adherence brings tangible benefits in both the short and long term. In the world of software development, where teams work on complex…
In application programming, especially in low-code environments such as Ferryt, string operations are an integral part of everyday development practice. The ability to manipulate text is crucial for writing a…