Category Archives: Automation
• 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
152604 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
421047 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
184007 Views
17 Min Read
How Digital Transformation Is Catalyzing Changes In Automation Testing
The digital transformation trend provides organizations with some of the most significant opportunities that can help them stay competitive in today’s dynamically changing market.
August 27, 2021
15750 Views
10 Min Read
• CI/CD • Automation • Tutorial
Building A CI/CD Pipeline With Travis CI, Docker, And LambdaTest
With the help of well-designed Continuous Integration systems in place, teams can build quality software by developing and verifying it in smaller increments.
August 19, 2021
526500 Views
31 Min Read
• Automation • Cheat Sheet • Selenium Python • Tutorial
The Ultimate Selenium Python Cheat Sheet for Test Automation
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Automation Testing and Selenium Python Tutorial. Python is one of the most popular programming languages for Selenium web automation since it provides a simplified syntax and lets you perform more with much less code! Thus, Python … Continue reading The Ultimate Selenium Python Cheat Sheet for Test Automation
August 16, 2021
89928 Views
17 Min Read
• Automation • Tutorial
How To Use Annotations In Cucumber Framework [Tutorial]
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Cucumber Tutorial. Cucumber is one of the most popular open-source BDD frameworks that facilitates Selenium test automation. It offers a set of tools that helps us to manage the various scenarios available in multiple feature … Continue reading How To Use Annotations In Cucumber Framework [Tutorial]
August 10, 2021
240355 Views
13 Min Read
• Automation • Selenium Java • Tutorial
JUnit 5 Extensions : A Detailed Guide
JUnit is one of the most popular unit testing frameworks in the Java ecosystem. The JUnit 5 version (also known as Jupiter) contains many exciting innovations, including support for new features in Java 8 and above.
August 3, 2021
248778 Views
20 Min Read
• Automation • Selenium Java • Tutorial
How To Handle Cookies in Selenium WebDriver
Most of us use online platforms for doing things like online shopping, bill payments, ticket booking, and more. These online platforms (or websites) use cookies to identify whenever there is a new visit.
July 28, 2021
270003 Views
11 Min Read
How To Run JUnit Selenium Tests using TestNG
Both JUnit and TestNG are popular unit testing frameworks that have been widely accepted by Java developers. JUnit was introduced as an open-source unit testing framework for Java way back in 1997. In fact, JUnit is one of the widely used test automation frameworks for test automation.
July 27, 2021
193891 Views
15 Min Read