Systems | Development | Analytics | API | Testing

Testing

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

How AI-Powered Test Automation Tools Can Address the Talent Shortage

Digital aspirations for global organizations are driving innovation-led initiatives. As Agility and Flexibility within the development life cycle become the norm, it is essential to re-emphasize the need for not just delivering fast, but also delivering quality and value at speed. By putting customers at the center of the value chain, organizations are aiming to streamline their value delivery systems.

WebdriverIO v8 Release

Learn about what's new in WebdriverIO v8. The primary goal for the new version of WebdriverIO was to transition from CommonJS to ESM in order to continue with important dependency updates and avoid security issues. Furthermore, we cleaned up some code, implemented a new Action API interface and streamlined the way WebdriverIO deals with global objects using the test runner.

How to Use UnrealGameSync with Perforce Helix Core

To aid in the development of Unreal Engine 4 and Unreal Engine 5, Epic developed UnrealGameSync (UGS) to interact with Perforce Helix Core. While UnrealGameSync has many features in addition to p4v, the primary use is to distribute internal engine and project builds. Here we explain what is UnrealGameSync, its benefits, and how to install and set it up.

November '22 Updates: iOS 16.1 and Latest iPads on Simulators & Real Devices, Announcing Our Community Fellows, and More

Fall is on the way out, and we have a lot to be grateful for: hot apple cider, extra helpings of stuffing, and oh yes — a bounty of exciting updates from Sauce Labs! Let's dive in.

Top 5 iOS Automation Testing Frameworks with Code Examples

Automation testing is the name you hear from almost all software engineers. Ever wondered why? This is because of the versatility of automating the test cases across multiple OS platforms, browsers, and browser versions. Though Selenium is the most widely used tool, there are other testing frameworks that has almost similar features as Selenium. Also, iOS is the widely used operating system as it gives an edge over Android by offering better synchronization between hardware and software.

How Xray revolutionized EdTech for the largest University in Germany

“The way I do work is to lead by a good example, and that’s why I’m trying to set up Xray as an example for test management and reporting.” Sharon Lundgren, Manager IT Quality at IU About the Company IU (International University) is the largest university in Germany. One of Europe's most cutting-edge educational institutions, IU has over 10,000 practice partners, over 1,000 lecturers, and about 480 professors.

Using Loadero Python Client To Store Test Data In GitHub

Loadero API allows managing and running tests just as one would via the Loadero web application. However, sending an HTTP request every time a test needs to be created, updated, or run can become cumbersome. We already had a Java client, which makes the processes easier, and now Loadero team has been hard at work creating a new client and we are proud to present – Loadero-Python.

Learn About Responsive Website Design and Responsive Design Testing

Learn the basics of responsive website design and testing to help your team ensure great UX across different devices and configurations. One of the main challenges that development and QA teams face today involves screen resolution. Depending on the device from which a user connects, screen resolutions could range from a mere 320 pixels wide (the screen width on the iPhone 5, which has the smallest resolution of modern devices) to 4K desktop displays with resolutions of 3840 by 2160 pixels or more.

How to Lint K6 Tests and add a pre-commit hook - Stuart Thomas

I’m a big fan of K6, it makes writing performance tests quick and easy. In fact I wrote about it previously on my blog in a post titled Performance testing APIs in pipelines? K6 makes it simple! What I didn’t mention in that post was how to lint K6. Now you might be thinking, K6 tests are written in JavaScript, how hard can it be to lint? The problem is that although we write K6 tests in JavaScript, K6 itself is written in GoLang, an so we run into issues with Linting when importing K6.