by Nikolay Advolodkin | Sep 28, 2025 | appium, Automation, C#, CI & CD
I’m Nikolay Advolodkin from UltimateQA, and in this article I unpack a two-year journey I led alongside our automation engineer Oles Nikaniuk, on a massive European enterprise migration. If you watched the episode, you already know the highlights; if not, this...
by Nikolay Advolodkin | Sep 24, 2025 | AI, C#, CI & CD, Development, GitHub Spark
Hi — I’m Nikolay Advolodkin, Chief Engineer at Ultimate QA. In this guide I’ll walk you step-by-step through how I used GitHub Spark AI and GitHub Copilot agents to build, test, and deploy a Next.js e-commerce web application with CI/CD and automated...
by Nikolay Advolodkin | Dec 13, 2022 | C#, Uncategorized
Are you an engineer looking to make a difference? Are you interested in contributing to Selenium WebDriver C#, the most widely used web automation tool on the market? Well, you’re in luck! Not only is this a great way to give back to the open source community and hone...
by Guest | Aug 10, 2021 | C#, Courses
What’s new? 📕 Section: Automation Framework for Web Apps [Selenium, Appium, Sauce Labs, .NET] In this section, you will learn how to: ✅ Implement an advanced automated testing framework 🏃 Run tests in massive parallel (176 tests in 140 sec)...
by Guest | Aug 6, 2021 | C#, Courses
C# Automation Framework for Web Apps using Selenium, Appium, Sauce Labs and more In this FREE tutorial we will learn how to: ✅ Implement an advanced automated testing framework ✅ Run tests in massive parallel (176 tests in 140 sec) ✅...
by Nikolay Advolodkin | Mar 4, 2021 | C#
What is parallelization? Parallelization is the process of running tests simultaneously on different environments. Such as different browsers or operating systems. It is very useful because it can dramatically decrease the test execution time. I’ll show you three of...