Systems | Development | Analytics | API | Testing

The latest News and Information on Software Testing and related technologies.

Speed Up JavaScript Test Automation on the Sauce Cloud

In recent years, there’s been a shift towards broader adoption of JavaScript test automation frameworks. Today our customers are using Cypress, TestCafe, Puppeteer, and most recently, Playwright. Plus, they are often using these alongside existing Selenium and mobile test automation frameworks. The options for testing have increased, and depending on your unique testing needs, you may be adopting one or many solutions in your organization.

Instrumented testing: how to unlock a new era of manual testing impact

Getting quality bugs is only half the QA battle—you need issue reports showing actual testing session insights that could negatively impact your users. And if you have skilled manual testers to help you find these bugs, the next problem becomes…how do you fix them? For that, you need contextual information about the steps and environmental conditions leading up to the bug.

Automating Hybrid Applications with Appium

When creating a mobile application, organisations have a few options to choose from; mobile web, native or a hybrid application. Where web apps are just websites that can be accessed on the internet via a mobile browser like Chrome or Safari, native apps are applications that are developed for a specific platform such as Android or iOS. Hybrid apps are different because they possess elements from native apps and web apps.

Understanding Standard Deviation in Performance Testing

Standard Deviation is an important metric in performance testing analysis and informs us how stable the application under test is. In other words, it tells us if the requests that occur during the test are consistent or not. Standard Deviation measures how the response times are spread out around the average response time (mean). A small standard deviation means that the response time of all the requests are close to each other.

Sauce Labs - Beginning Test Automation Part 1

In this first of three SF Selenium meetup group recordings, Beginning Test Automation with Sauce Labs, learn about what pieces go into creating an automated test using Java, JUnit4, Selenium, as well as the Maven build tool and the IntelliJ IDE. Set up your project file and create a pom.xml for your first test project and set environment variables so you are ready to write automated test code.