Category Archives: Selenium Java
• Selenium Java • Automation • Tutorial
How To Run Junit Tests From The Command Line?
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on JUnit Tutorial. JUnit is one of the most popular Java-based open-source frameworks used for testing every unit of the application, i.e., classes and methods. And for automating the testing of web applications, you can use it … Continue reading How To Run Junit Tests From The Command Line?
November 19, 2020
124920 Views
19 Min Read
How To Use DataProviders In TestNG [With Examples]
In our earlier posts, we learned about using TestNG parameters in our TestNG scripts. To jog your memory, Parameterization In TestNG helps us pass data through the code and prevent hard-coding. However, TestNG parameters enable us to pass the values only once per execution cycle.
August 18, 2020
107650 Views
7 Min Read
Create TestNG Project In Eclipse & Run Selenium Test Script
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on A Detailed TestNG Tutorial. In the last article, we installed TestNG in Eclipse and did some environment set up for the same. Subsequently, we saw how we could convert our existing Java projects into TestNG projects … Continue reading Create TestNG Project In Eclipse & Run Selenium Test Script
July 31, 2020
96762 Views
9 Min Read
• Automation • Selenium Java • Selenium Tutorial • Tutorial
Complete Java Selenium Testing Tutorial: Guide To The Java Automation
Most companies measure the success of their digital marketing efforts using traditional approaches such as increased sales, ROI, and leads.
June 24, 2020
65968 Views
20 Min Read
• Automation • Selenium Java • Selenium Tutorial • Tutorial
JUnit Parameterized Test Using Selenium : With Examples
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on JUnit Tutorial. As an automation tester, you might often come across test automation scenarios, where you need to execute the same tests, again and again, but with different inputs and environments, making the task exhausting and … Continue reading JUnit Parameterized Test Using Selenium : With Examples
April 21, 2020
72429 Views
10 Min Read
• Automation • Selenium Java • Selenium 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
83113 Views
17 Min Read
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
56704 Views
14 Min Read