Selenium is one of the automation testing tools which is an open source tool. Selenium automates web application. Selenium is used for functional and regression testing of web applications. Selenium supports multiple programming and scripting languages like Java, Ruby, Perl, PHP and Python to code the logic behind the test scripts. There are some challenges and limitation … [Read more...]
Selenium 4 Alpha Release
Yes, Selenium 4 Alpha is released on 28th April'19. Its not an official release. You can find Selenium 4 Alpha in Maven repository. You couldn't download it from Selenium official website Download Selenium 4 Alpha Maven Dependencies from here Let's see the new features of Selenium 4 Alpha. Point to be noted here is there is no official announcement from Selenium Team. … [Read more...]
Selenium Quiz | Software Testing Material
Selenium Quiz – You can test your knowledge with this Selenium Quiz. We have created this Selenium WebDriver Quiz Online Test to help you master Selenium. Knowledge Base: Selenium Interview Questions Automation Testing Interview Questions Framework Interview Questions Java Interview Questions … [Read more...]
Extent Reports Selenium Version 4 – Software Testing Material
Earlier we posted "How To Generate Extent Reports Selenium" and "Generating Extent Reports Selenium with Screenshots". This post will guide you on "How To Generate Extent Reports Version 4 in Selenium". Check this if you have any issues with Extent Reports version 3. We all know Extent reports are the advanced Selenium Reporting Tool. We can create beautiful, interactive … [Read more...]
The Common Selenium Exceptions Cheat Sheet – Exceptions in Selenium
During automation in Selenium, you will come across various exceptions and need to deal with them. Even if you work with other automation testing tools such as Katalon Studio, you may still face these types of exceptions (because Katalon Studio is built on top of Selenium). They are, however, more easily fixable than bugs or errors as they can throw logical termination. Let's … [Read more...]