Systems | Development | Analytics | API | Testing

Testing

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.

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.

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.

How to Inspect Element on iPhone

Learn how to inspect elements on an iPhone or iPad for testing and troubleshooting web and mobile web UI issues When you're developing a web or mobile web app, you need to make sure the user interface (UI) is responsive. In other words, the UI elements need to look and function as designed across different mobile device models, browsers, and operating systems (OS). Inspecting elements is a helpful tool for troubleshooting web UI issues.

The Role of Kubernetes in Production Traffic Replication

Organizations are starting to realize that simply writing tests to generate traffic is simply not good enough. Rather, production traffic replication is now necessary, where you record traffic from your production environment and then replay it in your development environment. To match the modern principles of this testing methodology, it makes sense to also utilize modern infrastructure, like Kubernetes.

Mobile Data Entry Using RFID Devices in Warehousing - SAP EWM Perspective

Whether deployed as part of an ERP software package or as a standalone system capable of integrating with external ERP systems, a warehouse management system has become an essential instrument to optimize the inventory management and order fulfillment processes of warehousing, which is a crucial function of supply chains today. Speed, precision, and efficiency in data processing are the key factors for a successful warehouse management system.

Uncover product risks with Exploratory Testing

“Did you know that there are 100+ different types of product risks that can affect your software?” Dan Ashby | Head of Quality Engineering at PhotoBox Exploratory testing must be a part of your testing strategy due to the testing effectiveness of your current tests, the ability to find differences in the code, and the ability to remove roadblocks where defects tend to hide.