Inskyro-techbySulyz AndreyTesting gRPC client with mock server and TestcontainersNowadays I notice that more and more teams are building their cross-service communication on API contracts. Some prefer to work with REST…Oct 2, 2023
Sergei RudikСоздаем фикстуру для запуска тестов сразу в двух браузерах в Python UI autotestsWe will use a fixture with parametrization, declare two parameters by browser names — chrome and firefox.Feb 17, 2023
InStackademicbyWinson YauWebsite Automation Health Check with Powershell1. IntroductionSep 23, 2023Sep 23, 2023
Sergei RudikEasy upgrade find_element from Selenium 3 to 4 in Python UI autotestsYou have to use find_element(). As an example:Feb 16, 2023Feb 16, 2023
Sergei RudikHow to Start Writing JavaScript Tests Using PlaywrightIn the world of software development, testing is an important part of the process of creating a quality product. Over time, testing is…Feb 24, 2023Feb 24, 2023
Inskyro-techbySulyz AndreyTesting gRPC client with mock server and TestcontainersNowadays I notice that more and more teams are building their cross-service communication on API contracts. Some prefer to work with REST…Oct 2, 2023
Sergei RudikСоздаем фикстуру для запуска тестов сразу в двух браузерах в Python UI autotestsWe will use a fixture with parametrization, declare two parameters by browser names — chrome and firefox.Feb 17, 2023
Sergei RudikEasy upgrade find_element from Selenium 3 to 4 in Python UI autotestsYou have to use find_element(). As an example:Feb 16, 2023
Sergei RudikHow to Start Writing JavaScript Tests Using PlaywrightIn the world of software development, testing is an important part of the process of creating a quality product. Over time, testing is…Feb 24, 2023
Sergei RudikHow to use and what are requirements.txt files in PythonWhat is the requirements.txt file and what does it do in Python?Feb 20, 2023
Sergei RudikHow to use Pytest to test databases in PythonIf you’re developing an application that works with databases, testing your queries and procedures can be critical. In this article, we’ll…Feb 22, 2023
Sergei RudikBasic ways to declare a webdriver in Python UI autotestsThe basic fixture for declaring a driver in tests looks like this:Feb 17, 2023