#web-development
Read more stories on Hashnode
Articles with this tag
Selenium is a great tool when it comes to reporting, as it provides inbuilt reports using various frameworks like TestNG and JUnit. Though a few...
If you use Selenium WebDriver, you are probably aware that there are a number of common ways to loop through and interact with elements on a web page....
JUnit Jupiter is a perfect blend of the JUnit 5 programming model and extension model for writing tests and extensions. The Jupiter sub-project...
Parallel test execution with Selenium is one of the major factors that can affect the test execution speed. Serial execution in Selenium can be...
Any automation testing using Selenium (or Cypress) involves interacting with the WebElements available in the DOM. Test automation framework underpins...
A framework is a collection or set of tools and processes that work together to support testing and developmental activities. It contains various...