About Elly Johnson

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

What is End-to-end Testing?

Table of contents: End-to-end testing done manually Automated end-to-end tests Testelium Developers, testers, managers, and end users are just few of the many groups that may benefit from end-to-end testing. Developers gain efficiency since they no longer have to spend as much time testing and ensuring quality of the application; instead, they can focus on [...]

By |2022-09-26T20:54:05+00:00September 26th, 2022|End-to-End Testing|0 Comments

SMS Testing tools

Table of contents: Mailosaur testRigor Testelium Two factor authentication on mobile apps is a standard for most applications nowadays. Organizations want to verify the phone numbers of their users to remove spam accounts and improve the security of their application. SMS Testing refers to checking whether appropriate messages have been sent to the users who [...]

By |2022-09-26T20:55:32+00:00September 26th, 2022|Mailosaur, SMS Testing tools, Testelium, Testing Tools, testRigor|0 Comments

Mobile Testing Tools

Table of contents: Types of mobile application testing Functional testing Performance testing Memory leakage testing Certification related testing Usability testing More scenarios to consider for testing Some tips to ensure good quality mobile testing Mobile Testing Tools Appium Apptim Ranorex Studio Eggplant testRigor Conclusion The goal of mobile application testing is to verify that an [...]

By |2023-05-03T20:21:50+00:00September 19th, 2022|Appium, Apptim, Ranorex, Test Automation Tools, testRigor|0 Comments

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 [...]

Go to Top