Sam Atinksonsamatinkson.hashnode.dev·Sep 23, 2024Guide To Running Parallel Test Cases in TestNGTesting frameworks help in ensuring the reliability and quality of software products. Among these frameworks, TestNG stands out due to its robust features and flexibility. One of the most significant advantages of using TestNG is its capability to ru...parallel testing
James Cantorjamescantor.hashnode.dev·Jun 11, 2024The Guide To Parallel TestingAutomation entails boosting testability, but there is a roadblock in the path. The frequency of the massive amount of tests and the lack of time to test the features make traditional sequential automated testing insufficient. As a result, the need fo...parallel testing
Pankaj Suryavanshidevtestops.hashnode.dev·Jan 23, 2024Unlocking the Power of Parallel Testing in TestNGIntroduction Parallel testing in TestNG allows simultaneous execution of test methods, optimizing test suite performance. By harnessing parallelism, TestNG significantly reduces test execution time, enhancing overall efficiency and productivity. What...Selenium Javaselenium
Tanay Kumar Deotanmaykumardeo.hashnode.dev·Jun 7, 2023Mastering QA Automation: A Comprehensive GuideIn today’s era, both technology and quality matter. Software development has picked up a rapid pace, and its thorough testing also needs to match the speed. Quality Assurance or QA automation is the tool that can make the testing process faster and y...Testing
Marek Królbasssoft.hashnode.dev·Apr 16, 2023Running parallel Cypress tests in TeamCity using dockerThe Problem Not that long ago I stumbled across the problem of running Cypress tests in parallel to speed up the testing process. Unfortunately, our project setup required me to run those tests on a single TeamCity agent. The problem was that Cypress...755 readsCypress
Kosalai VforAxeleranttech.axelerant.com·Apr 11, 2023Unlocking Free Cypress Parallelization And Automated Slack Reporting with Github ActionsIntroduction In this article, you’ll learn a method for efficient testing with Cypress: Parallel tests without Cypress Cloud (Dashboard) using cypress-split. Consolidated report for failed Cypress tests with screenshots & videos. Slack notificatio...5 likes·930 readsCypress