Debugging Software Testing – Myths
Software testing is an indispensable part of the software development process. Most people have had their hands on a software product, and while the process itself of testing a product may seem confusing and misleading, we can all agree on the importance of a functional, bug-free product. Prior experience with software testing can also influence […]
Getting Started with Appium – A Beginner’s Guide
Introduction If you’re at the beginning of your software testing journey, Appium could be the right step towards gaining new mobile app automation testing skills. With web and mobile applications becoming a necessity in our day-to-day lifestyle, we find ourselves looking for a particular app for everything we do without realizing it. However, to ensure […]
Comparison between Selenium and Cypress
Introduction Our last article tackled Selenium, its history, the set of tools and usability within the web-testing framework, and how to get started on your journey with Selenium. This time, we decided to dive deeper into web testing tools by making a comparison between Selenium and Cypress, a discussion that began with our poll posted […]
Selenium Success: Unveiling 3 Essential Tools
Introduction If you’re at the start of your software testing journey, a beginner’s guide to Selenium could be the right step towards gaining new skills to kickstart your career. As you gradually learn new terms such as Java and C# (object-oriented languages used in programming), you will notice the concept of automation testing – specifically […]
Using Code Smells to Fix Flaky Cypress Tests
Introduction We recently attended the webinar event hosted by Cypress on how to use code smells to fix flaky Cypress tests. This is where we gathered solid knowledge on improving our testing scripts. More specifically, we do it by avoiding a series of common mistakes, which would usually lead to <Flaky Tests>. As a preview, […]
Cypress: “Test Your Code, not your patience.”
Introduction Cypress’ mission is to make testing simple and enjoyable by building an open-source ecosystem where you can thrive and be productive. And they take accountability for making it work. What is Cypress? Cypress is a free testing tool built for the modern web. It can test anything that runs in a browser, making it […]