Madhu Monlinetrainingusa.hashnode.dev·Sep 24, 2024How to Get Started with the Selenium Testing Tool: Key Requirements and ResourcesIntroduction Selenium has emerged as one of the leading tools for automation testing, empowering testers to automate web applications efficiently. If you are new to Selenium, you may wonder how to get started, what key requirements are essential, and...Discussselenium
ManoharNareshitmanoharnareshit.hashnode.dev·Jun 19, 2024Automate Like a Pro: 10 Reasons Why You Need Top-Tier Selenium TrainingThe world of software development is a relentless race against time and bugs. Manual testing, while crucial, can be a slow and laborious process. Enter Selenium, a revolutionary open-source framework that empowers you to automate web application test...DiscussSeleniumTraining
Rutsar Ahmedrutsarahmed.hashnode.dev·Jul 7, 2023What are Breakpoints in Selenium ?In Selenium, breakpoints refer to markers or points in the code where the execution of a test script pauses to allow for debugging or observation of the test execution. They are set at specific lines or statements within the test script, and when the...DiscussSelenium training
Safali Chawalasafalichawala.hashnode.dev·Jun 21, 2023What is the same-origin policy in Selenium ?The same-origin policy is a security mechanism enforced by web browsers to restrict interactions between web pages that originate from different domains. It is a fundamental security principle that aims to prevent malicious attacks, such as cross-sit...DiscussSelenium training
Nishii Naidunishiinaidu.hashnode.dev·Jun 9, 2023What is Bitmap Comparison?In Selenium, bitmap comparison refers to the process of comparing screenshots or images of web pages to detect any visual differences. It involves taking screenshots of web elements or entire web pages at different stages, and then comparing those im...Discuss·339 readsselenium certification
Raviravikrishna.hashnode.dev·May 29, 2023What is Regression testing in SeleniumRegression testing in Selenium refers to the process of re-executing previously executed test cases or scripts to ensure that the existing functionality of a software application remains unaffected after changes have been made. It focuses on identify...Discussselenium certification
Nishant Choudharynishantchoudhary123.hashnode.dev·May 12, 2021Use Selenium wait for page to load with Python [Tutorial]One of the primary requisites to automate interactions with a WebElement in the DOM is that it should be visible and interactable. Like me, you would also come across several scenarios where your Selenium Python scripts threw an ElementNotVisibleExce...Discuss·8 likes·137 readsselenium