Category Archives: Automation
Webinar: Implement BDD Testing Like A Pro For Quality Test Automation
Let’s start with a story. Immediately before I started my career in test automation, I was a stay-at-home dad, or the “hausfrau,” as I always put it to my German-speaking wife.
February 25, 2022
19950 Views
10 Min Read
Zebrunner and LambdaTest: Smart test execution and transparent test analytics
Agile development pushes out incremental software updates faster than traditional software releases. But the faster you release, the more tests you have to write and run – which becomes a burden as your accumulated test suites multiply.
February 14, 2022
10177 Views
8 Min Read
• Automation • Selenium Java • Tutorial
How To Use Java Event Listeners in Selenium WebDriver
While working on any UI functionality, I tend to aspire for more and more logs and reporting. This happens especially when performing test automation on web pages. Testing such websites means interacting with several web elements, which would require a lot of movement from one page to another, from one function to another.
February 4, 2022
300704 Views
13 Min Read
• Automation • Selenium Tutorial • Tutorial
Selenium Standalone Server and Selenium Server [Differences]
A standalone server is a server that functions without the aid of a wider network, such as an enterprise-wide network, and offers services to clients. Selenium is unquestionably one of the best test automation frameworks for web test automation out of the many that are currently on the market.
January 25, 2022
477370 Views
12 Min Read
• Automation • Selenium Java • Tutorial
FindElement And FindElements In Selenium [Differences]
Finding an element in Selenium can be both interesting and complicated at the same time. If you are not using the correct method for locating an element, it could sometimes be a nightmare.
January 18, 2022
305016 Views
21 Min Read
• Automation • Selenium JavaScript • Tutorial
Angular Testing With Jasmine And Karma Using Selenium [Tutorial]
Software testing is the best way to prevent software defects and plays an important role in the Software Development Life Cycle (SDLC). It is a critical step in software development, and can be achieved using various testing methods.
January 11, 2022
254551 Views
19 Min Read
• Automation • Selenium Java • Tutorial
How To Handle Captcha In Selenium
With the rapidly evolving technology due to its ever-increasing demand in today’s world, Digital Security has become a major concern for the Software Industry. There are various ways through which Digital Security can be achieved, Captcha being one of them.
January 6, 2022
258318 Views
16 Min Read
Selenium Tutorial: Basics and Getting Started
Selenium is still the most influential and well-developed framework for web automation testing. Being one of the best automation frameworks with constantly evolving features, it is poised to lead the industry in all aspects as compared to other trending frameworks like Cypress, Puppeteer, PlayWright, etc.
January 3, 2022
198229 Views
18 Min Read
• Selenium Java • Automation • Tutorial
JUnit 5 vs. TestNG: Choosing The Right Framework For Selenium Automation Testing
A framework is a backbone for testing or development activities. It is a set of components that helps frame the tests, execute the tests, and generate the final report of execution. The approach used for designing the test automation framework plays a crucial part in the testing activity.
December 27, 2021
77896 Views
21 Min Read
• Selenium Java • Automation • Tutorial
How To Switch Between iFrames In Selenium Java [Tutorial]
Although automation testing has been around for several years, the tester faces multiple hurdles while performing Selenium automation testing. There are multiple cases that can’t be automated, and there are a few that are hard to implement and have to be handled efficiently. One such case is handling the web pages with iframes.
December 15, 2021
198976 Views
9 Min Read