Category Archives: Automation
• Automation • Selenium Java • Tutorial
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
146880 Views
18 Min Read
• Automation • Selenium Java • Tutorial
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
129264 Views
25 Min Read
• Selenium Java • Automation • Tutorial
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
152976 Views
14 Min Read
• Automation • Selenium Java • Tutorial
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
131871 Views
30 Min Read
• Selenium JavaScript • Automation • Tutorial
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
119198 Views
14 Min Read
• Selenium PHP • Automation • Tutorial
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
120572 Views
17 Min Read
• Automation • Selenium Java • Tutorial
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
125437 Views
14 Min Read
• Automation • Selenium JavaScript • Tutorial
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
153872 Views
11 Min Read
• CI/CD • Automation • Tutorial
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
422436 Views
27 Min Read
• Automation • Selenium JavaScript • Tutorial
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
185422 Views
17 Min Read