Category Archives: Automation

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 count205648 Views

Read time19 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 count146721 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 count143927 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 count599154 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 count31953 Views

Read time19 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 count41096 Views

Read time25 Min Read

Handle Multiple Windows in Selenium

Selenium JavaAutomationTutorial

How To Handle Multiple Windows In Selenium WebDriver Using Java?

When automating any website or a web application in Selenium, you might have come across a scenario where multiple windows open within an application when a button is clicked, and appropriate action needs to be performed on the opened windows.

March 24, 2022

view count102115 Views

Read time12 Min Read

Drag And Drop In JavaScript Using Selenium

Selenium JavaScriptAutomationTutorial

How To Implement Drag And Drop In JavaScript Using Selenium?

Drag and Drop is an adored web feature implemented in many modern web applications. The list is endless, from cloud storage services like Google Drive and Dropbox to project management tools like Jira and Trello.

March 22, 2022

view count72792 Views

Read time13 Min Read

How To Run JUnit Tests In Jupiter?

Selenium JavaAutomationTutorial

How To Run JUnit Tests In Jupiter? [JUnit Jupiter Tutorial]

JUnit Jupiter is a perfect blend of the JUnit 5 programming model and extension model for writing tests and extensions.

March 16, 2022

view count353112 Views

Read time12 Min Read

Test Automation Strategy

Automation

Key Elements of an Effective Test Automation Strategy

Software Testing has become a non-negotiable, if not the most crucial, aspect in software success as the world seeks software/applications for everything. Over the past years, Test Automation has proved to fasten the software development life-cycle. An effective test automation strategy establishes the foundation of success for a software.

March 10, 2022

view count27055 Views

Read time15 Min Read