Category Archives: Automation

Selectors In Selenium WebdriverIO

AutomationSelenium JavaScriptTutorial

How To Use Deep Selectors In Selenium WebdriverIO

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on WebDriverIO Tutorial. WebdriverIO is one of the most popular automation testing frameworks that is extensively adopted by testers at a global level.

October 18, 2021

view count125283 Views

Read time13 Min Read

how to set test case priority in testng

AutomationSelenium JavaTutorial

How To Set Test Case Priority In TestNG With Selenium

TestNG is an open-source and powerful test automation framework with a wide range of features, including annotations, data providers, group testing, prioritization, and much more.

October 12, 2021

view count139905 Views

Read time18 Min Read

Page Factory in Selenium

AutomationSelenium JavaTutorial

Page Factory in Selenium For Web Automation Testing

Automation testing has become an absolute necessity in an agile and fast-paced business environment with an immense focus on accelerated time to market.

October 11, 2021

view count124313 Views

Read time25 Min Read

Use TestNG Reporter Log In Selenium

Selenium JavaAutomationTutorial

How To Use TestNG Reporter Log In Selenium

TestNG is an open-source test automation framework, where ‘NG’ stands for Next Generation. TestNG has given testers the ability to group or prioritize the test cases, generate HTML reports, log messages, run tests in parallel, and much more.

October 1, 2021

view count147888 Views

Read time14 Min Read

Selenium Python Tutorial

Selenium PythonAutomationTutorial

Selenium Python Tutorial: A Python Automation Testing Guide with examples

Python is a programming language that needs no introduction! It is one of the most preferred languages when it comes to projects involving Machine Learning (ML), Artificial Intelligence(AI), and more.

October 1, 2021

view count215864 Views

Read time27 Min Read

data driven framework in selenium

AutomationSelenium JavaTutorial

How To Create Data Driven Framework In Selenium

The efficiency of test automation largely depends on how well the ‘functionality under test’ is behaving against different input combinations.

September 28, 2021

view count125994 Views

Read time29 Min Read

Debugging in selenium webdriver

Selenium WebDriverAutomationTutorial

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

view count226524 Views

Read time13 Min Read

page object pattern javascript

Selenium JavaScriptAutomationTutorial

Using Page Object Model (POM) Pattern In Selenium JavaScript

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium JavaScript Tutorial. Design patterns in test automation provide a way to handle commonly occurring problems and structure your test code in a relatively standardized way.

September 21, 2021

view count114306 Views

Read time14 Min Read

Selenium WebDriver PHP tutorial

Selenium PHPAutomationTutorial

Start Selenium With Edge Browser Using PHP

When we refer to cross browser testing, the majority of the developers (and automation testers) assume that testing on the latest browsers like Chrome, Firefox, and Edge should be sufficient to ship a top-notch product.

September 14, 2021

view count116441 Views

Read time17 Min Read

JUnit 5 parallel test execution

AutomationSelenium JavaTutorial

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

view count120080 Views

Read time14 Min Read