Category Archives: Automation
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
152954 Views
18 Min Read
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
136930 Views
25 Min Read
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
159116 Views
14 Min Read
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
141224 Views
30 Min Read
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
125635 Views
14 Min Read
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
136972 Views
17 Min Read
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
134978 Views
14 Min Read
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
158037 Views
11 Min Read
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
430917 Views
27 Min Read
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
191595 Views
17 Min Read