riadayal.hashnode.devAutomation Testing Tutorial: A Starter’s Guide With ExampleSoftware testing is an integral part of any IT project. Testing the software more and more will ensure a better quality of your software. Now, how do you achieve it? Either you go with Manual Testing or Automation Testing. Now sticking to manual test...Apr 7, 2022·17 min read
riadayal.hashnode.devHow To Find Element By Text In Selenium WebDriverFind element by Text in Selenium is used to locate a web element using its text attribute. The text value is used mostly when the basic element identification properties such as ID or Class are dynamic in nature, making it hard to locate the web elem...Apr 1, 2022·12 min read
riadayal.hashnode.devHow To Handle Multiple Windows In Selenium WebDriver Using Java?When automating any website or a web application in Selenium, you might have come across a scenario where multiple windows open within an application when a button is clicked, and appropriate action needs to be performed on the opened windows. Alas, ...Mar 24, 2022·14 min read
riadayal.hashnode.devFindElement And FindElements In Selenium [Differences]Finding an element in Selenium can be both interesting and complicated at the same time. If you are not using the correct method for locating an element, it could sometimes be a nightmare. For example, if you have a web element with both ID and Text ...Jan 18, 2022·23 min read
riadayal.hashnode.devHow To Handle Captcha In SeleniumWith the rapidly evolving technology due to its ever-increasing demand in today’s world, Digital Security has become a major concern for the Software Industry. There are various ways through which Digital Security can be achieved, Captcha being one o...Jan 6, 2022·15 min read