Category Archives: Automation

AutomationTutorial

Using ChatGPT for Test Automation

ChatGPT broke all Internet records by going viral in the first week of its launch. A million users in 5 days are unprecedented. A conversational AI that can answer natural language-based questions and create poems, write movie scripts, write social media posts, write descriptive essays, and do tons of amazing things.

December 23, 2022

view count134596 Views

Read time27 Min Read

Guide To Find Index Of Element In List with Python Selenium

AutomationSelenium PythonTutorial

Guide To Find Index Of Element In List with Python Selenium

In an ideal world, you can test your web application in the same test environment and return the same results every time. The reality can be difficult sometimes when you have flaky tests, which may be due to the complexity of the web elements you are trying to perform an action on your test case.

December 22, 2022

view count126101 Views

Read time3 Min Read

How To Use driver.FindElement And driver.FindElements In Selenium C#

Selenium C#AutomationTutorial

How To Use driver.FindElement And driver.FindElements In Selenium C#

One of the essential parts when performing automated UI testing, whether using Selenium or another framework, is identifying the correct web elements the tests will interact with.

December 20, 2022

view count127725 Views

Read time18 Min Read

Selenium WebDriverAutomationTutorial

How To Automate Desktops Apps Using WinAppDriver

Modern-day software applications can be accessed in numerous ways. You can install them on desktops and smartphones or directly launch them on web browsers. Many people think that the Desktop is legacy, but that’s not the case, as each of us uses numerous desktop applications daily.

December 16, 2022

view count133591 Views

Read time38 Min Read

How To Choose The Best JavaScript Unit Testing Frameworks

JavaScriptAutomation

How To Choose The Best JavaScript Unit Testing Frameworks

JavaScript is one of the most widely used programming languages. This popularity invites a lot of JavaScript development and testing frameworks to ease the process of working with it.

December 12, 2022

view count177866 Views

Read time26 Min Read

Migrating Test Automation Suite To Cypress 10

Cypress TestingAutomationTutorial

Migrating Test Automation Suite To Cypress 10

There are times when developers get stuck with a problem that has to do with version changes. Trying to run the code or test without upgrading the package can result in unexpected errors.

November 29, 2022

view count192667 Views

Read time29 Min Read

How To Automate Toggle Buttons In Selenium Java

Selenium JavaAutomationTutorial

How To Automate Toggle Buttons In Selenium Java

If you pay close attention, you’ll notice that toggle switches are all around us because lots of things have two simple states: either ON or OFF (in binary 1 or 0).

November 24, 2022

view count189776 Views

Read time13 Min Read

How To Automate Mouse Clicks With Selenium Python

Selenium PythonAutomationTutorial

How To Automate Mouse Clicks With Selenium Python

Sometimes, in our test code, we need to handle actions that apparently could not be done automatically. For example, some mouse actions such as context click, double click, drag and drop, mouse movements, and some special key down and key up actions. These specific actions could be crucial depending on the project context.

November 9, 2022

view count276574 Views

Read time22 Min Read

DriverManager In Selenium

AutomationSelenium WebDriverTutorial

How To Use WebDriverManager In Selenium

Selenium WebDriver is still the most popular and widely used UI testing framework. Recently some test frameworks, such as Cypress, Playwright, etc., have entered the competition with Selenium.

November 2, 2022

view count306844 Views

Read time14 Min Read

How To Run Cypress Tests In Azure DevOps Pipeline

Cypress TestingAutomationTutorial

How To Run Cypress Tests In Azure DevOps Pipeline

When software developers took years to create and introduce new products to the market is long gone. Users (or consumers) today are more eager to use their favorite applications with the latest bells and whistles.

October 28, 2022

view count323761 Views

Read time24 Min Read