List Of Frequently Asked Manual Testing Interview Questions( 200+)….

Hello Professionals, I will post a list of frequently asked question on Manual testing in interviews. It will help for both freshers and experienced people. As of now, I will not post answers of questions but in coming days, I will. Define software testing. What are the types of software testing? What is in mind … Continue reading List Of Frequently Asked Manual Testing Interview Questions( 200+)….

Handling ElementNotVisibleException And Element Is Not Clickable Exception In Selenium

Hello Folks, In this post, we will learn how to handle "ElementNotVisibleException " and "Element is not clickable exceptions". While running Selenium scripts, sometimes we face below exceptions: "org.openqa.selenium.WebDriverException: unknown error: Element is not clickable at point (242, 845). Other element would receive the click" "org.openqa.selenium.ElementNotVisibleException: Element is not currently visible and so may not be … Continue reading Handling ElementNotVisibleException And Element Is Not Clickable Exception In Selenium