About Elly Johnson

This author has not yet filled in any details.
So far Elly Johnson has created 93 blog entries.

Cypress vs Selenium vs testRigor: End-to-End Testing Frameworks Comparison

Cypress vs Selenium vs testRigor Why do we need automation in software testing? The answer lies in the fact that it is difficult to conduct effective software testing without the use of automation. The goal of software testing is to verify that a programme operates as intended, free of errors and with optimal performance. [...]

Smoke Testing and Regression Testing – the Differences Between

Smoke Testing vs Regression Testing Every member of a well-oiled software development team should be familiar with smoke testing and regression testing and the major distinctions between the two. This quick tutorial is a useful reminder for anybody, regardless of experience level, who wants to learn the major distinctions between smoke testing and regression [...]

By |2022-09-15T19:37:48+00:00September 15th, 2022|Test Automation Tools|0 Comments

Record and Playback with Selenium IDE

Why use Selenium IDE? One of the best features of automated testing is the record and replay capabilities, which allows you to reap the advantages of automation with little in the way of learning or preparation. The purpose of screen recording software is, as the name implies, to assist you capture a user's activities [...]

By |2022-09-08T00:54:35+00:00September 8th, 2022|Selenium|0 Comments

Cucumber JS with Selenium: BDD framework in QA

The use of a BDD (Behavior Driven Development) framework for automated quality assurance is not unheard of, but it is controversial. Today, we'd like to discuss the advantages and disadvantages of using the Cucumber.js framework with Selenium, as well as some potential use cases. To begin, let's talk quickly about Selenium Webdriver. Simply put, [...]

By |2022-09-08T00:53:42+00:00September 8th, 2022|Cucumber JS, Selenium|0 Comments

CSS Selector vs XPath

What exactly is a locator in Selenium? In Selenium, locators are used to identify a particular element in web pages. They enable us to quickly locate any area of a web page. Once we have a locator expression that specifically identifies a certain web element, we can present this to the WebDriver object and [...]

By |2022-09-07T23:49:00+00:00September 7th, 2022|Test Automation Tools|0 Comments

Test Cases vs Test Suites: Understanding the Differences

Test Cases To put it simply, a test case is an activity, or more often a collection of activities, designed to verify the operation of a particular feature or set of features in an application. Several test cases together make up a test suite. An essential part of software testing, a test case verifies [...]

By |2022-09-07T23:49:44+00:00September 6th, 2022|Test Automation Tools|0 Comments

Pros and Cons of Selenium – Reviews & General Overview

Selenium is one of the most established names in software testing and has been solving the testing needs of software teams for many years, but there are plenty of reasons not to choose Selenium for a particular software project since the software testing landscape has changed dramatically in recent years. As with any software [...]

Pros and Cons of Tricentis Tosca – Reviews & General Overview

Tricentis Tosca boasts a lot of big brand name customers, but it isn't necessarily the best choice for every team in every situation. If your team is evaluating which software testing tools to use moving forward, it's important to understand the pros and cons of a tool like Tricentis Tosca to see if the [...]

Pros and Cons of Mabl – Reviews & General Overview

One of the relatively newer names in the software testing world, Mabl has quickly risen to prominence in this space with a focus on intelligent test automation. However, this relatively new name in the market may not be right for every team. To help you better assess whether or not Mabl is a good [...]

Pros and Cons of SmartBear TestComplete – Reviews & General Overview

While TestComplete has been around for decades and may be a familiar name to many in the software testing space, its lengthy history in the market doesn't make it an automatic fit in many cases. If your team is considering whether or not SmartBear TestComplete is a good fit for your needs, these pros [...]

Go to Top