Category Archives: Automation
• Automation • Selenium Tutorial • Tutorial
16 Selenium Best Practices For Efficient Test Automation
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Automation Testing Tutorial. During the course of my career in automation testing with Selenium, I have come across many folks who have complaints about the stability and reliability of their automation tests.
August 25, 2020
100372 Views
23 Min Read
• Automation • Selenium Python • Selenium Tutorial • Tutorial
Automate Browser Testing with Selenium Opera in Python Easily
This article on Selenium Opera is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. When it comes to cross browser testing, we tend to focus on executing test cases for bigwigs like Google Chrome, Firefox, or Safari. What about the other browsers? What about … Continue reading Automate Browser Testing with Selenium Opera in Python Easily
August 21, 2020
95471 Views
15 Min Read
• Automation • Selenium Tutorial • Tutorial
Selenium Grid 4 Tutorial For Distributed Testing
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium 4. Selenium Grid has been an integral part of automation testing, as it lets you perform test case execution on different combinations of browsers, operating systems (or platforms), and machines.
August 20, 2020
153197 Views
14 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
87391 Views
7 Min Read
Create TestNG XML File & Execute Parallel Testing
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 previous article, we learned about creating a TestNG project in Eclipse and how to run our first ever Selenium Test Script. Now that you know how to run a TestNG … Continue reading Create TestNG XML File & Execute Parallel Testing
August 13, 2020
72712 Views
9 Min Read
• Automation • Cross Browser Testing • Selenium Tutorial
What is Selenium Grid & Advantages of Selenium Grid
Manual cross browser testing is neither efficient nor scalable as it will take ages to test on all permutations & combinations of browsers, operating systems, and their versions.
August 12, 2020
130439 Views
17 Min Read
• Selenium Tutorial • Automation
SelectorsHub: The Next Gen XPath, CSS Selectors Tool
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Locators Tutorial. SAP applications are designed to help businesses improve customer relations and deliver a better experience. These business applications also provide users with complete access to information, helping them make faster decisions.
August 10, 2020
52103 Views
23 Min Read
• Automation • Selenium Java • Selenium Tutorial • Tutorial
How to Take Screenshots in Selenium
Capturing screenshots is pivotal to realize whether your web-application is rendering seamlessly or not. If not, where is it failing? Traditionally, testers were accustomed to capturing screenshots manually for each and every test they ran, which was painstakingly exhausting and time-consuming.
August 5, 2020
146144 Views
13 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
79989 Views
8 Min Read
How To Install TestNG In Eclipse: Step By Step Guide
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on A Detailed TestNG Tutorial. As you already know, TestNG or Test Next Generation is one of the most frequently used automation testing frameworks in Java. Inspired by JUnit and NUnit, Cedric Beust created TestNG with the … Continue reading How To Install TestNG In Eclipse: Step By Step Guide
July 27, 2020
130574 Views
7 Min Read