Category Archives: Automation

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 count152954 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 count136930 Views

Read time25 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 count159116 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 count141224 Views

Read time30 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 count125635 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 count136972 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 count134978 Views

Read time14 Min Read

frames and iframe in selenium javascript

AutomationSelenium JavaScriptTutorial

How To Handle Frames & iFrames In Selenium JavaScript [Tutorial]

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium JavaScript Tutorial. While performing Selenium test automation, you’ll frequently run into situations where you need to handle frames or iframes.

September 2, 2021

view count158037 Views

Read time11 Min Read

Automated Testing Pipeline With Semaphore CI

CI/CDAutomationTutorial

Building Automated Testing Pipeline With Semaphore CI And Selenium Grid

In today’s digital age, product teams must build products at a brisk pace while maintaining the best quality. Therefore, the methodology to follow and the tool selection to accomplish this can be paramount to get better results.

September 1, 2021

view count430917 Views

Read time27 Min Read

JavaScript Wait Function

AutomationSelenium JavaScriptTutorial

Wait Function In Selenium WebDriver Using JavaScript

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium JavaScript Tutorial. There are many options when it comes to putting your program to sleep (or insert delays in the program). When performing Selenium, the Sleep function will cause the execution of your code to … Continue reading Wait Function In Selenium WebDriver Using JavaScript

August 31, 2021

view count191595 Views

Read time17 Min Read