Category Archives: Selenium Java

JUnit Parameterized Test For Selenium Automation

AutomationSelenium JavaSelenium TutorialTutorial

JUnit Parameterized Test Using Selenium : With Examples

Chapters What Is JUnit JUnit 5 Features and Extensions Setting Up JUnit Environment Executing JUnit Tests From CLI Running JUnit Tests in Jupiter Parallel Testing With JUnit 5 JUnit Annotations JUnit Ignore Test Annotations @RepeatedTest Annotation JUnit Assertions JUnit ErrorCollector JUnit Parameterized Tests JUnit 5 and Mockito Migrating From JUnit 4 to JUnit 5 TABLE … Continue reading JUnit Parameterized Test Using Selenium : With Examples

April 21, 2020

view count79306 Views

Read time16 Min Read

Selenium Java Testing: Page Object Model

AutomationSelenium JavaSelenium Tutorial

Page Object Model Design Pattern in Selenium Java

Performing Selenium test automation is not a luxury in agile development anymore, with increasing number of features to test, the workload on testers keeps piling up.

April 13, 2020

view count92835 Views

Read time17 Min Read

AutomationSelenium Java

Top 5 Java Testing Frameworks For Automation In 2019

For decades, Java has been the most preferred programming language for developing the server side layer of an application. Although JUnit has been there with the developers for helping them in automated unit testing, with time and the evolution of testing,

March 18, 2019

view count62441 Views

Read time14 Min Read