Category Archives: Automation

Code-Based vs. Codeless Test Automation: Everything you need to know

Automation

Code-Based vs. Codeless Test Automation: Everything you need to know

Test automation has seen its glory in the past decade. After all, credit goes to Selenium and its popularity that made Selenium automation testing a more widespread practice. Organizations realized that the key to continuous deployment was automated testing that enabled faster release cycles and provided a better ROI.

June 26, 2022

view count116280 Views

Read time13 Min Read

How To Select Multiple Checkboxes In Selenium WebDriver Using Java?

Selenium JavaAutomationTutorial

How To Select Multiple Checkboxes In Selenium WebDriver Using Java?

Have you ever wondered how frustrating it would be if you had to log in each time you wanted to view your Facebook profile? Or in a multiple-choice question where you’d like to mark many options but can’t?

June 20, 2022

view count167477 Views

Read time15 Min Read

How To Start Running Automated Testing with Selenium C#

Selenium C#AutomationTutorial

How To Start Running Automated Tests With Selenium C#

The Selenium framework itself is a set of different tools, but the most popular and the most useful to new and experienced testers alike is WebDriver. Selenium WebDriver is a free and open-source tool that allows you to interact with a website for web automation testing.

June 17, 2022

view count177122 Views

Read time12 Min Read

Selenium Automation Testing with Ruby

Selenium RubyAutomationTutorial

Getting Started With Automation Testing Using Selenium Ruby

Ruby is a programming language which is well suitable for web automation. Ruby makes an excellent choice because of its clean syntax, focus on built-in library integrations, and an active community.

June 8, 2022

view count201676 Views

Read time19 Min Read

How To Generate Extent Reports In Selenium

Selenium JavaAutomationTutorial

How To Generate Extent Reports In Selenium

Selenium is a great tool when it comes to reporting, as it provides inbuilt reports using various frameworks like TestNG and JUnit. Though a few built-in reports are available, they do not provide information on the steps executed as part of the test suite.

May 19, 2022

view count258010 Views

Read time24 Min Read

How Does Enterprise Accelerate Test And Release Velocity?

Automation

How Does Enterprise Accelerate Test And Release Velocity?

Staying competitive in today’s corporate world necessitates a continual delivery of client satisfaction. Accelerating release cycles has emerged as a key distinction for businesses wanting to grow their client base.

May 6, 2022

view count144231 Views

Read time7 Min Read

How To Use isDisplayed() In Selenium WebDriver

Selenium JavaAutomationTutorial

How To Use isDisplayed() In Selenium WebDriver

If you use Selenium WebDriver, you are probably aware that there are a number of common ways to loop through and interact with elements on a web page. Among them isDisplayed(), isEnabled(), and isSelected() methods. When a tester needs to ascertain the visibility scope of a web element, they can use these methods.

April 22, 2022

view count139811 Views

Read time14 Min Read

Executing Selenium Projects

AutomationSelenium TutorialTutorial

How To Build And Execute Selenium Projects

Building and executing Selenium projects with automation platforms is a powerful way to test websites (or web apps) at a faster pace. By using automation testing tools, you can test faster, more often, and more accurately.

April 20, 2022

view count595790 Views

Read time22 Min Read

How To Find Flaky Selenium Test Suite

AutomationTutorial

How To Find Flaky Selenium Test Suite

With Selenium being the most popular choice, automation testing has become an inevitable part of any Software Development Project. Backed by Continuous Testing, CI/CD pipelines, and DevOps, organizations make huge investments in setting up automatically triggered tests in the hopes of saving time, cost, and effort in the long run.

April 8, 2022

view count28696 Views

Read time18 Min Read

Automation Testing Tutorial: A Starter's Guide With Example

AutomationTutorial

Automation Testing Tutorial: A Starter’s Guide With Example

Software testing is an integral part of any IT project. Testing the software more and more will ensure a better quality of your software. Now, how do you achieve it? Either you go with Manual Testing or Automation Testing.

April 7, 2022

view count35795 Views

Read time25 Min Read