Category Archives: Automation

Assertions In TestNG Using Selenium

AutomationSelenium JavaTutorial

How To Use Assertions In TestNG With Selenium

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on WebDriverIO Tutorial. This article is a part of our Content Hub. For more in-depth resources, check out our content hub on TestNG. Testing can be performed in a manual as well as automated manner.

November 1, 2021

view count211854 Views

Read time14 Min Read

RepeatedTest Annotation In JUnit

AutomationSelenium Java

How To Use @RepeatedTest Annotation In JUnit 5

The JUnit framework is a popular test automation framework for unit testing in Java. The latest version of JUnit, i.e., JUnit 5 (also known as Jupiter), offers a number of improvements over JUnit 4.

October 27, 2021

view count161996 Views

Read time13 Min Read

cross-browser-testing-in-selenium

AutomationCross Browser TestingSelenium TutorialTutorial

Cross Browser Testing In Selenium [Tutorial]

This article is a part of our Learning Hub. For more in-depth resources, check out our hub on Selenium Tutorial and Cross Browser Testing Tutorial. Selenium is a popular automation testing framework that is primarily used for cross browser testing. It is an open-source framework that is primarily used for automating testing of web applications … Continue reading Cross Browser Testing In Selenium [Tutorial]

October 25, 2021

view count407658 Views

Read time19 Min Read

Selectors In Selenium WebdriverIO

AutomationSelenium JavaScriptTutorial

How To Use Deep Selectors In Selenium WebdriverIO

WebdriverIO is a popular open-source automation framework for web, mobile, and desktop applications powered by the Webdriver protocol. Deep Selectors in Selenium WebdriverIO play a crucial role in precisely identifying complex UI elements, making them essential for creating reliable and maintainable automated tests. Overview What are Deep Selectors in WebdriverIO? Deep selectors in WebdriverIO allow … Continue reading How To Use Deep Selectors In Selenium WebdriverIO

October 18, 2021

view count136101 Views

Read time16 Min Read

how to set test case priority in testng

AutomationSelenium JavaTutorial

How To Set Test Case Priority In TestNG With Selenium

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on TestNG. 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 count153276 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 count137280 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 count159462 Views

Read time18 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 count141610 Views

Read time29 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 count126065 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 count139886 Views

Read time17 Min Read