Category Archives: Automation
• Cypress Testing • Automation • Tutorial
How To Write End-To-End Tests Using Cypress App Actions
When I started writing tests with Cypress, I was always going to use the user interface to interact and change the application’s state when running tests.
January 6, 2023
194085 Views
14 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
137332 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
147846 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
165297 Views
38 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
201530 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
200760 Views
13 Min Read
• Selenium Java • Automation • Tutorial
Fluent Interface Design Pattern in Automation Testing
Recently, I was going through some of the design patterns in Java by reading the book Head First Design Patterns by Eric Freeman, Elisabeth Robson, Bert Bates, and Kathy Sierra.
October 27, 2022
285157 Views
26 Min Read
• Automation • Tutorial
How To Handle Multiple Windows In Selenium Python
Automating testing is a crucial step in the development pipeline of a software product. In an agile development environment, where there is continuous development, deployment, and maintenance of software products, automation testing ensures that the end software products delivered are error-free.
October 20, 2022
262839 Views
20 Min Read
• Automation • Selenium C# • Tutorial
Getting Started with SpecFlow Actions [SpecFlow Automation Tutorial]
With the rise of Agile, teams have been trying to minimize the gap between the stakeholders and the development team.
October 14, 2022
275058 Views
16 Min Read
• Selenium Python • Automation • Tutorial
How To Download File Using Selenium Python
Although browsers such as Firefox and Chrome have made downloading files easier, these downloads depend on users visiting a website and manually clicking a download button. This can be a problem if the user is interested in downloading multiple files.
August 12, 2022
511464 Views
15 Min Read