Category Archives: Automation

SpecFlow Tutorial: A Guide to Automation Testing with C# and Selenium

AutomationSelenium C#Tutorial

SpecFlow Tutorial: A Guide to Automation Testing with C# and Selenium

The entire cycle of software design, development, and testing is pretty complicated. Each team works towards a common goal i.e. success of the rollout, which totally depends on the quality of work done.

August 28, 2020

view count230511 Views

Read time23 Min Read

Automate Browser Testing with Selenium Opera in Python Easily

AutomationSelenium PythonSelenium TutorialTutorial

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

view count102248 Views

Read time15 Min Read

Selenium Grid 4 Tutorial

AutomationSelenium 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

view count161420 Views

Read time17 Min Read

Dataproviders TestNG

AutomationSelenium Java

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

view count101584 Views

Read time7 Min Read

TestNG XML File & Execute Parallel Testing

AutomationSelenium Java

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

view count80249 Views

Read time9 Min Read

SelectorsHub

Selenium TutorialAutomation

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

view count56429 Views

Read time23 Min Read

TestNG Project In Eclipse

AutomationSelenium Java

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

view count91552 Views

Read time9 Min Read

xUnit Testing Tutorial: Unit Testing With Selenium C#

AutomationSelenium C#Tutorial

xUnit Testing Tutorial: Unit Testing With Selenium C#

When you are developing a consumer web product, you would have come across scenarios where some functionalities do not work on certain browsers, operating systems, or devices.

July 22, 2020

view count143484 Views

Read time25 Min Read

Travis VS Jenkins

AutomationCI/CD

Jenkins vs Travis | Which CI/CD Tool Is Best for You?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Top CI/CD Tools Comparison. Travis CI and Jenkins are both popular CI/CD tools and were launched in the same year i.e. 2011. As of July 2020, Jenkins has been the more obvious choice as CI/CD tool … Continue reading Jenkins vs Travis | Which CI/CD Tool Is Best for You?

July 20, 2020

view count88066 Views

Read time15 Min Read

Geckodriver Tutorial: Automation Testing on Firefox with Selenium

AutomationSelenium TutorialTutorial

Geckodriver Tutorial: Automation Testing on Firefox with Selenium

With 4.25% of browser market share worldwide in June 2020 as per statcounter, Mozilla Firefox browsers are considered inevitable for every Selenium testing checklist.

July 15, 2020

view count207743 Views

Read time10 Min Read