Category Archives: Tutorial

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 count152972 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 count136956 Views

Read time25 Min Read

Jest Mocha

Selenium JavaScriptTutorial

Jest vs Mocha vs Jasmine: Comparing The Top 3 JavaScript Testing Frameworks

To explain in a gist Jest comes with lot of features such as mocking, assertion, and coverage report, which makes it a more complete while Mocha needs to be paired with other libraries (like Chai for assertions and Sinon for mocking) to have a fully featured testing environment. With the widespread adoption of agile methodologies, … Continue reading Jest vs Mocha vs Jasmine: Comparing The Top 3 JavaScript Testing Frameworks

October 6, 2021

view count60441 Views

Read time20 Min Read

Use TestNG Reporter Log In Selenium

Selenium JavaAutomationTutorial

How To Use TestNG Reporter Log In 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 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, … Continue reading How To Use TestNG Reporter Log In Selenium

October 1, 2021

view count159141 Views

Read time14 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 count141252 Views

Read time30 Min Read

Cypress Locators

Cypress TestingTutorial

How To Find HTML Elements Using Cypress Locators

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Cypress Tutorial. Cypress is a new yet upcoming automation testing tool that is gaining prominence at a faster pace. Since it is based on the JavaScript framework, it is best suited for end-to-end testing of modern … Continue reading How To Find HTML Elements Using Cypress Locators

September 25, 2021

view count89864 Views

Read time20 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 count125670 Views

Read time14 Min Read

What Is Internationalization And Localization

Selenium TutorialTutorial

How to Perform Internationalization And Localization Testing: A Complete Guide

Nowadays, many organizations have software products (websites or apps) that are built for a global audience. One of the trickiest parts is delivering an experience that appeals to the local audience of the target market. Catering to the needs of the local users would require localization.

September 16, 2021

view count199257 Views

Read time13 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 count136987 Views

Read time17 Min Read

JUnit 5 parallel test execution

AutomationSelenium JavaTutorial

Parallel Testing With JUnit 5 And Selenium [Tutorial]

This article is a part of our Learning Hub. For more in-depth resources, check out our hub on JUnit 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 … Continue reading Parallel Testing With JUnit 5 And Selenium [Tutorial]

September 11, 2021

view count135003 Views

Read time14 Min Read