All posts by Shalini Baskaran
• Selenium Java • Automation • Tutorial
How To Generate Extent Reports In Selenium
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 built-in reports are available, they do not provide information on the steps executed as part of the test suite.
May 19, 2022
240814 Views
24 Min Read
• Selenium Java • Automation • Tutorial
How To Use isDisplayed() In Selenium WebDriver
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. Among them isDisplayed(), isEnabled(), and isSelected() methods. When a tester needs to ascertain the visibility scope of a web element, they can use these methods.
April 22, 2022
129654 Views
15 Min Read
• Selenium Java • Automation • Tutorial
How To Run JUnit Tests In Jupiter? [JUnit Jupiter Tutorial]
JUnit Jupiter is a perfect blend of the JUnit 5 programming model and extension model for writing tests and extensions.
March 16, 2022
341067 Views
12 Min Read
• Automation • Selenium Java • Tutorial
How To Automate Login Page Using Selenium WebDriver?
Selenium has always been the most preferred test automation framework for testing web applications. This open-source framework supports popular programming languages (e.g. Java, JavaScript, Python, C#, etc.), browsers, and operating systems.
February 11, 2022
428322 Views
12 Min Read
• Selenium Java • Automation • Tutorial
JUnit 5 vs. TestNG: Choosing The Right Framework For Selenium Automation Testing
A framework is a backbone for testing or development activities. It is a set of components that helps frame the tests, execute the tests, and generate the final report of execution. The approach used for designing the test automation framework plays a crucial part in the testing activity.
December 27, 2021
64204 Views
21 Min Read
• Selenium Java • Automation • Tutorial
How To Switch Between iFrames In Selenium Java [Tutorial]
Although automation testing has been around for several years, the tester faces multiple hurdles while performing Selenium automation testing. There are multiple cases that can’t be automated, and there are a few that are hard to implement and have to be handled efficiently. One such case is handling the web pages with iframes.
December 15, 2021
190683 Views
9 Min Read
• Automation • Selenium Tutorial • Tutorial
How to Write Test Scripts in Selenium
When it comes to automation testing, the first thing that strikes most of our minds is Selenium. Selenium is one of the best automation frameworks and is being widely used by automation testers for writing the tests and designing the automation framework.
December 10, 2021
355415 Views
17 Min Read
• Selenium WebDriver • Automation • Tutorial
How To Use Breakpoints For Debugging In Selenium WebDriver
Automation testing is not always a smooth ride. There are cases where the tests would not work as expected, in which cases debugging the test code (or implementation) is the only way out! Debugging issues in tests become even more difficult if the test suite comprises a large number of test methods.
September 22, 2021
218028 Views
13 Min Read
• Automation • Selenium Java • Tutorial
Parallel Testing With JUnit 5 And Selenium [Tutorial]
Parallel test execution with Selenium is one of the major factors that can affect the test execution speed. Serial execution in Selenium can be effective only if the tests have to be run on a small number of browser and OS combinations.
September 11, 2021
112311 Views
14 Min Read
• Automation • Selenium Java • Tutorial
How To Handle Cookies in Selenium WebDriver
Most of us use online platforms for doing things like online shopping, bill payments, ticket booking, and more. These online platforms (or websites) use cookies to identify whenever there is a new visit.
July 28, 2021
256611 Views
11 Min Read