by Nikolay Advolodkin | Apr 11, 2024 | case studies
Overview Client: Large Healthcare Organization Industry: Healthcare Services Provided: Automation Program Development Tools Used: Cypress, Playwright, Selenium, Azure DevOps, GitHub Key Metrics: Over 150 API tests in under 5 minutes, 6.6...
by Nikolay Advolodkin | Mar 26, 2024 | case studies
Automated UI tests are crucial to software development, ensuring the user interface works as expected. However, implementing these tests can sometimes become slow and unreliable due to the excessive use of Selenium commands. This article presents a case study on...
by Nikolay Advolodkin | Nov 28, 2023 | Selenium Webdriver
Understanding the distinction between PageFactory and Page Object Model (POM) is crucial in automated testing. Here’s a brief comparison. Page Object Model (POM) POM is a design pattern creating an Object Repository for web UI elements, aiming to reduce code...
by Nikolay Advolodkin | Nov 1, 2023 | case studies
Overview The client is a leading bank with a solid online presence, serving millions of customers worldwide and looking for help in testing. They offer various services, including online banking, mobile banking, and different financial products. The Challenge The bank...
by Nikolay Advolodkin | Oct 17, 2023 | Automation, Automation Best Practices
Introduction Automated testing is a cornerstone of modern software development, ensuring that your application is robust and reliable. However, the effectiveness of your testing suite is only as good as its weakest link, which often turns out to be how you target...