Category Archives: Automation
• Automation • Tutorial
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
134596 Views
27 Min Read
• Automation • Selenium Python • Tutorial
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
126101 Views
3 Min Read
• Selenium C# • Automation • Tutorial
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
127725 Views
18 Min Read
• Selenium WebDriver • Automation • Tutorial
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
133591 Views
38 Min Read
• JavaScript • Automation
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
177866 Views
26 Min Read
• Cypress Testing • Automation • Tutorial
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
192667 Views
29 Min Read
• Selenium Java • Automation • Tutorial
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
189776 Views
13 Min Read
• Selenium Python • Automation • Tutorial
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
276574 Views
22 Min Read
• Automation • Selenium WebDriver • Tutorial
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
306844 Views
14 Min Read
• Cypress Testing • Automation • Tutorial
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
323761 Views
24 Min Read